COLOR #87E0E8

HEX: #87E0E8
RGB: (135,224,232)

Color info

#87E0E8 contains mainly green and blue colors. Web safe color of #87E0E8 is #99CCFF (or #9CF).

RGB color model

#87E0E8 color RGB value is (135,224,232).

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

RGB channels and saturation

R 135 of 255 = 53%
G 224 of 255 = 88%
B 232 of 255 = 91%

135
224
232

R + G + B ~ 77%. #87E0E8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
135 + 224 + 232 = 591 (100%)
R 135 of 591 ~ 22.84%
G 224 of 591 ~ 37.9%
B 232 of 591 ~ 39.26%

%22.84
%37.9
%39.26

CMYK color model

#87E0E8 color CMYK value is (42,3,0,9).

  • cyan value is 41.81%
  • magenta value is 3.45%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(42,3,0,9)
C42M3Y0K9 
(42%,3%,0%,9%)
(0.42/0.03/0.00/0.09)	

CMYK percentages

%41.81
%3.45
%0
%9.02

Codes

Color #87E0E8 in popluar color models

87E0E8
RGB135224232
HSL185°67.83%71.96%
HSB/HSV185°41.81%90.98%
CMYK41.81%3.45%0.00%
9.02%

Color #87E0E8 in popluar number systems.

HEX87E0E8
Decimal135224232
Binary100001111110000011101000
Octal207340350

Shades and tints

Shades of #87E0E8

#87E0E8
(135,224,232)
#7BCCD3
(123,204,211)
#6FB8BE
(111,184,190)
#63A4A9
(99,164,169)
#579094
(87,144,148)
#4B7C7F
(75,124,127)
#3F686A
(63,104,106)
#335455
(51,84,85)
#274040
(39,64,64)
#1B2C2B
(27,44,43)
#0F1816
(15,24,22)
#000000
(0,0,0)

Tints of #87E0E8

#87E0E8
(135,224,232)
#91E2EA
(145,226,234)
#9BE4EC
(155,228,236)
#A5E6EE
(165,230,238)
#AFE8F0
(175,232,240)
#B9EAF2
(185,234,242)
#C3ECF4
(195,236,244)
#CDEEF6
(205,238,246)
#D7F0F8
(215,240,248)
#E1F2FA
(225,242,250)
#EBF4FC
(235,244,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87E0E8; }

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

This text font color is #87E0E8.


Background Color

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

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

This div background color is #87E0E8.


Border color

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

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

This div border color is #87E0E8.


Opacity

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

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

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

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

This text has shadow with #87E0E8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87E0E8 on black background.


Color preview on white background

This text has color #87E0E8 on white background.



Black color preview on #87E0E8 background

This text has black color on #87E0E8 background.


White color preview on #87E0E8 background

This text has white color on #87E0E8 background.