#aab1b8 color RGB value is (10, 171, 27).
#aab1b8 hex color red value is 10, green value is 171, and blue value is 27.
Cylindrical-coordinate representations (HSL) of color #aab1b8
hue: 126.34,
saturation: 0.89 and lightness: 0.35.
The process color (four-color CMYK) of #aab1b8 color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #aab1b8 is #ff9999. Color #aab1b8 contains mainly RED.
| Color spaces of #aab1b8 | Value |
|---|---|
| RGB | 170, 177, 184 |
| HSL | 0.58, 0.09, 0.69 |
| HSV | 210°, 8°, 72° |
| XYZ | 40.95, 43.45, 51.57 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 10101010 | 10110001 | 10111000 |
| Octal | 252 | 261 | 270 |
| Decimal | 170 | 177 | 184 |
| Hex | AA | B1 | B8 |
Shades of #aab1b8
Tints of #aab1b8
.mybgColor {background-color: #aab1b8;}
.myforeColor {color: #aab1b8;}
.myborderColor {border:3px solid #aab1b8;}
<p style="color:#aab1b8">Text here</p>
This sample text is styled with the font color #aab1b8. 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:#aab1b8">Div content here</div>
<div style="border:3px solid #aab1b8">Div here</div>
.textShadowRgb {
text-shadow: 4px 4px 2px rgba(170, 177, 184, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #aab1b8; }
.divShadow {
-moz-box-shadow: 1px 1px 3px #aab1b8;
-webkit-box-shadow: 1px 1px 3px #aab1b8;
box-shadow: 1px 1px 3px #aab1b8; }
<p style="text-shadow: 4px 4px 2px rgba(170, 177, 184, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #aab1b8;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #aab1b8;
-webkit-box-shadow: 1px 1px 3px #aab1b8;
box-shadow: 1px 1px 3px #aab1b8;">Div content here</div>
