COLOR #87D7B1

HEX: #87D7B1
RGB: (135,215,177)

Color info

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

RGB color model

#87D7B1 color RGB value is (135,215,177).

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

RGB channels and saturation

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

135
215
177

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

Portions of RGB colors in percentages

R + G + B =
135 + 215 + 177 = 527 (100%)
R 135 of 527 ~ 25.62%
G 215 of 527 ~ 40.8%
B 177 of 527 ~ 33.59%

%25.62
%40.8
%33.59

CMYK color model

#87D7B1 color CMYK value is (37,0,18,16).

  • cyan value is 37.21%
  • magenta value is 0.00%
  • yellow value is 17.67%
  • key color value is 15.69%
CMYK:
(37,0,18,16)
C37M0Y18K16 
(37%,0%,18%,16%)
(0.37/0.00/0.18/0.16)	

CMYK percentages

%37.21
%0
%17.67
%15.69

Codes

Color #87D7B1 in popluar color models

87D7B1
RGB135215177
HSL152°50.00%68.63%
HSB/HSV152°37.21%84.31%
CMYK37.21%0.00%17.67%
15.69%

Color #87D7B1 in popluar number systems.

HEX87D7B1
Decimal135215177
Binary100001111101011110110001
Octal207327261

Shades and tints

Shades of #87D7B1

#87D7B1
(135,215,177)
#7BC4A1
(123,196,161)
#6FB191
(111,177,145)
#639E81
(99,158,129)
#578B71
(87,139,113)
#4B7861
(75,120,97)
#3F6551
(63,101,81)
#335241
(51,82,65)
#273F31
(39,63,49)
#1B2C21
(27,44,33)
#0F1911
(15,25,17)
#000000
(0,0,0)

Tints of #87D7B1

#87D7B1
(135,215,177)
#91DAB8
(145,218,184)
#9BDDBF
(155,221,191)
#A5E0C6
(165,224,198)
#AFE3CD
(175,227,205)
#B9E6D4
(185,230,212)
#C3E9DB
(195,233,219)
#CDECE2
(205,236,226)
#D7EFE9
(215,239,233)
#E1F2F0
(225,242,240)
#EBF5F7
(235,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87D7B1; }

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

This text font color is #87D7B1.


Background Color

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

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

This div background color is #87D7B1.


Border color

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

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

This div border color is #87D7B1.


Opacity

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

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

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

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

This text has shadow with #87D7B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87D7B1 on black background.


Color preview on white background

This text has color #87D7B1 on white background.



Black color preview on #87D7B1 background

This text has black color on #87D7B1 background.


White color preview on #87D7B1 background

This text has white color on #87D7B1 background.