Color: #AD9EBF

#AD9EBF Color Information

#AD9EBF is a light color. The closest websafe version is #AD9EBF. A complement of this color would be #AFBE9D, perceived brightness is 0.65, and the grayscale version is #AFAFAF.

In the HSL color space, this color has a hue angle of 267°,a saturation of 20%, and a lightness of 68%.The HSV representation shows a hue of 267°, a saturation of 17%, and a value of 75%.

In a RGB color space, #AD9EBF is composed of 68% red, 62% green and 75% blue. Whereas in a CMYK color space, it is composed of 9% cyan, 17% magenta, 0% yellow and 25% black.

In the Yxy color space, this color is represented as Y: 36.97, x: 0.3322, and y: 0.3162.

Color Code #AD9EBF

#AD9EBFrgb(173, 158, 191)
HEX
#AD9EBF
RGB
rgb(173, 158, 191)
HSL
hsl(267, 20%, 68%)
HSV
hsv(267, 17%, 75%)
CMYK
9%, 17%, 0%, 25%
XYZ
X: 38.84, Y: 36.97, Z: 41.11
Lab
L: 67.25, a: 10.43, b: -15.01
Name

Shades of Color #AD9EBF

Shades are created by darkening the original color #AD9EBF in equal steps from 0% to 90%. These shades are perfect for creating depth and contrast in your designs. Use them to add visual hierarchy or highlight specific elements in your projects.

Tints of Color #AD9EBF

Tints are created by lightening the original color #AD9EBF in equal steps from 0% to 90%, ending with pure white. These tints are ideal for creating soft backgrounds, subtle highlights, or cohesive UI elements that complement your designs.

#AD9EBFrgb(173, 158, 191)

About #AD9EBF Color Code

In the HSL color space, this color has a hue angle of 267°, a saturation of 20%, and a lightness of 68%. The HSV representation shows a hue of 267°, a saturation of 17%, and a value of 75%.

  • HEX: #AD9EBF
  • RGB: rgb(173, 158, 191)
  • HSL: hsl(267, 20%, 68%)
  • HSV: hsv(267, 17%, 75%)
  • CMYK: 9.00% cyan, 17.00% magenta, 0.00% yellow, 25.00% black
  • XYZ: 38.84, 36.97, 41.11
  • Yxy: 36.97, 0.3322, 0.3162
  • Hunter Lab: 67.25, 10.43, -15.01
  • CIE-Lab: 67.25, 10.43, -15.01

In the XYZ color space, this color is represented as X: 38.84, Y: 36.97, Z: 41.11. The Yxy representation further refines this as Y: 36.97, x: 0.3322, and y: 0.3162.

In the Hunter Lab color space, this color is represented as L: 67.25, a: 10.43, and b: -15.01. Similarly, in the CIE-Lab color space, it is represented as L: 67.25, a: 10.43, and b: -15.01.

Use these color codes in your CSS, design tools, or anywhere you need to specify a color. You can also explore its shades and tints for more creative options.

Triadic Colors of #AD9EBF

Triadic colors are three colors evenly spaced around the color wheel, including #AD9EBF. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.

Analogous Colors of #AD9EBF

Analogous colors are adjacent to #AD9EBF on the color wheel. They create harmonious and visually pleasing designs, ideal for projects that need a cohesive look.

Monochromatic Colors of #AD9EBF

Monochromatic colors are variations of #AD9EBF, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.

Complementary Color of #AD9EBF

The complementary color of #AD9EBF is opposite it on the color wheel. Complementary colors provide strong contrast and are ideal for designs that need visual impact and attention.

CSS Examples of #AD9EBF

/* Using HEX */
body {
  background-color: #ad9ebf;
}
/* Using RGB */
body {
  background-color: rgb(173, 158, 191);
}
/* Using RGB with opacity */
body {
  background-color: rgba(173, 158, 191, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(267, 20%, 68%);
}
/* Text color */
p {
  color: #ad9ebf;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #ad9ebf;
}
/* Border color */
.box {
  border: 4px solid #ad9ebf;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #ad9ebf;
}
Text Shadow Preview
/* Background with text */
div {
  background: #ad9ebf;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#AD9EBF
On Black Background
#AD9EBF
On White Background
#AD9EBF

HTML Examples of #AD9EBF

<!-- Using HEX -->
<div style="background-color: #ad9ebf; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(173, 158, 191); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(173, 158, 191, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(267, 20%, 68%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #ad9ebf;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #ad9ebf; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #ad9ebf; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #ad9ebf;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #ad9ebf; color: #fff; padding: 16px; border-radius: 8px;">
  #AD9EBF
</div>
#AD9EBF
On Black Background
#AD9EBF
On White Background
#AD9EBF

Related Colors of #AD9EBF

These colors are similar to #AD9EBF, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.