COLOR #87E8BE

HEX: #87E8BE
RGB: (135,232,190)

Color info

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

RGB color model

#87E8BE color RGB value is (135,232,190).

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

RGB channels and saturation

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

135
232
190

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

Portions of RGB colors in percentages

R + G + B =
135 + 232 + 190 = 557 (100%)
R 135 of 557 ~ 24.24%
G 232 of 557 ~ 41.65%
B 190 of 557 ~ 34.11%

%24.24
%41.65
%34.11

CMYK color model

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

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

CMYK percentages

%41.81
%0
%18.1
%9.02

Codes

Color #87E8BE in popluar color models

87E8BE
RGB135232190
HSL154°67.83%71.96%
HSB/HSV154°41.81%90.98%
CMYK41.81%0.00%18.10%
9.02%

Color #87E8BE in popluar number systems.

HEX87E8BE
Decimal135232190
Binary100001111110100010111110
Octal207350276

Shades and tints

Shades of #87E8BE

#87E8BE
(135,232,190)
#7BD3AD
(123,211,173)
#6FBE9C
(111,190,156)
#63A98B
(99,169,139)
#57947A
(87,148,122)
#4B7F69
(75,127,105)
#3F6A58
(63,106,88)
#335547
(51,85,71)
#274036
(39,64,54)
#1B2B25
(27,43,37)
#0F1614
(15,22,20)
#000000
(0,0,0)

Tints of #87E8BE

#87E8BE
(135,232,190)
#91EAC3
(145,234,195)
#9BECC8
(155,236,200)
#A5EECD
(165,238,205)
#AFF0D2
(175,240,210)
#B9F2D7
(185,242,215)
#C3F4DC
(195,244,220)
#CDF6E1
(205,246,225)
#D7F8E6
(215,248,230)
#E1FAEB
(225,250,235)
#EBFCF0
(235,252,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87E8BE; }

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

This text font color is #87E8BE.


Background Color

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

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

This div background color is #87E8BE.


Border color

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

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

This div border color is #87E8BE.


Opacity

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

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

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

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

This text has shadow with #87E8BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87E8BE on black background.


Color preview on white background

This text has color #87E8BE on white background.



Black color preview on #87E8BE background

This text has black color on #87E8BE background.


White color preview on #87E8BE background

This text has white color on #87E8BE background.