COLOR #87B7CD

HEX: #87B7CD
RGB: (135,183,205)

Color info

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

RGB color model

#87B7CD color RGB value is (135,183,205).

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

RGB channels and saturation

R 135 of 255 = 53%
G 183 of 255 = 72%
B 205 of 255 = 80%

135
183
205

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

Portions of RGB colors in percentages

R + G + B =
135 + 183 + 205 = 523 (100%)
R 135 of 523 ~ 25.81%
G 183 of 523 ~ 34.99%
B 205 of 523 ~ 39.2%

%25.81
%34.99
%39.2

CMYK color model

#87B7CD color CMYK value is (34,11,0,20).

  • cyan value is 34.15%
  • magenta value is 10.73%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK: (34,11,0,20) C34M11Y0K20 (34%,11%,0%,20%) (0.34/0.11/0.00/0.20)

CMYK percentages

%34.15
%10.73
%0
%19.61

Codes

Color #87B7CD in popluar color models

87B7CD
RGB135183205
HSL199°41.18%66.67%
HSB/HSV199°34.15%80.39%
CMYK34.15%10.73%0.00%
19.61%

Color #87B7CD in popluar number systems.

HEX87B7CD
Decimal135183205
Binary100001111011011111001101
Octal207267315

Shades and tints

Shades of #87B7CD

#87B7CD
(135,183,205)
#7BA7BB
(123,167,187)
#6F97A9
(111,151,169)
#638797
(99,135,151)
#577785
(87,119,133)
#4B6773
(75,103,115)
#3F5761
(63,87,97)
#33474F
(51,71,79)
#27373D
(39,55,61)
#1B272B
(27,39,43)
#0F1719
(15,23,25)
#000000
(0,0,0)

Tints of #87B7CD

#87B7CD
(135,183,205)
#91BDD1
(145,189,209)
#9BC3D5
(155,195,213)
#A5C9D9
(165,201,217)
#AFCFDD
(175,207,221)
#B9D5E1
(185,213,225)
#C3DBE5
(195,219,229)
#CDE1E9
(205,225,233)
#D7E7ED
(215,231,237)
#E1EDF1
(225,237,241)
#EBF3F5
(235,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87B7CD; }

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

This text font color is #87B7CD.


Background Color

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

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

This div background color is #87B7CD.


Border color

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

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

This div border color is #87B7CD.


Opacity

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

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

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

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

This text has shadow with #87B7CD color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #87B7CD on black background.


Color preview on white background

This text has color #87B7CD on white background.



Black color preview on #87B7CD background

This text has black color on #87B7CD background.


White color preview on #87B7CD background

This text has white color on #87B7CD background.