Color: #ACBFBD
#ACBFBD Color Information
#ACBFBD is a light color. The closest websafe version is #ACBFBD. A complement of this color would be #BFABAD, perceived brightness is 0.73, and the grayscale version is #B6B6B6.
In the HSL color space, this color has a hue angle of 174°,a saturation of 13%, and a lightness of 71%.The HSV representation shows a hue of 174°, a saturation of 10%, and a value of 75%.
In a RGB color space, #ACBFBD is composed of 67% red, 75% green and 74% blue. Whereas in a CMYK color space, it is composed of 10% cyan, 0% magenta, 1% yellow and 25% black.
In the Yxy color space, this color is represented as Y: 49.61, x: 0.3311, and y: 0.3623.
Color Code #ACBFBD
Shades of Color #ACBFBD
Shades are created by darkening the original color #ACBFBD 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 #ACBFBD
Tints are created by lightening the original color #ACBFBD 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.
About #ACBFBD Color Code
In the HSL color space, this color has a hue angle of 174°, a saturation of 13%, and a lightness of 71%. The HSV representation shows a hue of 174°, a saturation of 10%, and a value of 75%.
- HEX: #ACBFBD
- RGB: rgb(172, 191, 189)
- HSL: hsl(174, 13%, 71%)
- HSV: hsv(174, 10%, 75%)
- CMYK: 10.00% cyan, 0.00% magenta, 100.00% yellow, 25.00% black
- XYZ: 45.33, 49.61, 41.98
- Yxy: 49.61, 0.3311, 0.3623
- Hunter Lab: 75.83, -7.03, -1.32
- CIE-Lab: 75.83, -7.03, -1.32
In the XYZ color space, this color is represented as X: 45.33, Y: 49.61, Z: 41.98. The Yxy representation further refines this as Y: 49.61, x: 0.3311, and y: 0.3623.
In the Hunter Lab color space, this color is represented as L: 75.83, a: -7.03, and b: -1.32. Similarly, in the CIE-Lab color space, it is represented as L: 75.83, a: -7.03, and b: -1.32.
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 #ACBFBD
Triadic colors are three colors evenly spaced around the color wheel, including #ACBFBD. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #ACBFBD
Split complementary colors are two colors adjacent to the complementary color of #ACBFBD. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #ACBFBD
Monochromatic colors are variations of #ACBFBD, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #ACBFBD
The complementary color of #ACBFBD 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 #ACBFBD
/* Using HEX */ body { background-color: #acbfbd; }
/* Using RGB */ body { background-color: rgb(172, 191, 189); }
/* Using RGB with opacity */ body { background-color: rgba(172, 191, 189, 0.5); }
/* Using HSL */ body { background-color: hsl(174, 13%, 71%); }
/* Text color */ p { color: #acbfbd; }
/* Box shadow */ div { box-shadow: 4px 4px #acbfbd; }
/* Border color */ .box { border: 4px solid #acbfbd; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #acbfbd; }
/* Background with text */ div { background: #acbfbd; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #ACBFBD
<!-- Using HEX --> <div style="background-color: #acbfbd; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(172, 191, 189); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(172, 191, 189, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(174, 13%, 71%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #acbfbd;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #acbfbd; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #acbfbd; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #acbfbd;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #acbfbd; color: #fff; padding: 16px; border-radius: 8px;"> #ACBFBD </div>
Related Colors of #ACBFBD
These colors are similar to #ACBFBD, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.