COLOR #A8C9AC

HEX: #A8C9AC
RGB: (168,201,172)

Color info

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

RGB color model

#A8C9AC color RGB value is (168,201,172).

  • red value is 168;
  • green value is 201;
  • blue value is 172.
RGB:
(168,201,172)
(66%,79%,67%)

RGB channels and saturation

R 168 of 255 = 66%
G 201 of 255 = 79%
B 172 of 255 = 67%

168
201
172

R + G + B ~ 71%. #A8C9AC is quite light color.

Portions of RGB colors in percentages

R + G + B =
168 + 201 + 172 = 541 (100%)
R 168 of 541 ~ 31.05%
G 201 of 541 ~ 37.15%
B 172 of 541 ~ 31.79%

%31.05
%37.15
%31.79

CMYK color model

#A8C9AC color CMYK value is (16,0,14,21).

  • cyan value is 16.42%
  • magenta value is 0.00%
  • yellow value is 14.43%
  • key color value is 21.18%
CMYK:
(16,0,14,21)
C16M0Y14K21 
(16%,0%,14%,21%)
(0.16/0.00/0.14/0.21)	

CMYK percentages

%16.42
%0
%14.43
%21.18

Codes

Color #A8C9AC in popluar color models

A8C9AC
RGB168201172
HSL127°23.40%72.35%
HSB/HSV127°16.42%78.82%
CMYK16.42%0.00%14.43%
21.18%

Color #A8C9AC in popluar number systems.

HEXA8C9AC
Decimal168201172
Binary101010001100100110101100
Octal250311254

Shades and tints

Shades of #A8C9AC

#A8C9AC
(168,201,172)
#99B79D
(153,183,157)
#8AA58E
(138,165,142)
#7B937F
(123,147,127)
#6C8170
(108,129,112)
#5D6F61
(93,111,97)
#4E5D52
(78,93,82)
#3F4B43
(63,75,67)
#303934
(48,57,52)
#212725
(33,39,37)
#121516
(18,21,22)
#000000
(0,0,0)

Tints of #A8C9AC

#A8C9AC
(168,201,172)
#AFCDB3
(175,205,179)
#B6D1BA
(182,209,186)
#BDD5C1
(189,213,193)
#C4D9C8
(196,217,200)
#CBDDCF
(203,221,207)
#D2E1D6
(210,225,214)
#D9E5DD
(217,229,221)
#E0E9E4
(224,233,228)
#E7EDEB
(231,237,235)
#EEF1F2
(238,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8C9AC color. Also use rgb(168,201,172) instead hex code.

Text Font Color

.myTextColor { color: #A8C9AC; }

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

This text font color is #A8C9AC.


Background Color

.myBgColor { background-color: #A8C9AC; }

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

This div background color is #A8C9AC.


Border color

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

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

This div border color is #A8C9AC.


Opacity

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

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

Text with #A8C9AC 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 #A8C9AC;}

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

This text has shadow with #A8C9AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8C9AC on black background.


Color preview on white background

This text has color #A8C9AC on white background.



Black color preview on #A8C9AC background

This text has black color on #A8C9AC background.


White color preview on #A8C9AC background

This text has white color on #A8C9AC background.