color details

Color Details
#aab1b8 Color Hex

#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
Color spaces of #aab1b8Value
RGB170, 177, 184
HSL0.58, 0.09, 0.69
HSV210°, 8°, 72°
XYZ40.95, 43.45, 51.57
Base Numbers
Base Red Green Blue
Binary 10101010 10110001 10111000
Octal 252 261 270
Decimal 170 177 184
Hex AA B1 B8

RGB Percentages for Color #aab1b8

32.02%
33.33%
34.65%

CMYK Percentages of the Color #aab1b8

7.61%
3.8%
27.84%
CSS Codes for Color #aab1b8
.mybgColor {background-color: #aab1b8;}
.myforeColor {color: #aab1b8;}
.myborderColor {border:3px solid #aab1b8;}
Text Font Color #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,

Background Color #aab1b8

<div style="background-color:#aab1b8">Div content here</div>

The background color of this div is #aab1b8
Border Color #aab1b8

<div style="border:3px solid #aab1b8">Div here</div>

The border color of this div is #aab1b8
Css3 Examples
            .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;            }
            
Text Shadow Using RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170, 177, 184, 0.8);">Text here</p>

This text has a shadow with RGB values.

Text Shadow Using Hex Values

<p style="text-shadow: 4px 4px 2px #aab1b8;">Text here</p>

This text has a shadow with hexadecimal (hex) values.

Shadow Div Box

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

This div box has a shadow with a specified color. #aab1b8

Scroll to Top