#afb5b9 color RGB value is (10, 251, 91).
#afb5b9 hex color red value is 10, green value is 251, and blue value is 91.
Cylindrical-coordinate representations (HSL) of color #afb5b9
hue: 140.17,
saturation: 0.97 and lightness: 0.51.
The process color (four-color CMYK) of #afb5b9 color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #afb5b9 is #ff9999. Color #afb5b9 contains mainly RED.
| Color spaces of #afb5b9 | Value |
|---|---|
| RGB | 175, 181, 185 |
| HSL | 0.57, 0.07, 0.71 |
| HSV | 204°, 5°, 73° |
| XYZ | 42.96, 45.66, 52.44 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 10101111 | 10110101 | 10111001 |
| Octal | 257 | 265 | 271 |
| Decimal | 175 | 181 | 185 |
| Hex | AF | B5 | B9 |
Shades of #afb5b9
Tints of #afb5b9
.mybgColor {background-color: #afb5b9;}
.myforeColor {color: #afb5b9;}
.myborderColor {border:3px solid #afb5b9;}
<p style="color:#afb5b9">Text here</p>
This sample text is styled with the font color #afb5b9. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here,
<div style="background-color:#afb5b9">Div content here</div>
<div style="border:3px solid #afb5b9">Div here</div>
.textShadowRgb {
text-shadow: 4px 4px 2px rgba(175, 181, 185, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #afb5b9; }
.divShadow {
-moz-box-shadow: 1px 1px 3px #afb5b9;
-webkit-box-shadow: 1px 1px 3px #afb5b9;
box-shadow: 1px 1px 3px #afb5b9; }
<p style="text-shadow: 4px 4px 2px rgba(175, 181, 185, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #afb5b9;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #afb5b9;
-webkit-box-shadow: 1px 1px 3px #afb5b9;
box-shadow: 1px 1px 3px #afb5b9;">Div content here</div>
