color details

Color Details
#A6B8D8 Color Hex

#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
Color spaces of #A6B8D8Value
RGB166, 184, 216
HSL0.61, 0.39, 0.75
HSV218°, 23°, 85°
XYZ45.26, 47.34, 71.71
Base Numbers
Base Red Green Blue
Binary 10100110 10111000 11011000
Octal 246 270 330
Decimal 166 184 216
Hex A6 B8 D8

RGB Percentages for Color #A6B8D8

29.33%
32.51%
38.16%

CMYK Percentages of the Color #A6B8D8

23.15%
14.81%
15.29%
CSS Codes for Color #A6B8D8
.mybgColor {background-color: #A6B8D8;}
.myforeColor {color: #A6B8D8;}
.myborderColor {border:3px solid #A6B8D8;}
Text Font Color #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,

Background Color #A6B8D8

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

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

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

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

<p style="text-shadow: 4px 4px 2px rgba(166, 184, 216, 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 #A6B8D8;">Text here</p>

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

Shadow Div Box

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

This div box has a shadow with a specified color. #A6B8D8
Scroll to Top