COLOR #ADDD86

HEX: #ADDD86 RGB: (173,221,134)

Color info

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

RGB color model

#ADDD86 color RGB value is (173,221,134).

RGB: (173,221,134) (68%, 87%, 53%)

RGB channels and saturation

R 173 of 255 = 68%
G 221 of 255 = 87%
B 134 of 255 = 53%

173
221
134

R + G + B ~ 69%. #ADDD86 is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 221 + 134 = 528 (100%)
R 173 of 528 ~ 32.77%
G 221 of 528 ~ 41.86%
B 134 of 528 ~ 25.38'%

%32.77
%41.86
%25.38

CMYK color model

#ADDD86 color CMYK value is (22,0,39,13).

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

CMYK: (22,0,39,13)
C22M0Y39K13 (22%, 0%, 39%, 13%)
(0.22 / 0.00 / 0.39 / 0.13)

CMYK percentages

%21.72
%0
%39.37
%13.33

Codes

Color #ADDD86 in popluar color models

AD DD 86
RGB 173 221 134
HSL 93° 56.13% 69.61%
HSB/HSV 93° 39.37% 86.67%
CMYK 21.72% 0.00% 39.37%
13.33%

Color #ADDD86 in popluar number systems.

HEX AD DD 86
Decimal 173 221 134
Binary 10101101 11011101 10000110
Octal 255 335 206

Shades and tints

Shades of #ADDD86

#ADDD86
(173,221,134)
#9EC97A
(158,201,122)
#8FB56E
(143,181,110)
#80A162
(128,161,98)
#718D56
(113,141,86)
#62794A
(98,121,74)
#53653E
(83,101,62)
#445132
(68,81,50)
#353D26
(53,61,38)
#26291A
(38,41,26)
#17150E
(23,21,14)
#000000
(0,0,0)

Tints of #ADDD86

#ADDD86
(173,221,134)
#B4E091
(180,224,145)
#BBE39C
(187,227,156)
#C2E6A7
(194,230,167)
#C9E9B2
(201,233,178)
#D0ECBD
(208,236,189)
#D7EFC8
(215,239,200)
#DEF2D3
(222,242,211)
#E5F5DE
(229,245,222)
#ECF8E9
(236,248,233)
#F3FBF4
(243,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADDD86; }

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

This text font color is #ADDD86.

Background Color

.myBgColor { background-color: #ADDD86; }

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

This div background color is #ADDD86.

Border color

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

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

This div border color is #ADDD86.

Opacity

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

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

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

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

This text has shadow with #ADDD86 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADDD86.

Preview

Color preview on black background

This text has color #ADDD86 on black background.


Color preview on white background

This text has color #ADDD86 on white background.


Black color preview on #ADDD86 background

This text has black color on #ADDD86 background.


White color preview on #ADDD86 background

This text has white color on #ADDD86 background.


Related colors

Complementary color

Complementary color for #hex is #522279.


I love getcolorcode.com

Triadic colors

1 #86ADDD and #DD86AD with #ADDD86 are triadic colors.

2 #86DDAD and #DDAD86 with #ADDD86 are triadic colors.