COLOR #87B9CB

HEX: #87B9CB
RGB: (135,185,203)

Color info

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

RGB color model

#87B9CB color RGB value is (135,185,203).

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

RGB channels and saturation

R 135 of 255 = 53%
G 185 of 255 = 73%
B 203 of 255 = 80%

135
185
203

R + G + B ~ 69%. #87B9CB is quite light color.

Portions of RGB colors in percentages

R + G + B =
135 + 185 + 203 = 523 (100%)
R 135 of 523 ~ 25.81%
G 185 of 523 ~ 35.37%
B 203 of 523 ~ 38.81%

%25.81
%35.37
%38.81

CMYK color model

#87B9CB color CMYK value is (33,9,0,20).

  • cyan value is 33.50%
  • magenta value is 8.87%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(33,9,0,20)
C33M9Y0K20 
(33%,9%,0%,20%)
(0.33/0.09/0.00/0.20)	

CMYK percentages

%33.5
%8.87
%0
%20.39

Codes

Color #87B9CB in popluar color models

87B9CB
RGB135185203
HSL196°39.53%66.27%
HSB/HSV196°33.50%79.61%
CMYK33.50%8.87%0.00%
20.39%

Color #87B9CB in popluar number systems.

HEX87B9CB
Decimal135185203
Binary100001111011100111001011
Octal207271313

Shades and tints

Shades of #87B9CB

#87B9CB
(135,185,203)
#7BA9B9
(123,169,185)
#6F99A7
(111,153,167)
#638995
(99,137,149)
#577983
(87,121,131)
#4B6971
(75,105,113)
#3F595F
(63,89,95)
#33494D
(51,73,77)
#27393B
(39,57,59)
#1B2929
(27,41,41)
#0F1917
(15,25,23)
#000000
(0,0,0)

Tints of #87B9CB

#87B9CB
(135,185,203)
#91BFCF
(145,191,207)
#9BC5D3
(155,197,211)
#A5CBD7
(165,203,215)
#AFD1DB
(175,209,219)
#B9D7DF
(185,215,223)
#C3DDE3
(195,221,227)
#CDE3E7
(205,227,231)
#D7E9EB
(215,233,235)
#E1EFEF
(225,239,239)
#EBF5F3
(235,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87B9CB; }

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

This text font color is #87B9CB.


Background Color

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

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

This div background color is #87B9CB.


Border color

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

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

This div border color is #87B9CB.


Opacity

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

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

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

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

This text has shadow with #87B9CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87B9CB on black background.


Color preview on white background

This text has color #87B9CB on white background.



Black color preview on #87B9CB background

This text has black color on #87B9CB background.


White color preview on #87B9CB background

This text has white color on #87B9CB background.