COLOR #87D7AD

HEX: #87D7AD
RGB: (135,215,173)

Color info

#87D7AD contains mainly green and blue colors. Web safe color of #87D7AD is #99CC99 (or #9C9).

RGB color model

#87D7AD color RGB value is (135,215,173).

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

RGB channels and saturation

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

135
215
173

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

Portions of RGB colors in percentages

R + G + B =
135 + 215 + 173 = 523 (100%)
R 135 of 523 ~ 25.81%
G 215 of 523 ~ 41.11%
B 173 of 523 ~ 33.08%

%25.81
%41.11
%33.08

CMYK color model

#87D7AD color CMYK value is (37,0,20,16).

  • cyan value is 37.21%
  • magenta value is 0.00%
  • yellow value is 19.53%
  • key color value is 15.69%
CMYK:
(37,0,20,16)
C37M0Y20K16 
(37%,0%,20%,16%)
(0.37/0.00/0.20/0.16)	

CMYK percentages

%37.21
%0
%19.53
%15.69

Codes

Color #87D7AD in popluar color models

87D7AD
RGB135215173
HSL149°50.00%68.63%
HSB/HSV149°37.21%84.31%
CMYK37.21%0.00%19.53%
15.69%

Color #87D7AD in popluar number systems.

HEX87D7AD
Decimal135215173
Binary100001111101011110101101
Octal207327255

Shades and tints

Shades of #87D7AD

#87D7AD
(135,215,173)
#7BC49E
(123,196,158)
#6FB18F
(111,177,143)
#639E80
(99,158,128)
#578B71
(87,139,113)
#4B7862
(75,120,98)
#3F6553
(63,101,83)
#335244
(51,82,68)
#273F35
(39,63,53)
#1B2C26
(27,44,38)
#0F1917
(15,25,23)
#000000
(0,0,0)

Tints of #87D7AD

#87D7AD
(135,215,173)
#91DAB4
(145,218,180)
#9BDDBB
(155,221,187)
#A5E0C2
(165,224,194)
#AFE3C9
(175,227,201)
#B9E6D0
(185,230,208)
#C3E9D7
(195,233,215)
#CDECDE
(205,236,222)
#D7EFE5
(215,239,229)
#E1F2EC
(225,242,236)
#EBF5F3
(235,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87D7AD; }

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

This text font color is #87D7AD.


Background Color

.myBgColor { background-color: #87D7AD; }

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

This div background color is #87D7AD.


Border color

.myBorderColor { border: 1px solid #87D7AD; }

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

This div border color is #87D7AD.


Opacity

.myOpacity80 { color: #87D7AD; opacity: 0.8; }

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

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

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

This text has shadow with #87D7AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87D7AD on black background.


Color preview on white background

This text has color #87D7AD on white background.



Black color preview on #87D7AD background

This text has black color on #87D7AD background.


White color preview on #87D7AD background

This text has white color on #87D7AD background.