color details

Color Details
#A8C3BC Color Hex

#A8C3BC color RGB value is (10, 140, 59).
#A8C3BC hex color red value is 10, green value is 140, and blue value is 59.
Cylindrical-coordinate representations (HSL) of color #A8C3BC hue: 142.62, saturation: 0.87 and lightness: 0.29.

The process color (four-color CMYK) of #A8C3BC color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #A8C3BC is #ff9999. Color #A8C3BC contains mainly RED.

Color Spaces
Color spaces of #A8C3BCValue
RGB168, 195, 188
HSL0.46, 0.18, 0.71
HSV164°, 14°, 76°
XYZ44.74, 50.98, 55.05
Base Numbers
Base Red Green Blue
Binary 10101000 11000011 10111100
Octal 250 303 274
Decimal 168 195 188
Hex A8 C3 BC

RGB Percentages for Color #A8C3BC

30.49%
35.39%
34.12%

CMYK Percentages of the Color #A8C3BC

13.85%
3.59%
23.53%
CSS Codes for Color #A8C3BC
.mybgColor {background-color: #A8C3BC;}
.myforeColor {color: #A8C3BC;}
.myborderColor {border:3px solid #A8C3BC;}
Text Font Color #A8C3BC

<p style="color:#A8C3BC">Text here</p>

This sample text is styled with the font color #A8C3BC. 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 #A8C3BC

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

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

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

The border color of this div is #A8C3BC
Css3 Examples
            .textShadowRgb {
                text-shadow: 4px 4px 2px rgba(168, 195, 188, 0.8);            }
            .textShadowHex {
                text-shadow: 4px 4px 2px #A8C3BC;            }
            .divShadow {
                -moz-box-shadow: 1px 1px 3px #A8C3BC;
-webkit-box-shadow: 1px 1px 3px #A8C3BC;
box-shadow: 1px 1px 3px #A8C3BC;            }
            
Text Shadow Using RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168, 195, 188, 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 #A8C3BC;">Text here</p>

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

Shadow Div Box

<div style="-moz-box-shadow: 1px 1px 3px #A8C3BC; -webkit-box-shadow: 1px 1px 3px #A8C3BC; box-shadow: 1px 1px 3px #A8C3BC;">Div content here</div>

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