Color: #ABCBB7

#ABCBB7 Color Information

#ABCBB7 is a light color. The closest websafe version is #ABCBB7. A complement of this color would be #CBAABE, perceived brightness is 0.75, and the grayscale version is #BBBBBB.

In the HSL color space, this color has a hue angle of 143°,a saturation of 24%, and a lightness of 73%.The HSV representation shows a hue of 143°, a saturation of 16%, and a value of 80%.

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

In the Yxy color space, this color is represented as Y: 54.74, x: 0.3337, and y: 0.3843.

Color Code #ABCBB7

#ABCBB7rgb(171, 203, 183)
HEX
#ABCBB7
RGB
rgb(171, 203, 183)
HSL
hsl(143, 24%, 73%)
HSV
hsv(143, 16%, 80%)
CMYK
16%, 0%, 10%, 20%
XYZ
X: 47.53, Y: 54.74, Z: 40.18
Lab
L: 78.89, a: -14.05, b: 6.26
Name

Shades of Color #ABCBB7

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

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

#ABCBB7rgb(171, 203, 183)

About #ABCBB7 Color Code

In the HSL color space, this color has a hue angle of 143°, a saturation of 24%, and a lightness of 73%. The HSV representation shows a hue of 143°, a saturation of 16%, and a value of 80%.

  • HEX: #ABCBB7
  • RGB: rgb(171, 203, 183)
  • HSL: hsl(143, 24%, 73%)
  • HSV: hsv(143, 16%, 80%)
  • CMYK: 16.00% cyan, 0.00% magenta, 10.00% yellow, 20.00% black
  • XYZ: 47.53, 54.74, 40.18
  • Yxy: 54.74, 0.3337, 0.3843
  • Hunter Lab: 78.89, -14.05, 6.26
  • CIE-Lab: 78.89, -14.05, 6.26

In the XYZ color space, this color is represented as X: 47.53, Y: 54.74, Z: 40.18. The Yxy representation further refines this as Y: 54.74, x: 0.3337, and y: 0.3843.

In the Hunter Lab color space, this color is represented as L: 78.89, a: -14.05, and b: 6.26. Similarly, in the CIE-Lab color space, it is represented as L: 78.89, a: -14.05, and b: 6.26.

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

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

Analogous Colors of #ABCBB7

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

Monochromatic Colors of #ABCBB7

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

Complementary Color of #ABCBB7

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

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

HTML Examples of #ABCBB7

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

Related Colors of #ABCBB7

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