COLOR #A9C2AD

HEX: #A9C2AD RGB: (169,194,173)

Color info

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

RGB color model

#A9C2AD color RGB value is (169,194,173).

RGB: (169,194,173) (66%, 76%, 68%)

RGB channels and saturation

R 169 of 255 = 66%
G 194 of 255 = 76%
B 173 of 255 = 68%

169
194
173

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

Portions of RGB colors in percentages

R + G + B = 169 + 194 + 173 = 536 (100%)
R 169 of 536 ~ 31.53%
G 194 of 536 ~ 36.19%
B 173 of 536 ~ 32.28'%

%31.53
%36.19
%32.28

CMYK color model

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

  • cyan value is 12.89%
  • magenta value is 0.00%
  • yellow value is 10.82%
  • key color value is 23.92%

CMYK: (13,0,11,24)
C13M0Y11K24 (13%, 0%, 11%, 24%)
(0.13 / 0.00 / 0.11 / 0.24)

CMYK percentages

%12.89
%0
%10.82
%23.92

Codes

Color #A9C2AD in popluar color models

A9 C2 AD
RGB 169 194 173
HSL 130° 17.01% 71.18%
HSB/HSV 130° 12.89% 76.08%
CMYK 12.89% 0.00% 10.82%
23.92%

Color #A9C2AD in popluar number systems.

HEX A9 C2 AD
Decimal 169 194 173
Binary 10101001 11000010 10101101
Octal 251 302 255

Shades and tints

Shades of #A9C2AD

#A9C2AD
(169,194,173)
#9AB19E
(154,177,158)
#8BA08F
(139,160,143)
#7C8F80
(124,143,128)
#6D7E71
(109,126,113)
#5E6D62
(94,109,98)
#4F5C53
(79,92,83)
#404B44
(64,75,68)
#313A35
(49,58,53)
#222926
(34,41,38)
#131817
(19,24,23)
#000000
(0,0,0)

Tints of #A9C2AD

#A9C2AD
(169,194,173)
#B0C7B4
(176,199,180)
#B7CCBB
(183,204,187)
#BED1C2
(190,209,194)
#C5D6C9
(197,214,201)
#CCDBD0
(204,219,208)
#D3E0D7
(211,224,215)
#DAE5DE
(218,229,222)
#E1EAE5
(225,234,229)
#E8EFEC
(232,239,236)
#EFF4F3
(239,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9C2AD color. Also use rgb(169,194,173) instead hex code.

Text Font Color

.myTextColor { color: #A9C2AD; }

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

This text font color is #A9C2AD.

Background Color

.myBgColor { background-color: #A9C2AD; }

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

This div background color is #A9C2AD.

Border color

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

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

This div border color is #A9C2AD.

Opacity

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

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

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

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

This text has shadow with #A9C2AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9C2AD.

Preview

Color preview on black background

This text has color #A9C2AD on black background.


Color preview on white background

This text has color #A9C2AD on white background.


Black color preview on #A9C2AD background

This text has black color on #A9C2AD background.


White color preview on #A9C2AD background

This text has white color on #A9C2AD background.


Related colors

Complementary color

Complementary color for #hex is #563D52.


I love getcolorcode.com

Triadic colors

1 #ADA9C2 and #C2ADA9 with #A9C2AD are triadic colors.

2 #ADC2A9 and #C2A9AD with #A9C2AD are triadic colors.