COLOR #A9D5AD

HEX: #A9D5AD RGB: (169,213,173)

Color info

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

RGB color model

#A9D5AD color RGB value is (169,213,173).

RGB: (169,213,173) (66%, 84%, 68%)

RGB channels and saturation

R 169 of 255 = 66%
G 213 of 255 = 84%
B 173 of 255 = 68%

169
213
173

R + G + B ~ 73%. #A9D5AD is quite light color.

Portions of RGB colors in percentages

R + G + B = 169 + 213 + 173 = 555 (100%)
R 169 of 555 ~ 30.45%
G 213 of 555 ~ 38.38%
B 173 of 555 ~ 31.17'%

%30.45
%38.38
%31.17

CMYK color model

#A9D5AD color CMYK value is (21,0,19,16).

  • cyan value is 20.66%
  • magenta value is 0.00%
  • yellow value is 18.78%
  • key color value is 16.47%

CMYK: (21,0,19,16)
C21M0Y19K16 (21%, 0%, 19%, 16%)
(0.21 / 0.00 / 0.19 / 0.16)

CMYK percentages

%20.66
%0
%18.78
%16.47

Codes

Color #A9D5AD in popluar color models

A9 D5 AD
RGB 169 213 173
HSL 125° 34.38% 74.90%
HSB/HSV 125° 20.66% 83.53%
CMYK 20.66% 0.00% 18.78%
16.47%

Color #A9D5AD in popluar number systems.

HEX A9 D5 AD
Decimal 169 213 173
Binary 10101001 11010101 10101101
Octal 251 325 255

Shades and tints

Shades of #A9D5AD

#A9D5AD
(169,213,173)
#9AC29E
(154,194,158)
#8BAF8F
(139,175,143)
#7C9C80
(124,156,128)
#6D8971
(109,137,113)
#5E7662
(94,118,98)
#4F6353
(79,99,83)
#405044
(64,80,68)
#313D35
(49,61,53)
#222A26
(34,42,38)
#131717
(19,23,23)
#000000
(0,0,0)

Tints of #A9D5AD

#A9D5AD
(169,213,173)
#B0D8B4
(176,216,180)
#B7DBBB
(183,219,187)
#BEDEC2
(190,222,194)
#C5E1C9
(197,225,201)
#CCE4D0
(204,228,208)
#D3E7D7
(211,231,215)
#DAEADE
(218,234,222)
#E1EDE5
(225,237,229)
#E8F0EC
(232,240,236)
#EFF3F3
(239,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9D5AD; }

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

This text font color is #A9D5AD.

Background Color

.myBgColor { background-color: #A9D5AD; }

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

This div background color is #A9D5AD.

Border color

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

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

This div border color is #A9D5AD.

Opacity

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

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

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

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

This text has shadow with #A9D5AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9D5AD.

Preview

Color preview on black background

This text has color #A9D5AD on black background.


Color preview on white background

This text has color #A9D5AD on white background.


Black color preview on #A9D5AD background

This text has black color on #A9D5AD background.


White color preview on #A9D5AD background

This text has white color on #A9D5AD background.


Related colors

Complementary color

Complementary color for #hex is #562A52.


I love getcolorcode.com

Triadic colors

1 #ADA9D5 and #D5ADA9 with #A9D5AD are triadic colors.

2 #ADD5A9 and #D5A9AD with #A9D5AD are triadic colors.