COLOR #ADD5AE

HEX: #ADD5AE RGB: (173,213,174)

Color info

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

RGB color model

#ADD5AE color RGB value is (173,213,174).

RGB: (173,213,174) (68%, 84%, 68%)

RGB channels and saturation

R 173 of 255 = 68%
G 213 of 255 = 84%
B 174 of 255 = 68%

173
213
174

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

Portions of RGB colors in percentages

R + G + B = 173 + 213 + 174 = 560 (100%)
R 173 of 560 ~ 30.89%
G 213 of 560 ~ 38.04%
B 174 of 560 ~ 31.07'%

%30.89
%38.04
%31.07

CMYK color model

#ADD5AE color CMYK value is (19,0,18,16).

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

CMYK: (19,0,18,16)
C19M0Y18K16 (19%, 0%, 18%, 16%)
(0.19 / 0.00 / 0.18 / 0.16)

CMYK percentages

%18.78
%0
%18.31
%16.47

Codes

Color #ADD5AE in popluar color models

AD D5 AE
RGB 173 213 174
HSL 122° 32.26% 75.69%
HSB/HSV 122° 18.78% 83.53%
CMYK 18.78% 0.00% 18.31%
16.47%

Color #ADD5AE in popluar number systems.

HEX AD D5 AE
Decimal 173 213 174
Binary 10101101 11010101 10101110
Octal 255 325 256

Shades and tints

Shades of #ADD5AE

#ADD5AE
(173,213,174)
#9EC29F
(158,194,159)
#8FAF90
(143,175,144)
#809C81
(128,156,129)
#718972
(113,137,114)
#627663
(98,118,99)
#536354
(83,99,84)
#445045
(68,80,69)
#353D36
(53,61,54)
#262A27
(38,42,39)
#171718
(23,23,24)
#000000
(0,0,0)

Tints of #ADD5AE

#ADD5AE
(173,213,174)
#B4D8B5
(180,216,181)
#BBDBBC
(187,219,188)
#C2DEC3
(194,222,195)
#C9E1CA
(201,225,202)
#D0E4D1
(208,228,209)
#D7E7D8
(215,231,216)
#DEEADF
(222,234,223)
#E5EDE6
(229,237,230)
#ECF0ED
(236,240,237)
#F3F3F4
(243,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADD5AE; }

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

This text font color is #ADD5AE.

Background Color

.myBgColor { background-color: #ADD5AE; }

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

This div background color is #ADD5AE.

Border color

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

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

This div border color is #ADD5AE.

Opacity

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

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

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

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

This text has shadow with #ADD5AE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADD5AE.

Preview

Color preview on black background

This text has color #ADD5AE on black background.


Color preview on white background

This text has color #ADD5AE on white background.


Black color preview on #ADD5AE background

This text has black color on #ADD5AE background.


White color preview on #ADD5AE background

This text has white color on #ADD5AE background.


Related colors

Complementary color

Complementary color for #hex is #522A51.


I love getcolorcode.com

Triadic colors

1 #AEADD5 and #D5AEAD with #ADD5AE are triadic colors.

2 #AED5AD and #D5ADAE with #ADD5AE are triadic colors.