COLOR #87B9CF

HEX: #87B9CF
RGB: (135,185,207)

Color info

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

RGB color model

#87B9CF color RGB value is (135,185,207).

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

RGB channels and saturation

R 135 of 255 = 53%
G 185 of 255 = 73%
B 207 of 255 = 81%

135
185
207

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

Portions of RGB colors in percentages

R + G + B =
135 + 185 + 207 = 527 (100%)
R 135 of 527 ~ 25.62%
G 185 of 527 ~ 35.1%
B 207 of 527 ~ 39.28%

%25.62
%35.1
%39.28

CMYK color model

#87B9CF color CMYK value is (35,11,0,19).

  • cyan value is 34.78%
  • magenta value is 10.63%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(35,11,0,19)
C35M11Y0K19 
(35%,11%,0%,19%)
(0.35/0.11/0.00/0.19)	

CMYK percentages

%34.78
%10.63
%0
%18.82

Codes

Color #87B9CF in popluar color models

87B9CF
RGB135185207
HSL198°42.86%67.06%
HSB/HSV198°34.78%81.18%
CMYK34.78%10.63%0.00%
18.82%

Color #87B9CF in popluar number systems.

HEX87B9CF
Decimal135185207
Binary100001111011100111001111
Octal207271317

Shades and tints

Shades of #87B9CF

#87B9CF
(135,185,207)
#7BA9BD
(123,169,189)
#6F99AB
(111,153,171)
#638999
(99,137,153)
#577987
(87,121,135)
#4B6975
(75,105,117)
#3F5963
(63,89,99)
#334951
(51,73,81)
#27393F
(39,57,63)
#1B292D
(27,41,45)
#0F191B
(15,25,27)
#000000
(0,0,0)

Tints of #87B9CF

#87B9CF
(135,185,207)
#91BFD3
(145,191,211)
#9BC5D7
(155,197,215)
#A5CBDB
(165,203,219)
#AFD1DF
(175,209,223)
#B9D7E3
(185,215,227)
#C3DDE7
(195,221,231)
#CDE3EB
(205,227,235)
#D7E9EF
(215,233,239)
#E1EFF3
(225,239,243)
#EBF5F7
(235,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87B9CF; }

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

This text font color is #87B9CF.


Background Color

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

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

This div background color is #87B9CF.


Border color

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

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

This div border color is #87B9CF.


Opacity

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

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

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

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

This text has shadow with #87B9CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87B9CF on black background.


Color preview on white background

This text has color #87B9CF on white background.



Black color preview on #87B9CF background

This text has black color on #87B9CF background.


White color preview on #87B9CF background

This text has white color on #87B9CF background.