Color: #ADB7CB

#ADB7CB Color Information

#ADB7CB is a light color. The closest websafe version is #ADB7CB. A complement of this color would be #CBC2AE, perceived brightness is 0.71, and the grayscale version is #BCBCBC.

In the HSL color space, this color has a hue angle of 220°,a saturation of 22%, and a lightness of 74%.The HSV representation shows a hue of 220°, a saturation of 15%, and a value of 80%.

In a RGB color space, #ADB7CB is composed of 68% red, 72% green and 80% blue. Whereas in a CMYK color space, it is composed of 15% cyan, 10% magenta, 0% yellow and 20% black.

In the Yxy color space, this color is represented as Y: 46.86, x: 0.3221, and y: 0.3355.

Color Code #ADB7CB

#ADB7CBrgb(173, 183, 203)
HEX
#ADB7CB
RGB
rgb(173, 183, 203)
HSL
hsl(220, 22%, 74%)
HSV
hsv(220, 15%, 80%)
CMYK
15%, 10%, 0%, 20%
XYZ
X: 45.00, Y: 46.86, Z: 47.83
Lab
L: 74.10, a: -0.53, b: -11.40
Name

Shades of Color #ADB7CB

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

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

#ADB7CBrgb(173, 183, 203)

About #ADB7CB Color Code

In the HSL color space, this color has a hue angle of 220°, a saturation of 22%, and a lightness of 74%. The HSV representation shows a hue of 220°, a saturation of 15%, and a value of 80%.

  • HEX: #ADB7CB
  • RGB: rgb(173, 183, 203)
  • HSL: hsl(220, 22%, 74%)
  • HSV: hsv(220, 15%, 80%)
  • CMYK: 15.00% cyan, 10.00% magenta, 0.00% yellow, 20.00% black
  • XYZ: 45.00, 46.86, 47.83
  • Yxy: 46.86, 0.3221, 0.3355
  • Hunter Lab: 74.10, -0.53, -11.40
  • CIE-Lab: 74.10, -0.53, -11.40

In the XYZ color space, this color is represented as X: 45.00, Y: 46.86, Z: 47.83. The Yxy representation further refines this as Y: 46.86, x: 0.3221, and y: 0.3355.

In the Hunter Lab color space, this color is represented as L: 74.10, a: -0.53, and b: -11.40. Similarly, in the CIE-Lab color space, it is represented as L: 74.10, a: -0.53, and b: -11.40.

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

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

Analogous Colors of #ADB7CB

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

Monochromatic Colors of #ADB7CB

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

Complementary Color of #ADB7CB

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

/* Using HEX */
body {
  background-color: #adb7cb;
}
/* Using RGB */
body {
  background-color: rgb(173, 183, 203);
}
/* Using RGB with opacity */
body {
  background-color: rgba(173, 183, 203, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(220, 22%, 74%);
}
/* Text color */
p {
  color: #adb7cb;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #adb7cb;
}
/* Border color */
.box {
  border: 4px solid #adb7cb;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #adb7cb;
}
Text Shadow Preview
/* Background with text */
div {
  background: #adb7cb;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#ADB7CB
On Black Background
#ADB7CB
On White Background
#ADB7CB

HTML Examples of #ADB7CB

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

Related Colors of #ADB7CB

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