COLOR #ADD9AD

HEX: #ADD9AD RGB: (173,217,173)

Color info

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

RGB color model

#ADD9AD color RGB value is (173,217,173).

RGB: (173,217,173) (68%, 85%, 68%)

RGB channels and saturation

R 173 of 255 = 68%
G 217 of 255 = 85%
B 173 of 255 = 68%

173
217
173

R + G + B ~ 74%. #ADD9AD is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 217 + 173 = 563 (100%)
R 173 of 563 ~ 30.73%
G 217 of 563 ~ 38.54%
B 173 of 563 ~ 30.73'%

%30.73
%38.54
%30.73

CMYK color model

#ADD9AD color CMYK value is (20,0,20,15).

  • cyan value is 20.28%
  • magenta value is 0.00%
  • yellow value is 20.28%
  • key color value is 14.90%

CMYK: (20,0,20,15)
C20M0Y20K15 (20%, 0%, 20%, 15%)
(0.20 / 0.00 / 0.20 / 0.15)

CMYK percentages

%20.28
%0
%20.28
%14.9

Codes

Color #ADD9AD in popluar color models

AD D9 AD
RGB 173 217 173
HSL 120° 36.67% 76.47%
HSB/HSV 120° 20.28% 85.10%
CMYK 20.28% 0.00% 20.28%
14.90%

Color #ADD9AD in popluar number systems.

HEX AD D9 AD
Decimal 173 217 173
Binary 10101101 11011001 10101101
Octal 255 331 255

Shades and tints

Shades of #ADD9AD

#ADD9AD
(173,217,173)
#9EC69E
(158,198,158)
#8FB38F
(143,179,143)
#80A080
(128,160,128)
#718D71
(113,141,113)
#627A62
(98,122,98)
#536753
(83,103,83)
#445444
(68,84,68)
#354135
(53,65,53)
#262E26
(38,46,38)
#171B17
(23,27,23)
#000000
(0,0,0)

Tints of #ADD9AD

#ADD9AD
(173,217,173)
#B4DCB4
(180,220,180)
#BBDFBB
(187,223,187)
#C2E2C2
(194,226,194)
#C9E5C9
(201,229,201)
#D0E8D0
(208,232,208)
#D7EBD7
(215,235,215)
#DEEEDE
(222,238,222)
#E5F1E5
(229,241,229)
#ECF4EC
(236,244,236)
#F3F7F3
(243,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADD9AD; }

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

This text font color is #ADD9AD.

Background Color

.myBgColor { background-color: #ADD9AD; }

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

This div background color is #ADD9AD.

Border color

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

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

This div border color is #ADD9AD.

Opacity

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

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

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

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

This text has shadow with #ADD9AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADD9AD.

Preview

Color preview on black background

This text has color #ADD9AD on black background.


Color preview on white background

This text has color #ADD9AD on white background.


Black color preview on #ADD9AD background

This text has black color on #ADD9AD background.


White color preview on #ADD9AD background

This text has white color on #ADD9AD background.


Related colors

Complementary color

Complementary color for #hex is #522652.


I love getcolorcode.com

Triadic colors

1 #ADADD9 and #D9ADAD with #ADD9AD are triadic colors.

2 #ADD9AD and #D9ADAD with #ADD9AD are triadic colors.