#94a9ab color RGB value is (9, 74, 154).
#94a9ab hex color red value is 9, green value is 74, and blue value is 154.
Cylindrical-coordinate representations (HSL) of color #94a9ab
hue: 213.1,
saturation: 0.89 and lightness: 0.32.
The process color (four-color CMYK) of #94a9ab color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #94a9ab is #ff9999. Color #94a9ab contains mainly RED.
| Color spaces of #94a9ab | Value |
|---|---|
| RGB | 148, 169, 171 |
| HSL | 0.51, 0.12, 0.63 |
| HSV | 185°, 13°, 67° |
| XYZ | 33.75, 37.61, 44 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 10010100 | 10101001 | 10101011 |
| Octal | 224 | 251 | 253 |
| Decimal | 148 | 169 | 171 |
| Hex | 94 | A9 | AB |
Shades of #94a9ab
Tints of #94a9ab
.mybgColor {background-color: #94a9ab;}
.myforeColor {color: #94a9ab;}
.myborderColor {border:3px solid #94a9ab;}
<p style="color:#94a9ab">Text here</p>
This sample text is styled with the font color #94a9ab. 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:#94a9ab">Div content here</div>
<div style="border:3px solid #94a9ab">Div here</div>
.textShadowRgb {
text-shadow: 4px 4px 2px rgba(148, 169, 171, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #94a9ab; }
.divShadow {
-moz-box-shadow: 1px 1px 3px #94a9ab;
-webkit-box-shadow: 1px 1px 3px #94a9ab;
box-shadow: 1px 1px 3px #94a9ab; }
<p style="text-shadow: 4px 4px 2px rgba(148, 169, 171, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #94a9ab;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #94a9ab;
-webkit-box-shadow: 1px 1px 3px #94a9ab;
box-shadow: 1px 1px 3px #94a9ab;">Div content here</div>
