COLOR #ADD4AE

HEX: #ADD4AE RGB: (173,212,174)

Color info

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

RGB color model

#ADD4AE color RGB value is (173,212,174).

RGB: (173,212,174) (68%, 83%, 68%)

RGB channels and saturation

R 173 of 255 = 68%
G 212 of 255 = 83%
B 174 of 255 = 68%

173
212
174

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

Portions of RGB colors in percentages

R + G + B = 173 + 212 + 174 = 559 (100%)
R 173 of 559 ~ 30.95%
G 212 of 559 ~ 37.92%
B 174 of 559 ~ 31.13'%

%30.95
%37.92
%31.13

CMYK color model

#ADD4AE color CMYK value is (18,0,18,17).

  • cyan value is 18.40%
  • magenta value is 0.00%
  • yellow value is 17.92%
  • key color value is 16.86%

CMYK: (18,0,18,17)
C18M0Y18K17 (18%, 0%, 18%, 17%)
(0.18 / 0.00 / 0.18 / 0.17)

CMYK percentages

%18.4
%0
%17.92
%16.86

Codes

Color #ADD4AE in popluar color models

AD D4 AE
RGB 173 212 174
HSL 122° 31.20% 75.49%
HSB/HSV 122° 18.40% 83.14%
CMYK 18.40% 0.00% 17.92%
16.86%

Color #ADD4AE in popluar number systems.

HEX AD D4 AE
Decimal 173 212 174
Binary 10101101 11010100 10101110
Octal 255 324 256

Shades and tints

Shades of #ADD4AE

#ADD4AE
(173,212,174)
#9EC19F
(158,193,159)
#8FAE90
(143,174,144)
#809B81
(128,155,129)
#718872
(113,136,114)
#627563
(98,117,99)
#536254
(83,98,84)
#444F45
(68,79,69)
#353C36
(53,60,54)
#262927
(38,41,39)
#171618
(23,22,24)
#000000
(0,0,0)

Tints of #ADD4AE

#ADD4AE
(173,212,174)
#B4D7B5
(180,215,181)
#BBDABC
(187,218,188)
#C2DDC3
(194,221,195)
#C9E0CA
(201,224,202)
#D0E3D1
(208,227,209)
#D7E6D8
(215,230,216)
#DEE9DF
(222,233,223)
#E5ECE6
(229,236,230)
#ECEFED
(236,239,237)
#F3F2F4
(243,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADD4AE; }

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

This text font color is #ADD4AE.

Background Color

.myBgColor { background-color: #ADD4AE; }

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

This div background color is #ADD4AE.

Border color

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

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

This div border color is #ADD4AE.

Opacity

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

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

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

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

This text has shadow with #ADD4AE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADD4AE.

Preview

Color preview on black background

This text has color #ADD4AE on black background.


Color preview on white background

This text has color #ADD4AE on white background.


Black color preview on #ADD4AE background

This text has black color on #ADD4AE background.


White color preview on #ADD4AE background

This text has white color on #ADD4AE background.


Related colors

Complementary color

Complementary color for #hex is #522B51.


I love getcolorcode.com

Triadic colors

1 #AEADD4 and #D4AEAD with #ADD4AE are triadic colors.

2 #AED4AD and #D4ADAE with #ADD4AE are triadic colors.