COLOR #87EDE0

HEX: #87EDE0
RGB: (135,237,224)

Color info

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

RGB color model

#87EDE0 color RGB value is (135,237,224).

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

RGB channels and saturation

R 135 of 255 = 53%
G 237 of 255 = 93%
B 224 of 255 = 88%

135
237
224

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

Portions of RGB colors in percentages

R + G + B =
135 + 237 + 224 = 596 (100%)
R 135 of 596 ~ 22.65%
G 237 of 596 ~ 39.77%
B 224 of 596 ~ 37.58%

%22.65
%39.77
%37.58

CMYK color model

#87EDE0 color CMYK value is (43,0,5,7).

  • cyan value is 43.04%
  • magenta value is 0.00%
  • yellow value is 5.49%
  • key color value is 7.06%
CMYK:
(43,0,5,7)
C43M0Y5K7 
(43%,0%,5%,7%)
(0.43/0.00/0.05/0.07)	

CMYK percentages

%43.04
%0
%5.49
%7.06

Codes

Color #87EDE0 in popluar color models

87EDE0
RGB135237224
HSL172°73.91%72.94%
HSB/HSV172°43.04%92.94%
CMYK43.04%0.00%5.49%
7.06%

Color #87EDE0 in popluar number systems.

HEX87EDE0
Decimal135237224
Binary100001111110110111100000
Octal207355340

Shades and tints

Shades of #87EDE0

#87EDE0
(135,237,224)
#7BD8CC
(123,216,204)
#6FC3B8
(111,195,184)
#63AEA4
(99,174,164)
#579990
(87,153,144)
#4B847C
(75,132,124)
#3F6F68
(63,111,104)
#335A54
(51,90,84)
#274540
(39,69,64)
#1B302C
(27,48,44)
#0F1B18
(15,27,24)
#000000
(0,0,0)

Tints of #87EDE0

#87EDE0
(135,237,224)
#91EEE2
(145,238,226)
#9BEFE4
(155,239,228)
#A5F0E6
(165,240,230)
#AFF1E8
(175,241,232)
#B9F2EA
(185,242,234)
#C3F3EC
(195,243,236)
#CDF4EE
(205,244,238)
#D7F5F0
(215,245,240)
#E1F6F2
(225,246,242)
#EBF7F4
(235,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87EDE0; }

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

This text font color is #87EDE0.


Background Color

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

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

This div background color is #87EDE0.


Border color

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

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

This div border color is #87EDE0.


Opacity

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

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

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

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

This text has shadow with #87EDE0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87EDE0 on black background.


Color preview on white background

This text has color #87EDE0 on white background.



Black color preview on #87EDE0 background

This text has black color on #87EDE0 background.


White color preview on #87EDE0 background

This text has white color on #87EDE0 background.