COLOR #87E9BE

HEX: #87E9BE
RGB: (135,233,190)

Color info

#87E9BE contains mainly green and blue colors. Web safe color of #87E9BE is #99FFCC (or #9FC).

RGB color model

#87E9BE color RGB value is (135,233,190).

  • red value is 135;
  • green value is 233;
  • blue value is 190.
RGB:
(135,233,190)
(53%,91%,75%)

RGB channels and saturation

R 135 of 255 = 53%
G 233 of 255 = 91%
B 190 of 255 = 75%

135
233
190

R + G + B ~ 73%. #87E9BE is quite light color.

Portions of RGB colors in percentages

R + G + B =
135 + 233 + 190 = 558 (100%)
R 135 of 558 ~ 24.19%
G 233 of 558 ~ 41.76%
B 190 of 558 ~ 34.05%

%24.19
%41.76
%34.05

CMYK color model

#87E9BE color CMYK value is (42,0,18,9).

  • cyan value is 42.06%
  • magenta value is 0.00%
  • yellow value is 18.45%
  • key color value is 8.63%
CMYK:
(42,0,18,9)
C42M0Y18K9 
(42%,0%,18%,9%)
(0.42/0.00/0.18/0.09)	

CMYK percentages

%42.06
%0
%18.45
%8.63

Codes

Color #87E9BE in popluar color models

87E9BE
RGB135233190
HSL154°69.01%72.16%
HSB/HSV154°42.06%91.37%
CMYK42.06%0.00%18.45%
8.63%

Color #87E9BE in popluar number systems.

HEX87E9BE
Decimal135233190
Binary100001111110100110111110
Octal207351276

Shades and tints

Shades of #87E9BE

#87E9BE
(135,233,190)
#7BD4AD
(123,212,173)
#6FBF9C
(111,191,156)
#63AA8B
(99,170,139)
#57957A
(87,149,122)
#4B8069
(75,128,105)
#3F6B58
(63,107,88)
#335647
(51,86,71)
#274136
(39,65,54)
#1B2C25
(27,44,37)
#0F1714
(15,23,20)
#000000
(0,0,0)

Tints of #87E9BE

#87E9BE
(135,233,190)
#91EBC3
(145,235,195)
#9BEDC8
(155,237,200)
#A5EFCD
(165,239,205)
#AFF1D2
(175,241,210)
#B9F3D7
(185,243,215)
#C3F5DC
(195,245,220)
#CDF7E1
(205,247,225)
#D7F9E6
(215,249,230)
#E1FBEB
(225,251,235)
#EBFDF0
(235,253,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87E9BE color. Also use rgb(135,233,190) instead hex code.

Text Font Color

.myTextColor { color: #87E9BE; }

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

This text font color is #87E9BE.


Background Color

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

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

This div background color is #87E9BE.


Border color

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

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

This div border color is #87E9BE.


Opacity

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

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

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

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

This text has shadow with #87E9BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87E9BE on black background.


Color preview on white background

This text has color #87E9BE on white background.



Black color preview on #87E9BE background

This text has black color on #87E9BE background.


White color preview on #87E9BE background

This text has white color on #87E9BE background.