COLOR #87D9E4

HEX: #87D9E4
RGB: (135,217,228)

Color info

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

RGB color model

#87D9E4 color RGB value is (135,217,228).

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

RGB channels and saturation

R 135 of 255 = 53%
G 217 of 255 = 85%
B 228 of 255 = 89%

135
217
228

R + G + B ~ 76%. #87D9E4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
135 + 217 + 228 = 580 (100%)
R 135 of 580 ~ 23.28%
G 217 of 580 ~ 37.41%
B 228 of 580 ~ 39.31%

%23.28
%37.41
%39.31

CMYK color model

#87D9E4 color CMYK value is (41,5,0,11).

  • cyan value is 40.79%
  • magenta value is 4.82%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(41,5,0,11)
C41M5Y0K11 
(41%,5%,0%,11%)
(0.41/0.05/0.00/0.11)	

CMYK percentages

%40.79
%4.82
%0
%10.59

Codes

Color #87D9E4 in popluar color models

87D9E4
RGB135217228
HSL187°63.27%71.18%
HSB/HSV187°40.79%89.41%
CMYK40.79%4.82%0.00%
10.59%

Color #87D9E4 in popluar number systems.

HEX87D9E4
Decimal135217228
Binary100001111101100111100100
Octal207331344

Shades and tints

Shades of #87D9E4

#87D9E4
(135,217,228)
#7BC6D0
(123,198,208)
#6FB3BC
(111,179,188)
#63A0A8
(99,160,168)
#578D94
(87,141,148)
#4B7A80
(75,122,128)
#3F676C
(63,103,108)
#335458
(51,84,88)
#274144
(39,65,68)
#1B2E30
(27,46,48)
#0F1B1C
(15,27,28)
#000000
(0,0,0)

Tints of #87D9E4

#87D9E4
(135,217,228)
#91DCE6
(145,220,230)
#9BDFE8
(155,223,232)
#A5E2EA
(165,226,234)
#AFE5EC
(175,229,236)
#B9E8EE
(185,232,238)
#C3EBF0
(195,235,240)
#CDEEF2
(205,238,242)
#D7F1F4
(215,241,244)
#E1F4F6
(225,244,246)
#EBF7F8
(235,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87D9E4; }

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

This text font color is #87D9E4.


Background Color

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

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

This div background color is #87D9E4.


Border color

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

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

This div border color is #87D9E4.


Opacity

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

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

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

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

This text has shadow with #87D9E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87D9E4 on black background.


Color preview on white background

This text has color #87D9E4 on white background.



Black color preview on #87D9E4 background

This text has black color on #87D9E4 background.


White color preview on #87D9E4 background

This text has white color on #87D9E4 background.