COLOR #87B0CC

HEX: #87B0CC
RGB: (135,176,204)

Color info

#87B0CC contains mainly green and blue colors. Web safe color of #87B0CC is #9999CC (or #99C).

RGB color model

#87B0CC color RGB value is (135,176,204).

  • red value is 135;
  • green value is 176;
  • blue value is 204.
RGB:
(135,176,204)
(53%,69%,80%)

RGB channels and saturation

R 135 of 255 = 53%
G 176 of 255 = 69%
B 204 of 255 = 80%

135
176
204

R + G + B ~ 67%. #87B0CC is quite light color.

Portions of RGB colors in percentages

R + G + B =
135 + 176 + 204 = 515 (100%)
R 135 of 515 ~ 26.21%
G 176 of 515 ~ 34.17%
B 204 of 515 ~ 39.61%

%26.21
%34.17
%39.61

CMYK color model

#87B0CC color CMYK value is (34,14,0,20).

  • cyan value is 33.82%
  • magenta value is 13.73%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(34,14,0,20)
C34M14Y0K20 
(34%,14%,0%,20%)
(0.34/0.14/0.00/0.20)	

CMYK percentages

%33.82
%13.73
%0
%20

Codes

Color #87B0CC in popluar color models

87B0CC
RGB135176204
HSL204°40.35%66.47%
HSB/HSV204°33.82%80.00%
CMYK33.82%13.73%0.00%
20.00%

Color #87B0CC in popluar number systems.

HEX87B0CC
Decimal135176204
Binary100001111011000011001100
Octal207260314

Shades and tints

Shades of #87B0CC

#87B0CC
(135,176,204)
#7BA0BA
(123,160,186)
#6F90A8
(111,144,168)
#638096
(99,128,150)
#577084
(87,112,132)
#4B6072
(75,96,114)
#3F5060
(63,80,96)
#33404E
(51,64,78)
#27303C
(39,48,60)
#1B202A
(27,32,42)
#0F1018
(15,16,24)
#000000
(0,0,0)

Tints of #87B0CC

#87B0CC
(135,176,204)
#91B7D0
(145,183,208)
#9BBED4
(155,190,212)
#A5C5D8
(165,197,216)
#AFCCDC
(175,204,220)
#B9D3E0
(185,211,224)
#C3DAE4
(195,218,228)
#CDE1E8
(205,225,232)
#D7E8EC
(215,232,236)
#E1EFF0
(225,239,240)
#EBF6F4
(235,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87B0CC color. Also use rgb(135,176,204) instead hex code.

Text Font Color

.myTextColor { color: #87B0CC; }

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

This text font color is #87B0CC.


Background Color

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

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

This div background color is #87B0CC.


Border color

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

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

This div border color is #87B0CC.


Opacity

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

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

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

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

This text has shadow with #87B0CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87B0CC on black background.


Color preview on white background

This text has color #87B0CC on white background.



Black color preview on #87B0CC background

This text has black color on #87B0CC background.


White color preview on #87B0CC background

This text has white color on #87B0CC background.