COLOR #ADDDA0

HEX: #ADDDA0 RGB: (173,221,160)

Color info

#ADDDA0 contains mainly red and green colors. Web safe color of #ADDDA0 is #99CC99 (or #9C9).

RGB color model

#ADDDA0 color RGB value is (173,221,160).

RGB: (173,221,160) (68%, 87%, 63%)

RGB channels and saturation

R 173 of 255 = 68%
G 221 of 255 = 87%
B 160 of 255 = 63%

173
221
160

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

Portions of RGB colors in percentages

R + G + B = 173 + 221 + 160 = 554 (100%)
R 173 of 554 ~ 31.23%
G 221 of 554 ~ 39.89%
B 160 of 554 ~ 28.88'%

%31.23
%39.89
%28.88

CMYK color model

#ADDDA0 color CMYK value is (22,0,28,13).

  • cyan value is 21.72%
  • magenta value is 0.00%
  • yellow value is 27.60%
  • key color value is 13.33%

CMYK: (22,0,28,13)
C22M0Y28K13 (22%, 0%, 28%, 13%)
(0.22 / 0.00 / 0.28 / 0.13)

CMYK percentages

%21.72
%0
%27.6
%13.33

Codes

Color #ADDDA0 in popluar color models

AD DD A0
RGB 173 221 160
HSL 107° 47.29% 74.71%
HSB/HSV 107° 27.60% 86.67%
CMYK 21.72% 0.00% 27.60%
13.33%

Color #ADDDA0 in popluar number systems.

HEX AD DD A0
Decimal 173 221 160
Binary 10101101 11011101 10100000
Octal 255 335 240

Shades and tints

Shades of #ADDDA0

#ADDDA0
(173,221,160)
#9EC992
(158,201,146)
#8FB584
(143,181,132)
#80A176
(128,161,118)
#718D68
(113,141,104)
#62795A
(98,121,90)
#53654C
(83,101,76)
#44513E
(68,81,62)
#353D30
(53,61,48)
#262922
(38,41,34)
#171514
(23,21,20)
#000000
(0,0,0)

Tints of #ADDDA0

#ADDDA0
(173,221,160)
#B4E0A8
(180,224,168)
#BBE3B0
(187,227,176)
#C2E6B8
(194,230,184)
#C9E9C0
(201,233,192)
#D0ECC8
(208,236,200)
#D7EFD0
(215,239,208)
#DEF2D8
(222,242,216)
#E5F5E0
(229,245,224)
#ECF8E8
(236,248,232)
#F3FBF0
(243,251,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADDDA0; }

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

This text font color is #ADDDA0.

Background Color

.myBgColor { background-color: #ADDDA0; }

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

This div background color is #ADDDA0.

Border color

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

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

This div border color is #ADDDA0.

Opacity

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

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

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

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

This text has shadow with #ADDDA0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADDDA0.

Preview

Color preview on black background

This text has color #ADDDA0 on black background.


Color preview on white background

This text has color #ADDDA0 on white background.


Black color preview on #ADDDA0 background

This text has black color on #ADDDA0 background.


White color preview on #ADDDA0 background

This text has white color on #ADDDA0 background.


Related colors

Complementary color

Complementary color for #hex is #52225F.


I love getcolorcode.com

Triadic colors

1 #A0ADDD and #DDA0AD with #ADDDA0 are triadic colors.

2 #A0DDAD and #DDADA0 with #ADDDA0 are triadic colors.