COLOR #ADD0AE

HEX: #ADD0AE RGB: (173,208,174)

Color info

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

RGB color model

#ADD0AE color RGB value is (173,208,174).

RGB: (173,208,174) (68%, 82%, 68%)

RGB channels and saturation

R 173 of 255 = 68%
G 208 of 255 = 82%
B 174 of 255 = 68%

173
208
174

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

Portions of RGB colors in percentages

R + G + B = 173 + 208 + 174 = 555 (100%)
R 173 of 555 ~ 31.17%
G 208 of 555 ~ 37.48%
B 174 of 555 ~ 31.35'%

%31.17
%37.48
%31.35

CMYK color model

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

  • cyan value is 16.83%
  • magenta value is 0.00%
  • yellow value is 16.35%
  • key color value is 18.43%

CMYK: (17,0,16,18)
C17M0Y16K18 (17%, 0%, 16%, 18%)
(0.17 / 0.00 / 0.16 / 0.18)

CMYK percentages

%16.83
%0
%16.35
%18.43

Codes

Color #ADD0AE in popluar color models

AD D0 AE
RGB 173 208 174
HSL 122° 27.13% 74.71%
HSB/HSV 122° 16.83% 81.57%
CMYK 16.83% 0.00% 16.35%
18.43%

Color #ADD0AE in popluar number systems.

HEX AD D0 AE
Decimal 173 208 174
Binary 10101101 11010000 10101110
Octal 255 320 256

Shades and tints

Shades of #ADD0AE

#ADD0AE
(173,208,174)
#9EBE9F
(158,190,159)
#8FAC90
(143,172,144)
#809A81
(128,154,129)
#718872
(113,136,114)
#627663
(98,118,99)
#536454
(83,100,84)
#445245
(68,82,69)
#354036
(53,64,54)
#262E27
(38,46,39)
#171C18
(23,28,24)
#000000
(0,0,0)

Tints of #ADD0AE

#ADD0AE
(173,208,174)
#B4D4B5
(180,212,181)
#BBD8BC
(187,216,188)
#C2DCC3
(194,220,195)
#C9E0CA
(201,224,202)
#D0E4D1
(208,228,209)
#D7E8D8
(215,232,216)
#DEECDF
(222,236,223)
#E5F0E6
(229,240,230)
#ECF4ED
(236,244,237)
#F3F8F4
(243,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADD0AE; }

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

This text font color is #ADD0AE.

Background Color

.myBgColor { background-color: #ADD0AE; }

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

This div background color is #ADD0AE.

Border color

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

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

This div border color is #ADD0AE.

Opacity

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

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

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

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

This text has shadow with #ADD0AE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADD0AE.

Preview

Color preview on black background

This text has color #ADD0AE on black background.


Color preview on white background

This text has color #ADD0AE on white background.


Black color preview on #ADD0AE background

This text has black color on #ADD0AE background.


White color preview on #ADD0AE background

This text has white color on #ADD0AE background.


Related colors

Complementary color

Complementary color for #hex is #522F51.


I love getcolorcode.com

Triadic colors

1 #AEADD0 and #D0AEAD with #ADD0AE are triadic colors.

2 #AED0AD and #D0ADAE with #ADD0AE are triadic colors.