COLOR #87BCDA

HEX: #87BCDA
RGB: (135,188,218)

Color info

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

RGB color model

#87BCDA color RGB value is (135,188,218).

  • red value is 135;
  • green value is 188;
  • blue value is 218.
RGB:
(135,188,218)
(53%,74%,85%)

RGB channels and saturation

R 135 of 255 = 53%
G 188 of 255 = 74%
B 218 of 255 = 85%

135
188
218

R + G + B ~ 71%. #87BCDA is quite light color.

Portions of RGB colors in percentages

R + G + B =
135 + 188 + 218 = 541 (100%)
R 135 of 541 ~ 24.95%
G 188 of 541 ~ 34.75%
B 218 of 541 ~ 40.3%

%24.95
%34.75
%40.3

CMYK color model

#87BCDA color CMYK value is (38,14,0,15).

  • cyan value is 38.07%
  • magenta value is 13.76%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(38,14,0,15)
C38M14Y0K15 
(38%,14%,0%,15%)
(0.38/0.14/0.00/0.15)	

CMYK percentages

%38.07
%13.76
%0
%14.51

Codes

Color #87BCDA in popluar color models

87BCDA
RGB135188218
HSL202°52.87%69.22%
HSB/HSV202°38.07%85.49%
CMYK38.07%13.76%0.00%
14.51%

Color #87BCDA in popluar number systems.

HEX87BCDA
Decimal135188218
Binary100001111011110011011010
Octal207274332

Shades and tints

Shades of #87BCDA

#87BCDA
(135,188,218)
#7BABC7
(123,171,199)
#6F9AB4
(111,154,180)
#6389A1
(99,137,161)
#57788E
(87,120,142)
#4B677B
(75,103,123)
#3F5668
(63,86,104)
#334555
(51,69,85)
#273442
(39,52,66)
#1B232F
(27,35,47)
#0F121C
(15,18,28)
#000000
(0,0,0)

Tints of #87BCDA

#87BCDA
(135,188,218)
#91C2DD
(145,194,221)
#9BC8E0
(155,200,224)
#A5CEE3
(165,206,227)
#AFD4E6
(175,212,230)
#B9DAE9
(185,218,233)
#C3E0EC
(195,224,236)
#CDE6EF
(205,230,239)
#D7ECF2
(215,236,242)
#E1F2F5
(225,242,245)
#EBF8F8
(235,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87BCDA color. Also use rgb(135,188,218) instead hex code.

Text Font Color

.myTextColor { color: #87BCDA; }

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

This text font color is #87BCDA.


Background Color

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

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

This div background color is #87BCDA.


Border color

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

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

This div border color is #87BCDA.


Opacity

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

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

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

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

This text has shadow with #87BCDA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87BCDA on black background.


Color preview on white background

This text has color #87BCDA on white background.



Black color preview on #87BCDA background

This text has black color on #87BCDA background.


White color preview on #87BCDA background

This text has white color on #87BCDA background.