COLOR #ADD8AE

HEX: #ADD8AE RGB: (173,216,174)

Color info

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

RGB color model

#ADD8AE color RGB value is (173,216,174).

RGB: (173,216,174) (68%, 85%, 68%)

RGB channels and saturation

R 173 of 255 = 68%
G 216 of 255 = 85%
B 174 of 255 = 68%

173
216
174

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

Portions of RGB colors in percentages

R + G + B = 173 + 216 + 174 = 563 (100%)
R 173 of 563 ~ 30.73%
G 216 of 563 ~ 38.37%
B 174 of 563 ~ 30.91'%

%30.73
%38.37
%30.91

CMYK color model

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

  • cyan value is 19.91%
  • magenta value is 0.00%
  • yellow value is 19.44%
  • key color value is 15.29%
CMYK: (20,0,19,15) C20M0Y19K15 (20%,0%,19%,15%) (0.20/0.00/0.19/0.15) 

CMYK percentages

%19.91
%0
%19.44
%15.29

Codes

Color #ADD8AE in popluar color models

AD D8 AE
RGB 173 216 174
HSL 121° 35.54% 76.27%
HSB/HSV 121° 19.91% 84.71%
CMYK 19.91% 0.00% 19.44%
15.29%

Color #ADD8AE in popluar number systems.

HEX AD D8 AE
Decimal 173 216 174
Binary 10101101 11011000 10101110
Octal 255 330 256

Shades and tints

Shades of #ADD8AE

#ADD8AE
(173,216,174)
#9EC59F
(158,197,159)
#8FB290
(143,178,144)
#809F81
(128,159,129)
#718C72
(113,140,114)
#627963
(98,121,99)
#536654
(83,102,84)
#445345
(68,83,69)
#354036
(53,64,54)
#262D27
(38,45,39)
#171A18
(23,26,24)
#000000
(0,0,0)

Tints of #ADD8AE

#ADD8AE
(173,216,174)
#B4DBB5
(180,219,181)
#BBDEBC
(187,222,188)
#C2E1C3
(194,225,195)
#C9E4CA
(201,228,202)
#D0E7D1
(208,231,209)
#D7EAD8
(215,234,216)
#DEEDDF
(222,237,223)
#E5F0E6
(229,240,230)
#ECF3ED
(236,243,237)
#F3F6F4
(243,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADD8AE; }

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

This text font color is #ADD8AE.

Background Color

.myBgColor { background-color: #ADD8AE; }

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

This div background color is #ADD8AE.

Border color

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

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

This div border color is #ADD8AE.

Opacity

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

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

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

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

This text has shadow with #ADD8AE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADD8AE.

Preview

Color preview on black background

This text has color #ADD8AE on black background.


Color preview on white background

This text has color #ADD8AE on white background.


Black color preview on #ADD8AE background

This text has black color on #ADD8AE background.


White color preview on #ADD8AE background

This text has white color on #ADD8AE background.


Related colors

Complementary color

Complementary color for #hex is #522751.


I love getcolorcode.com

Triadic colors

1 #AEADD8 and #D8AEAD with #ADD8AE are triadic colors.

2 #AED8AD and #D8ADAE with #ADD8AE are triadic colors.