COLOR #ADD087

HEX: #ADD087
RGB: (173,208,135)

Color info

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

RGB color model

#ADD087 color RGB value is (173,208,135).

  • red value is 173;
  • green value is 208;
  • blue value is 135.
RGB:
(173,208,135)
(68%,82%,53%)

RGB channels and saturation

R 173 of 255 = 68%
G 208 of 255 = 82%
B 135 of 255 = 53%

173
208
135

R + G + B ~ 68%. #ADD087 is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 208 + 135 = 516 (100%)
R 173 of 516 ~ 33.53%
G 208 of 516 ~ 40.31%
B 135 of 516 ~ 26.16%

%33.53
%40.31
%26.16

CMYK color model

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

  • cyan value is 16.83%
  • magenta value is 0.00%
  • yellow value is 35.10%
  • key color value is 18.43%
CMYK:
(17,0,35,18)
C17M0Y35K18 
(17%,0%,35%,18%)
(0.17/0.00/0.35/0.18)	

CMYK percentages

%16.83
%0
%35.1
%18.43

Codes

Color #ADD087 in popluar color models

ADD087
RGB173208135
HSL89°43.71%67.25%
HSB/HSV89°35.10%81.57%
CMYK16.83%0.00%35.10%
18.43%

Color #ADD087 in popluar number systems.

HEXADD087
Decimal173208135
Binary101011011101000010000111
Octal255320207

Shades and tints

Shades of #ADD087

#ADD087
(173,208,135)
#9EBE7B
(158,190,123)
#8FAC6F
(143,172,111)
#809A63
(128,154,99)
#718857
(113,136,87)
#62764B
(98,118,75)
#53643F
(83,100,63)
#445233
(68,82,51)
#354027
(53,64,39)
#262E1B
(38,46,27)
#171C0F
(23,28,15)
#000000
(0,0,0)

Tints of #ADD087

#ADD087
(173,208,135)
#B4D491
(180,212,145)
#BBD89B
(187,216,155)
#C2DCA5
(194,220,165)
#C9E0AF
(201,224,175)
#D0E4B9
(208,228,185)
#D7E8C3
(215,232,195)
#DEECCD
(222,236,205)
#E5F0D7
(229,240,215)
#ECF4E1
(236,244,225)
#F3F8EB
(243,248,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADD087; }

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

This text font color is #ADD087.


Background Color

.myBgColor { background-color: #ADD087; }

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

This div background color is #ADD087.


Border color

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

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

This div border color is #ADD087.


Opacity

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

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

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

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

This text has shadow with #ADD087 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADD087 on black background.


Color preview on white background

This text has color #ADD087 on white background.



Black color preview on #ADD087 background

This text has black color on #ADD087 background.


White color preview on #ADD087 background

This text has white color on #ADD087 background.