COLOR #A9C5AF

HEX: #A9C5AF
RGB: (169,197,175)

Color info

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

RGB color model

#A9C5AF color RGB value is (169,197,175).

  • red value is 169;
  • green value is 197;
  • blue value is 175.
RGB:
(169,197,175)
(66%,77%,69%)

RGB channels and saturation

R 169 of 255 = 66%
G 197 of 255 = 77%
B 175 of 255 = 69%

169
197
175

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

Portions of RGB colors in percentages

R + G + B =
169 + 197 + 175 = 541 (100%)
R 169 of 541 ~ 31.24%
G 197 of 541 ~ 36.41%
B 175 of 541 ~ 32.35%

%31.24
%36.41
%32.35

CMYK color model

#A9C5AF color CMYK value is (14,0,11,23).

  • cyan value is 14.21%
  • magenta value is 0.00%
  • yellow value is 11.17%
  • key color value is 22.75%
CMYK:
(14,0,11,23)
C14M0Y11K23 
(14%,0%,11%,23%)
(0.14/0.00/0.11/0.23)	

CMYK percentages

%14.21
%0
%11.17
%22.75

Codes

Color #A9C5AF in popluar color models

A9C5AF
RGB169197175
HSL133°19.44%71.76%
HSB/HSV133°14.21%77.25%
CMYK14.21%0.00%11.17%
22.75%

Color #A9C5AF in popluar number systems.

HEXA9C5AF
Decimal169197175
Binary101010011100010110101111
Octal251305257

Shades and tints

Shades of #A9C5AF

#A9C5AF
(169,197,175)
#9AB4A0
(154,180,160)
#8BA391
(139,163,145)
#7C9282
(124,146,130)
#6D8173
(109,129,115)
#5E7064
(94,112,100)
#4F5F55
(79,95,85)
#404E46
(64,78,70)
#313D37
(49,61,55)
#222C28
(34,44,40)
#131B19
(19,27,25)
#000000
(0,0,0)

Tints of #A9C5AF

#A9C5AF
(169,197,175)
#B0CAB6
(176,202,182)
#B7CFBD
(183,207,189)
#BED4C4
(190,212,196)
#C5D9CB
(197,217,203)
#CCDED2
(204,222,210)
#D3E3D9
(211,227,217)
#DAE8E0
(218,232,224)
#E1EDE7
(225,237,231)
#E8F2EE
(232,242,238)
#EFF7F5
(239,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9C5AF color. Also use rgb(169,197,175) instead hex code.

Text Font Color

.myTextColor { color: #A9C5AF; }

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

This text font color is #A9C5AF.


Background Color

.myBgColor { background-color: #A9C5AF; }

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

This div background color is #A9C5AF.


Border color

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

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

This div border color is #A9C5AF.


Opacity

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

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

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

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

This text has shadow with #A9C5AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9C5AF on black background.


Color preview on white background

This text has color #A9C5AF on white background.



Black color preview on #A9C5AF background

This text has black color on #A9C5AF background.


White color preview on #A9C5AF background

This text has white color on #A9C5AF background.