COLOR #A8C1AB

HEX: #A8C1AB
RGB: (168,193,171)

Color info

#A8C1AB contains red, green and blue colors in about the same proportion. Web safe color of #A8C1AB is #99CC99 (or #9C9).

RGB color model

#A8C1AB color RGB value is (168,193,171).

  • red value is 168;
  • green value is 193;
  • blue value is 171.
RGB:
(168,193,171)
(66%,76%,67%)

RGB channels and saturation

R 168 of 255 = 66%
G 193 of 255 = 76%
B 171 of 255 = 67%

168
193
171

R + G + B ~ 70%. #A8C1AB is quite light color.

Portions of RGB colors in percentages

R + G + B =
168 + 193 + 171 = 532 (100%)
R 168 of 532 ~ 31.58%
G 193 of 532 ~ 36.28%
B 171 of 532 ~ 32.14%

%31.58
%36.28
%32.14

CMYK color model

#A8C1AB color CMYK value is (13,0,11,24).

  • cyan value is 12.95%
  • magenta value is 0.00%
  • yellow value is 11.40%
  • key color value is 24.31%
CMYK:
(13,0,11,24)
C13M0Y11K24 
(13%,0%,11%,24%)
(0.13/0.00/0.11/0.24)	

CMYK percentages

%12.95
%0
%11.4
%24.31

Codes

Color #A8C1AB in popluar color models

A8C1AB
RGB168193171
HSL127°16.78%70.78%
HSB/HSV127°12.95%75.69%
CMYK12.95%0.00%11.40%
24.31%

Color #A8C1AB in popluar number systems.

HEXA8C1AB
Decimal168193171
Binary101010001100000110101011
Octal250301253

Shades and tints

Shades of #A8C1AB

#A8C1AB
(168,193,171)
#99B09C
(153,176,156)
#8A9F8D
(138,159,141)
#7B8E7E
(123,142,126)
#6C7D6F
(108,125,111)
#5D6C60
(93,108,96)
#4E5B51
(78,91,81)
#3F4A42
(63,74,66)
#303933
(48,57,51)
#212824
(33,40,36)
#121715
(18,23,21)
#000000
(0,0,0)

Tints of #A8C1AB

#A8C1AB
(168,193,171)
#AFC6B2
(175,198,178)
#B6CBB9
(182,203,185)
#BDD0C0
(189,208,192)
#C4D5C7
(196,213,199)
#CBDACE
(203,218,206)
#D2DFD5
(210,223,213)
#D9E4DC
(217,228,220)
#E0E9E3
(224,233,227)
#E7EEEA
(231,238,234)
#EEF3F1
(238,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8C1AB color. Also use rgb(168,193,171) instead hex code.

Text Font Color

.myTextColor { color: #A8C1AB; }

<p style="color:#A8C1AB">This sample text font color is #A8C1AB.</p>

This text font color is #A8C1AB.


Background Color

.myBgColor { background-color: #A8C1AB; }

<div style="background-color:#A8C1AB">Inner text</div>

This div background color is #A8C1AB.


Border color

.myBorderColor { border: 1px solid #A8C1AB; }

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

This div border color is #A8C1AB.


Opacity

.myOpacity80 { color: #A8C1AB; opacity: 0.8; }

<p style="color:#A8C1AB;opacity:0.8;">80%</p>

Text with #A8C1AB color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #A8C1AB;}

<p style="text-shadow: 3px 3px 1px #A8C1AB">Text here.</p>

This text has shadow with #A8C1AB color.

.textShadow {text-shadow: 3px 3px 1px #A8C1AB, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #A8C1AB, 5px 5px 20px red">Text here.</p>

This text has shadow with #A8C1AB primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A8C1AB, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#A8C1AB, Direction=45, Strength=4)">Text</p>

This text has shadow with #A8C1AB and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #A8C1AB;
  -webkit-box-shadow:	1px 1px 3px 2px #A8C1AB;
  box-shadow:		1px 1px 3px 2px #A8C1AB;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A8C1AB;
-webkit-box-shadow: 1px 1px 3px 2px #A8C1AB;
box-shadow:1px 1px 3px 2px #A8C1AB;">
Div content here</div>
This div box has shadow with color #A8C1AB.

Preview

Color preview on black background

This text has color #A8C1AB on black background.


Color preview on white background

This text has color #A8C1AB on white background.



Black color preview on #A8C1AB background

This text has black color on #A8C1AB background.


White color preview on #A8C1AB background

This text has white color on #A8C1AB background.