COLOR #87CBD6

HEX: #87CBD6
RGB: (135,203,214)

Color info

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

RGB color model

#87CBD6 color RGB value is (135,203,214).

  • red value is 135;
  • green value is 203;
  • blue value is 214.
RGB:
(135,203,214)
(53%,80%,84%)

RGB channels and saturation

R 135 of 255 = 53%
G 203 of 255 = 80%
B 214 of 255 = 84%

135
203
214

R + G + B ~ 72%. #87CBD6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
135 + 203 + 214 = 552 (100%)
R 135 of 552 ~ 24.46%
G 203 of 552 ~ 36.78%
B 214 of 552 ~ 38.77%

%24.46
%36.78
%38.77

CMYK color model

#87CBD6 color CMYK value is (37,5,0,16).

  • cyan value is 36.92%
  • magenta value is 5.14%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(37,5,0,16)
C37M5Y0K16 
(37%,5%,0%,16%)
(0.37/0.05/0.00/0.16)	

CMYK percentages

%36.92
%5.14
%0
%16.08

Codes

Color #87CBD6 in popluar color models

87CBD6
RGB135203214
HSL188°49.07%68.43%
HSB/HSV188°36.92%83.92%
CMYK36.92%5.14%0.00%
16.08%

Color #87CBD6 in popluar number systems.

HEX87CBD6
Decimal135203214
Binary100001111100101111010110
Octal207313326

Shades and tints

Shades of #87CBD6

#87CBD6
(135,203,214)
#7BB9C3
(123,185,195)
#6FA7B0
(111,167,176)
#63959D
(99,149,157)
#57838A
(87,131,138)
#4B7177
(75,113,119)
#3F5F64
(63,95,100)
#334D51
(51,77,81)
#273B3E
(39,59,62)
#1B292B
(27,41,43)
#0F1718
(15,23,24)
#000000
(0,0,0)

Tints of #87CBD6

#87CBD6
(135,203,214)
#91CFD9
(145,207,217)
#9BD3DC
(155,211,220)
#A5D7DF
(165,215,223)
#AFDBE2
(175,219,226)
#B9DFE5
(185,223,229)
#C3E3E8
(195,227,232)
#CDE7EB
(205,231,235)
#D7EBEE
(215,235,238)
#E1EFF1
(225,239,241)
#EBF3F4
(235,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87CBD6 color. Also use rgb(135,203,214) instead hex code.

Text Font Color

.myTextColor { color: #87CBD6; }

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

This text font color is #87CBD6.


Background Color

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

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

This div background color is #87CBD6.


Border color

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

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

This div border color is #87CBD6.


Opacity

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

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

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

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

This text has shadow with #87CBD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87CBD6 on black background.


Color preview on white background

This text has color #87CBD6 on white background.



Black color preview on #87CBD6 background

This text has black color on #87CBD6 background.


White color preview on #87CBD6 background

This text has white color on #87CBD6 background.