COLOR #ADD687

HEX: #ADD687
RGB: (173,214,135)

Color info

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

RGB color model

#ADD687 color RGB value is (173,214,135).

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

RGB channels and saturation

R 173 of 255 = 68%
G 214 of 255 = 84%
B 135 of 255 = 53%

173
214
135

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

Portions of RGB colors in percentages

R + G + B =
173 + 214 + 135 = 522 (100%)
R 173 of 522 ~ 33.14%
G 214 of 522 ~ 41%
B 135 of 522 ~ 25.86%

%33.14
%41
%25.86

CMYK color model

#ADD687 color CMYK value is (19,0,37,16).

  • cyan value is 19.16%
  • magenta value is 0.00%
  • yellow value is 36.92%
  • key color value is 16.08%
CMYK:
(19,0,37,16)
C19M0Y37K16 
(19%,0%,37%,16%)
(0.19/0.00/0.37/0.16)	

CMYK percentages

%19.16
%0
%36.92
%16.08

Codes

Color #ADD687 in popluar color models

ADD687
RGB173214135
HSL91°49.07%68.43%
HSB/HSV91°36.92%83.92%
CMYK19.16%0.00%36.92%
16.08%

Color #ADD687 in popluar number systems.

HEXADD687
Decimal173214135
Binary101011011101011010000111
Octal255326207

Shades and tints

Shades of #ADD687

#ADD687
(173,214,135)
#9EC37B
(158,195,123)
#8FB06F
(143,176,111)
#809D63
(128,157,99)
#718A57
(113,138,87)
#62774B
(98,119,75)
#53643F
(83,100,63)
#445133
(68,81,51)
#353E27
(53,62,39)
#262B1B
(38,43,27)
#17180F
(23,24,15)
#000000
(0,0,0)

Tints of #ADD687

#ADD687
(173,214,135)
#B4D991
(180,217,145)
#BBDC9B
(187,220,155)
#C2DFA5
(194,223,165)
#C9E2AF
(201,226,175)
#D0E5B9
(208,229,185)
#D7E8C3
(215,232,195)
#DEEBCD
(222,235,205)
#E5EED7
(229,238,215)
#ECF1E1
(236,241,225)
#F3F4EB
(243,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADD687; }

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

This text font color is #ADD687.


Background Color

.myBgColor { background-color: #ADD687; }

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

This div background color is #ADD687.


Border color

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

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

This div border color is #ADD687.


Opacity

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

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

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

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

This text has shadow with #ADD687 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADD687 on black background.


Color preview on white background

This text has color #ADD687 on white background.



Black color preview on #ADD687 background

This text has black color on #ADD687 background.


White color preview on #ADD687 background

This text has white color on #ADD687 background.