#A6B8D8 color RGB value is (10, 107, 141).
#A6B8D8 hex color red value is 10, green value is 107, and blue value is 141.
Cylindrical-coordinate representations (HSL) of color #A6B8D8
hue: 195.57,
saturation: 0.87 and lightness: 0.3.
The process color (four-color CMYK) of #A6B8D8 color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #A6B8D8 is #ff9999. Color #A6B8D8 contains mainly RED.
Color spaces of #A6B8D8 | Value |
---|---|
RGB | 166, 184, 216 |
HSL | 0.61, 0.39, 0.75 |
HSV | 218°, 23°, 85° |
XYZ | 45.26, 47.34, 71.71 |
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100110 | 10111000 | 11011000 |
Octal | 246 | 270 | 330 |
Decimal | 166 | 184 | 216 |
Hex | A6 | B8 | D8 |
Shades of #A6B8D8
Tints of #A6B8D8
.mybgColor {background-color: #A6B8D8;} .myforeColor {color: #A6B8D8;} .myborderColor {border:3px solid #A6B8D8;}
<p style="color:#A6B8D8">Text here</p>
This sample text is styled with the font color #A6B8D8. 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:#A6B8D8">Div content here</div>
<div style="border:3px solid #A6B8D8">Div here</div>
.textShadowRgb { text-shadow: 4px 4px 2px rgba(166, 184, 216, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #A6B8D8; } .divShadow { -moz-box-shadow: 1px 1px 3px #A6B8D8; -webkit-box-shadow: 1px 1px 3px #A6B8D8; box-shadow: 1px 1px 3px #A6B8D8; }
<p style="text-shadow: 4px 4px 2px rgba(166, 184, 216, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #A6B8D8;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #A6B8D8;
-webkit-box-shadow: 1px 1px 3px #A6B8D8;
box-shadow: 1px 1px 3px #A6B8D8;">Div content here</div>