COLOR #87BCC7

HEX: #87BCC7
RGB: (135,188,199)

Color info

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

RGB color model

#87BCC7 color RGB value is (135,188,199).

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

RGB channels and saturation

R 135 of 255 = 53%
G 188 of 255 = 74%
B 199 of 255 = 78%

135
188
199

R + G + B ~ 68%. #87BCC7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
135 + 188 + 199 = 522 (100%)
R 135 of 522 ~ 25.86%
G 188 of 522 ~ 36.02%
B 199 of 522 ~ 38.12%

%25.86
%36.02
%38.12

CMYK color model

#87BCC7 color CMYK value is (32,6,0,22).

  • cyan value is 32.16%
  • magenta value is 5.53%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(32,6,0,22)
C32M6Y0K22 
(32%,6%,0%,22%)
(0.32/0.06/0.00/0.22)	

CMYK percentages

%32.16
%5.53
%0
%21.96

Codes

Color #87BCC7 in popluar color models

87BCC7
RGB135188199
HSL190°36.36%65.49%
HSB/HSV190°32.16%78.04%
CMYK32.16%5.53%0.00%
21.96%

Color #87BCC7 in popluar number systems.

HEX87BCC7
Decimal135188199
Binary100001111011110011000111
Octal207274307

Shades and tints

Shades of #87BCC7

#87BCC7
(135,188,199)
#7BABB5
(123,171,181)
#6F9AA3
(111,154,163)
#638991
(99,137,145)
#57787F
(87,120,127)
#4B676D
(75,103,109)
#3F565B
(63,86,91)
#334549
(51,69,73)
#273437
(39,52,55)
#1B2325
(27,35,37)
#0F1213
(15,18,19)
#000000
(0,0,0)

Tints of #87BCC7

#87BCC7
(135,188,199)
#91C2CC
(145,194,204)
#9BC8D1
(155,200,209)
#A5CED6
(165,206,214)
#AFD4DB
(175,212,219)
#B9DAE0
(185,218,224)
#C3E0E5
(195,224,229)
#CDE6EA
(205,230,234)
#D7ECEF
(215,236,239)
#E1F2F4
(225,242,244)
#EBF8F9
(235,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87BCC7; }

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

This text font color is #87BCC7.


Background Color

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

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

This div background color is #87BCC7.


Border color

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

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

This div border color is #87BCC7.


Opacity

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

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

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

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

This text has shadow with #87BCC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87BCC7 on black background.


Color preview on white background

This text has color #87BCC7 on white background.



Black color preview on #87BCC7 background

This text has black color on #87BCC7 background.


White color preview on #87BCC7 background

This text has white color on #87BCC7 background.