COLOR #87BBCD

HEX: #87BBCD
RGB: (135,187,205)

Color info

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

RGB color model

#87BBCD color RGB value is (135,187,205).

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

RGB channels and saturation

R 135 of 255 = 53%
G 187 of 255 = 73%
B 205 of 255 = 80%

135
187
205

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

Portions of RGB colors in percentages

R + G + B =
135 + 187 + 205 = 527 (100%)
R 135 of 527 ~ 25.62%
G 187 of 527 ~ 35.48%
B 205 of 527 ~ 38.9%

%25.62
%35.48
%38.9

CMYK color model

#87BBCD color CMYK value is (34,9,0,20).

  • cyan value is 34.15%
  • magenta value is 8.78%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(34,9,0,20)
C34M9Y0K20 
(34%,9%,0%,20%)
(0.34/0.09/0.00/0.20)	

CMYK percentages

%34.15
%8.78
%0
%19.61

Codes

Color #87BBCD in popluar color models

87BBCD
RGB135187205
HSL195°41.18%66.67%
HSB/HSV195°34.15%80.39%
CMYK34.15%8.78%0.00%
19.61%

Color #87BBCD in popluar number systems.

HEX87BBCD
Decimal135187205
Binary100001111011101111001101
Octal207273315

Shades and tints

Shades of #87BBCD

#87BBCD
(135,187,205)
#7BAABB
(123,170,187)
#6F99A9
(111,153,169)
#638897
(99,136,151)
#577785
(87,119,133)
#4B6673
(75,102,115)
#3F5561
(63,85,97)
#33444F
(51,68,79)
#27333D
(39,51,61)
#1B222B
(27,34,43)
#0F1119
(15,17,25)
#000000
(0,0,0)

Tints of #87BBCD

#87BBCD
(135,187,205)
#91C1D1
(145,193,209)
#9BC7D5
(155,199,213)
#A5CDD9
(165,205,217)
#AFD3DD
(175,211,221)
#B9D9E1
(185,217,225)
#C3DFE5
(195,223,229)
#CDE5E9
(205,229,233)
#D7EBED
(215,235,237)
#E1F1F1
(225,241,241)
#EBF7F5
(235,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87BBCD color. Also use rgb(135,187,205) instead hex code.

Text Font Color

.myTextColor { color: #87BBCD; }

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

This text font color is #87BBCD.


Background Color

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

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

This div background color is #87BBCD.


Border color

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

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

This div border color is #87BBCD.


Opacity

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

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

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

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

This text has shadow with #87BBCD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87BBCD on black background.


Color preview on white background

This text has color #87BBCD on white background.



Black color preview on #87BBCD background

This text has black color on #87BBCD background.


White color preview on #87BBCD background

This text has white color on #87BBCD background.