COLOR #87D7E0

HEX: #87D7E0
RGB: (135,215,224)

Color info

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

RGB color model

#87D7E0 color RGB value is (135,215,224).

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

RGB channels and saturation

R 135 of 255 = 53%
G 215 of 255 = 84%
B 224 of 255 = 88%

135
215
224

R + G + B ~ 75%. #87D7E0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
135 + 215 + 224 = 574 (100%)
R 135 of 574 ~ 23.52%
G 215 of 574 ~ 37.46%
B 224 of 574 ~ 39.02%

%23.52
%37.46
%39.02

CMYK color model

#87D7E0 color CMYK value is (40,4,0,12).

  • cyan value is 39.73%
  • magenta value is 4.02%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(40,4,0,12)
C40M4Y0K12 
(40%,4%,0%,12%)
(0.40/0.04/0.00/0.12)	

CMYK percentages

%39.73
%4.02
%0
%12.16

Codes

Color #87D7E0 in popluar color models

87D7E0
RGB135215224
HSL186°58.94%70.39%
HSB/HSV186°39.73%87.84%
CMYK39.73%4.02%0.00%
12.16%

Color #87D7E0 in popluar number systems.

HEX87D7E0
Decimal135215224
Binary100001111101011111100000
Octal207327340

Shades and tints

Shades of #87D7E0

#87D7E0
(135,215,224)
#7BC4CC
(123,196,204)
#6FB1B8
(111,177,184)
#639EA4
(99,158,164)
#578B90
(87,139,144)
#4B787C
(75,120,124)
#3F6568
(63,101,104)
#335254
(51,82,84)
#273F40
(39,63,64)
#1B2C2C
(27,44,44)
#0F1918
(15,25,24)
#000000
(0,0,0)

Tints of #87D7E0

#87D7E0
(135,215,224)
#91DAE2
(145,218,226)
#9BDDE4
(155,221,228)
#A5E0E6
(165,224,230)
#AFE3E8
(175,227,232)
#B9E6EA
(185,230,234)
#C3E9EC
(195,233,236)
#CDECEE
(205,236,238)
#D7EFF0
(215,239,240)
#E1F2F2
(225,242,242)
#EBF5F4
(235,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87D7E0; }

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

This text font color is #87D7E0.


Background Color

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

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

This div background color is #87D7E0.


Border color

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

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

This div border color is #87D7E0.


Opacity

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

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

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

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

This text has shadow with #87D7E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87D7E0 on black background.


Color preview on white background

This text has color #87D7E0 on white background.



Black color preview on #87D7E0 background

This text has black color on #87D7E0 background.


White color preview on #87D7E0 background

This text has white color on #87D7E0 background.