Color: #9AA9BE

#9AA9BE Color Information

#9AA9BE is a light color. The closest websafe version is #9AA9BE. A complement of this color would be #BDAE98, perceived brightness is 0.65, and the grayscale version is #ACACAC.

In the HSL color space, this color has a hue angle of 215°,a saturation of 22%, and a lightness of 67%.The HSV representation shows a hue of 215°, a saturation of 19%, and a value of 75%.

In a RGB color space, #9AA9BE is composed of 60% red, 66% green and 75% blue. Whereas in a CMYK color space, it is composed of 19% cyan, 11% magenta, 0% yellow and 25% black.

In the Yxy color space, this color is represented as Y: 38.75, x: 0.3152, and y: 0.3324.

Color Code #9AA9BE

#9AA9BErgb(154, 169, 190)
HEX
#9AA9BE
RGB
rgb(154, 169, 190)
HSL
hsl(215, 22%, 67%)
HSV
hsv(215, 19%, 75%)
CMYK
19%, 11%, 0%, 25%
XYZ
X: 36.74, Y: 38.75, Z: 41.08
Lab
L: 68.57, a: -2.06, b: -12.69
Name

Shades of Color #9AA9BE

Shades are created by darkening the original color #9AA9BE 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 #9AA9BE

Tints are created by lightening the original color #9AA9BE 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.

#9AA9BErgb(154, 169, 190)

About #9AA9BE Color Code

In the HSL color space, this color has a hue angle of 215°, a saturation of 22%, and a lightness of 67%. The HSV representation shows a hue of 215°, a saturation of 19%, and a value of 75%.

  • HEX: #9AA9BE
  • RGB: rgb(154, 169, 190)
  • HSL: hsl(215, 22%, 67%)
  • HSV: hsv(215, 19%, 75%)
  • CMYK: 19.00% cyan, 11.00% magenta, 0.00% yellow, 25.00% black
  • XYZ: 36.74, 38.75, 41.08
  • Yxy: 38.75, 0.3152, 0.3324
  • Hunter Lab: 68.57, -2.06, -12.69
  • CIE-Lab: 68.57, -2.06, -12.69

In the XYZ color space, this color is represented as X: 36.74, Y: 38.75, Z: 41.08. The Yxy representation further refines this as Y: 38.75, x: 0.3152, and y: 0.3324.

In the Hunter Lab color space, this color is represented as L: 68.57, a: -2.06, and b: -12.69. Similarly, in the CIE-Lab color space, it is represented as L: 68.57, a: -2.06, and b: -12.69.

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 #9AA9BE

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

Analogous Colors of #9AA9BE

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

Split Complementary Colors of #9AA9BE

Split complementary colors are two colors adjacent to the complementary color of #9AA9BE. They create a balanced and visually appealing color scheme.

Tetradic Colors of #9AA9BE

Tetradic colors form a rectangle on the color wheel, including #9AA9BE. They provide vibrant and diverse color schemes for creative designs.

Monochromatic Colors of #9AA9BE

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

Complementary Color of #9AA9BE

The complementary color of #9AA9BE 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 #9AA9BE

/* Using HEX */
body {
  background-color: #9aa9be;
}
/* Using RGB */
body {
  background-color: rgb(154, 169, 190);
}
/* Using RGB with opacity */
body {
  background-color: rgba(154, 169, 190, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(215, 22%, 67%);
}
/* Text color */
p {
  color: #9aa9be;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #9aa9be;
}
/* Border color */
.box {
  border: 4px solid #9aa9be;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #9aa9be;
}
Text Shadow Preview
/* Background with text */
div {
  background: #9aa9be;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#9AA9BE
On Black Background
#9AA9BE
On White Background
#9AA9BE

HTML Examples of #9AA9BE

<!-- Using HEX -->
<div style="background-color: #9aa9be; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(154, 169, 190); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(154, 169, 190, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(215, 22%, 67%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #9aa9be;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #9aa9be; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #9aa9be; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #9aa9be;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #9aa9be; color: #fff; padding: 16px; border-radius: 8px;">
  #9AA9BE
</div>
#9AA9BE
On Black Background
#9AA9BE
On White Background
#9AA9BE

Related Colors of #9AA9BE

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