COLOR #87E3BB

HEX: #87E3BB
RGB: (135,227,187)

Color info

#87E3BB contains mainly green and blue colors. Web safe color of #87E3BB is #99CCCC (or #9CC).

RGB color model

#87E3BB color RGB value is (135,227,187).

  • red value is 135;
  • green value is 227;
  • blue value is 187.
RGB:
(135,227,187)
(53%,89%,73%)

RGB channels and saturation

R 135 of 255 = 53%
G 227 of 255 = 89%
B 187 of 255 = 73%

135
227
187

R + G + B ~ 72%. #87E3BB is quite light color.

Portions of RGB colors in percentages

R + G + B =
135 + 227 + 187 = 549 (100%)
R 135 of 549 ~ 24.59%
G 227 of 549 ~ 41.35%
B 187 of 549 ~ 34.06%

%24.59
%41.35
%34.06

CMYK color model

#87E3BB color CMYK value is (41,0,18,11).

  • cyan value is 40.53%
  • magenta value is 0.00%
  • yellow value is 17.62%
  • key color value is 10.98%
CMYK:
(41,0,18,11)
C41M0Y18K11 
(41%,0%,18%,11%)
(0.41/0.00/0.18/0.11)	

CMYK percentages

%40.53
%0
%17.62
%10.98

Codes

Color #87E3BB in popluar color models

87E3BB
RGB135227187
HSL154°62.16%70.98%
HSB/HSV154°40.53%89.02%
CMYK40.53%0.00%17.62%
10.98%

Color #87E3BB in popluar number systems.

HEX87E3BB
Decimal135227187
Binary100001111110001110111011
Octal207343273

Shades and tints

Shades of #87E3BB

#87E3BB
(135,227,187)
#7BCFAA
(123,207,170)
#6FBB99
(111,187,153)
#63A788
(99,167,136)
#579377
(87,147,119)
#4B7F66
(75,127,102)
#3F6B55
(63,107,85)
#335744
(51,87,68)
#274333
(39,67,51)
#1B2F22
(27,47,34)
#0F1B11
(15,27,17)
#000000
(0,0,0)

Tints of #87E3BB

#87E3BB
(135,227,187)
#91E5C1
(145,229,193)
#9BE7C7
(155,231,199)
#A5E9CD
(165,233,205)
#AFEBD3
(175,235,211)
#B9EDD9
(185,237,217)
#C3EFDF
(195,239,223)
#CDF1E5
(205,241,229)
#D7F3EB
(215,243,235)
#E1F5F1
(225,245,241)
#EBF7F7
(235,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87E3BB color. Also use rgb(135,227,187) instead hex code.

Text Font Color

.myTextColor { color: #87E3BB; }

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

This text font color is #87E3BB.


Background Color

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

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

This div background color is #87E3BB.


Border color

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

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

This div border color is #87E3BB.


Opacity

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

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

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

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

This text has shadow with #87E3BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87E3BB on black background.


Color preview on white background

This text has color #87E3BB on white background.



Black color preview on #87E3BB background

This text has black color on #87E3BB background.


White color preview on #87E3BB background

This text has white color on #87E3BB background.