COLOR #87D9E0

HEX: #87D9E0
RGB: (135,217,224)

Color info

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

RGB color model

#87D9E0 color RGB value is (135,217,224).

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

RGB channels and saturation

R 135 of 255 = 53%
G 217 of 255 = 85%
B 224 of 255 = 88%

135
217
224

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

Portions of RGB colors in percentages

R + G + B =
135 + 217 + 224 = 576 (100%)
R 135 of 576 ~ 23.44%
G 217 of 576 ~ 37.67%
B 224 of 576 ~ 38.89%

%23.44
%37.67
%38.89

CMYK color model

#87D9E0 color CMYK value is (40,3,0,12).

  • cyan value is 39.73%
  • magenta value is 3.13%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(40,3,0,12)
C40M3Y0K12 
(40%,3%,0%,12%)
(0.40/0.03/0.00/0.12)	

CMYK percentages

%39.73
%3.13
%0
%12.16

Codes

Color #87D9E0 in popluar color models

87D9E0
RGB135217224
HSL185°58.94%70.39%
HSB/HSV185°39.73%87.84%
CMYK39.73%3.13%0.00%
12.16%

Color #87D9E0 in popluar number systems.

HEX87D9E0
Decimal135217224
Binary100001111101100111100000
Octal207331340

Shades and tints

Shades of #87D9E0

#87D9E0
(135,217,224)
#7BC6CC
(123,198,204)
#6FB3B8
(111,179,184)
#63A0A4
(99,160,164)
#578D90
(87,141,144)
#4B7A7C
(75,122,124)
#3F6768
(63,103,104)
#335454
(51,84,84)
#274140
(39,65,64)
#1B2E2C
(27,46,44)
#0F1B18
(15,27,24)
#000000
(0,0,0)

Tints of #87D9E0

#87D9E0
(135,217,224)
#91DCE2
(145,220,226)
#9BDFE4
(155,223,228)
#A5E2E6
(165,226,230)
#AFE5E8
(175,229,232)
#B9E8EA
(185,232,234)
#C3EBEC
(195,235,236)
#CDEEEE
(205,238,238)
#D7F1F0
(215,241,240)
#E1F4F2
(225,244,242)
#EBF7F4
(235,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87D9E0; }

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

This text font color is #87D9E0.


Background Color

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

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

This div background color is #87D9E0.


Border color

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

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

This div border color is #87D9E0.


Opacity

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

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

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

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

This text has shadow with #87D9E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87D9E0 on black background.


Color preview on white background

This text has color #87D9E0 on white background.



Black color preview on #87D9E0 background

This text has black color on #87D9E0 background.


White color preview on #87D9E0 background

This text has white color on #87D9E0 background.