COLOR #87E5E6

HEX: #87E5E6
RGB: (135,229,230)

Color info

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

RGB color model

#87E5E6 color RGB value is (135,229,230).

  • red value is 135;
  • green value is 229;
  • blue value is 230.
RGB:
(135,229,230)
(53%,90%,90%)

RGB channels and saturation

R 135 of 255 = 53%
G 229 of 255 = 90%
B 230 of 255 = 90%

135
229
230

R + G + B ~ 78%. #87E5E6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
135 + 229 + 230 = 594 (100%)
R 135 of 594 ~ 22.73%
G 229 of 594 ~ 38.55%
B 230 of 594 ~ 38.72%

%22.73
%38.55
%38.72

CMYK color model

#87E5E6 color CMYK value is (41,0,0,10).

  • cyan value is 41.30%
  • magenta value is 0.43%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(41,0,0,10)
C41M0Y0K10 
(41%,0%,0%,10%)
(0.41/0.00/0.00/0.10)	

CMYK percentages

%41.3
%0.43
%0
%9.8

Codes

Color #87E5E6 in popluar color models

87E5E6
RGB135229230
HSL181°65.52%71.57%
HSB/HSV181°41.30%90.20%
CMYK41.30%0.43%0.00%
9.80%

Color #87E5E6 in popluar number systems.

HEX87E5E6
Decimal135229230
Binary100001111110010111100110
Octal207345346

Shades and tints

Shades of #87E5E6

#87E5E6
(135,229,230)
#7BD1D2
(123,209,210)
#6FBDBE
(111,189,190)
#63A9AA
(99,169,170)
#579596
(87,149,150)
#4B8182
(75,129,130)
#3F6D6E
(63,109,110)
#33595A
(51,89,90)
#274546
(39,69,70)
#1B3132
(27,49,50)
#0F1D1E
(15,29,30)
#000000
(0,0,0)

Tints of #87E5E6

#87E5E6
(135,229,230)
#91E7E8
(145,231,232)
#9BE9EA
(155,233,234)
#A5EBEC
(165,235,236)
#AFEDEE
(175,237,238)
#B9EFF0
(185,239,240)
#C3F1F2
(195,241,242)
#CDF3F4
(205,243,244)
#D7F5F6
(215,245,246)
#E1F7F8
(225,247,248)
#EBF9FA
(235,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87E5E6 color. Also use rgb(135,229,230) instead hex code.

Text Font Color

.myTextColor { color: #87E5E6; }

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

This text font color is #87E5E6.


Background Color

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

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

This div background color is #87E5E6.


Border color

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

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

This div border color is #87E5E6.


Opacity

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

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

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

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

This text has shadow with #87E5E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87E5E6 on black background.


Color preview on white background

This text has color #87E5E6 on white background.



Black color preview on #87E5E6 background

This text has black color on #87E5E6 background.


White color preview on #87E5E6 background

This text has white color on #87E5E6 background.