Color: #ACB5BD

#ACB5BD Color Information

#ACB5BD is a light color. The closest websafe version is #ACB5BD. A complement of this color would be #BDB5AD, perceived brightness is 0.70, and the grayscale version is #B5B5B5.

In the HSL color space, this color has a hue angle of 208°,a saturation of 11%, and a lightness of 71%.The HSV representation shows a hue of 208°, a saturation of 9%, and a value of 74%.

In a RGB color space, #ACB5BD is composed of 67% red, 71% green and 74% blue. Whereas in a CMYK color space, it is composed of 9% cyan, 4% magenta, 0% yellow and 26% black.

In the Yxy color space, this color is represented as Y: 45.39, x: 0.3316, and y: 0.3496.

Color Code #ACB5BD

#ACB5BDrgb(172, 181, 189)
HEX
#ACB5BD
RGB
rgb(172, 181, 189)
HSL
hsl(208, 11%, 71%)
HSV
hsv(208, 9%, 74%)
CMYK
9%, 4%, 0%, 26%
XYZ
X: 43.06, Y: 45.39, Z: 41.40
Lab
L: 73.15, a: -2.06, b: -5.22
Name

Shades of Color #ACB5BD

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

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

#ACB5BDrgb(172, 181, 189)

About #ACB5BD Color Code

In the HSL color space, this color has a hue angle of 208°, a saturation of 11%, and a lightness of 71%. The HSV representation shows a hue of 208°, a saturation of 9%, and a value of 74%.

  • HEX: #ACB5BD
  • RGB: rgb(172, 181, 189)
  • HSL: hsl(208, 11%, 71%)
  • HSV: hsv(208, 9%, 74%)
  • CMYK: 9.00% cyan, 4.00% magenta, 0.00% yellow, 26.00% black
  • XYZ: 43.06, 45.39, 41.40
  • Yxy: 45.39, 0.3316, 0.3496
  • Hunter Lab: 73.15, -2.06, -5.22
  • CIE-Lab: 73.15, -2.06, -5.22

In the XYZ color space, this color is represented as X: 43.06, Y: 45.39, Z: 41.40. The Yxy representation further refines this as Y: 45.39, x: 0.3316, and y: 0.3496.

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

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 #ACB5BD

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

Analogous Colors of #ACB5BD

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

Split Complementary Colors of #ACB5BD

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

Tetradic Colors of #ACB5BD

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

Monochromatic Colors of #ACB5BD

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

Complementary Color of #ACB5BD

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

/* Using HEX */
body {
  background-color: #acb5bd;
}
/* Using RGB */
body {
  background-color: rgb(172, 181, 189);
}
/* Using RGB with opacity */
body {
  background-color: rgba(172, 181, 189, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(208, 11%, 71%);
}
/* Text color */
p {
  color: #acb5bd;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #acb5bd;
}
/* Border color */
.box {
  border: 4px solid #acb5bd;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #acb5bd;
}
Text Shadow Preview
/* Background with text */
div {
  background: #acb5bd;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#ACB5BD
On Black Background
#ACB5BD
On White Background
#ACB5BD

HTML Examples of #ACB5BD

<!-- Using HEX -->
<div style="background-color: #acb5bd; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(172, 181, 189); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(172, 181, 189, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(208, 11%, 71%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #acb5bd;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #acb5bd; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #acb5bd; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #acb5bd;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #acb5bd; color: #fff; padding: 16px; border-radius: 8px;">
  #ACB5BD
</div>
#ACB5BD
On Black Background
#ACB5BD
On White Background
#ACB5BD

Related Colors of #ACB5BD

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