COLOR #87D7AF

HEX: #87D7AF
RGB: (135,215,175)

Color info

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

RGB color model

#87D7AF color RGB value is (135,215,175).

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

RGB channels and saturation

R 135 of 255 = 53%
G 215 of 255 = 84%
B 175 of 255 = 69%

135
215
175

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

Portions of RGB colors in percentages

R + G + B =
135 + 215 + 175 = 525 (100%)
R 135 of 525 ~ 25.71%
G 215 of 525 ~ 40.95%
B 175 of 525 ~ 33.33%

%25.71
%40.95
%33.33

CMYK color model

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

  • cyan value is 37.21%
  • magenta value is 0.00%
  • yellow value is 18.60%
  • key color value is 15.69%
CMYK:
(37,0,19,16)
C37M0Y19K16 
(37%,0%,19%,16%)
(0.37/0.00/0.19/0.16)	

CMYK percentages

%37.21
%0
%18.6
%15.69

Codes

Color #87D7AF in popluar color models

87D7AF
RGB135215175
HSL150°50.00%68.63%
HSB/HSV150°37.21%84.31%
CMYK37.21%0.00%18.60%
15.69%

Color #87D7AF in popluar number systems.

HEX87D7AF
Decimal135215175
Binary100001111101011110101111
Octal207327257

Shades and tints

Shades of #87D7AF

#87D7AF
(135,215,175)
#7BC4A0
(123,196,160)
#6FB191
(111,177,145)
#639E82
(99,158,130)
#578B73
(87,139,115)
#4B7864
(75,120,100)
#3F6555
(63,101,85)
#335246
(51,82,70)
#273F37
(39,63,55)
#1B2C28
(27,44,40)
#0F1919
(15,25,25)
#000000
(0,0,0)

Tints of #87D7AF

#87D7AF
(135,215,175)
#91DAB6
(145,218,182)
#9BDDBD
(155,221,189)
#A5E0C4
(165,224,196)
#AFE3CB
(175,227,203)
#B9E6D2
(185,230,210)
#C3E9D9
(195,233,217)
#CDECE0
(205,236,224)
#D7EFE7
(215,239,231)
#E1F2EE
(225,242,238)
#EBF5F5
(235,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87D7AF; }

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

This text font color is #87D7AF.


Background Color

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

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

This div background color is #87D7AF.


Border color

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

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

This div border color is #87D7AF.


Opacity

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

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

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

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

This text has shadow with #87D7AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87D7AF on black background.


Color preview on white background

This text has color #87D7AF on white background.



Black color preview on #87D7AF background

This text has black color on #87D7AF background.


White color preview on #87D7AF background

This text has white color on #87D7AF background.