COLOR #A9C9AE

HEX: #A9C9AE
RGB: (169,201,174)

Color info

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

RGB color model

#A9C9AE color RGB value is (169,201,174).

  • red value is 169;
  • green value is 201;
  • blue value is 174.
RGB:
(169,201,174)
(66%,79%,68%)

RGB channels and saturation

R 169 of 255 = 66%
G 201 of 255 = 79%
B 174 of 255 = 68%

169
201
174

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

Portions of RGB colors in percentages

R + G + B =
169 + 201 + 174 = 544 (100%)
R 169 of 544 ~ 31.07%
G 201 of 544 ~ 36.95%
B 174 of 544 ~ 31.99%

%31.07
%36.95
%31.99

CMYK color model

#A9C9AE color CMYK value is (16,0,13,21).

  • cyan value is 15.92%
  • magenta value is 0.00%
  • yellow value is 13.43%
  • key color value is 21.18%
CMYK:
(16,0,13,21)
C16M0Y13K21 
(16%,0%,13%,21%)
(0.16/0.00/0.13/0.21)	

CMYK percentages

%15.92
%0
%13.43
%21.18

Codes

Color #A9C9AE in popluar color models

A9C9AE
RGB169201174
HSL129°22.86%72.55%
HSB/HSV129°15.92%78.82%
CMYK15.92%0.00%13.43%
21.18%

Color #A9C9AE in popluar number systems.

HEXA9C9AE
Decimal169201174
Binary101010011100100110101110
Octal251311256

Shades and tints

Shades of #A9C9AE

#A9C9AE
(169,201,174)
#9AB79F
(154,183,159)
#8BA590
(139,165,144)
#7C9381
(124,147,129)
#6D8172
(109,129,114)
#5E6F63
(94,111,99)
#4F5D54
(79,93,84)
#404B45
(64,75,69)
#313936
(49,57,54)
#222727
(34,39,39)
#131518
(19,21,24)
#000000
(0,0,0)

Tints of #A9C9AE

#A9C9AE
(169,201,174)
#B0CDB5
(176,205,181)
#B7D1BC
(183,209,188)
#BED5C3
(190,213,195)
#C5D9CA
(197,217,202)
#CCDDD1
(204,221,209)
#D3E1D8
(211,225,216)
#DAE5DF
(218,229,223)
#E1E9E6
(225,233,230)
#E8EDED
(232,237,237)
#EFF1F4
(239,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9C9AE color. Also use rgb(169,201,174) instead hex code.

Text Font Color

.myTextColor { color: #A9C9AE; }

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

This text font color is #A9C9AE.


Background Color

.myBgColor { background-color: #A9C9AE; }

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

This div background color is #A9C9AE.


Border color

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

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

This div border color is #A9C9AE.


Opacity

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

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

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

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

This text has shadow with #A9C9AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9C9AE on black background.


Color preview on white background

This text has color #A9C9AE on white background.



Black color preview on #A9C9AE background

This text has black color on #A9C9AE background.


White color preview on #A9C9AE background

This text has white color on #A9C9AE background.