COLOR #87B7C5

HEX: #87B7C5
RGB: (135,183,197)

Color info

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

RGB color model

#87B7C5 color RGB value is (135,183,197).

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

RGB channels and saturation

R 135 of 255 = 53%
G 183 of 255 = 72%
B 197 of 255 = 77%

135
183
197

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

Portions of RGB colors in percentages

R + G + B =
135 + 183 + 197 = 515 (100%)
R 135 of 515 ~ 26.21%
G 183 of 515 ~ 35.53%
B 197 of 515 ~ 38.25%

%26.21
%35.53
%38.25

CMYK color model

#87B7C5 color CMYK value is (31,7,0,23).

  • cyan value is 31.47%
  • magenta value is 7.11%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK:
(31,7,0,23)
C31M7Y0K23 
(31%,7%,0%,23%)
(0.31/0.07/0.00/0.23)	

CMYK percentages

%31.47
%7.11
%0
%22.75

Codes

Color #87B7C5 in popluar color models

87B7C5
RGB135183197
HSL194°34.83%65.10%
HSB/HSV194°31.47%77.25%
CMYK31.47%7.11%0.00%
22.75%

Color #87B7C5 in popluar number systems.

HEX87B7C5
Decimal135183197
Binary100001111011011111000101
Octal207267305

Shades and tints

Shades of #87B7C5

#87B7C5
(135,183,197)
#7BA7B4
(123,167,180)
#6F97A3
(111,151,163)
#638792
(99,135,146)
#577781
(87,119,129)
#4B6770
(75,103,112)
#3F575F
(63,87,95)
#33474E
(51,71,78)
#27373D
(39,55,61)
#1B272C
(27,39,44)
#0F171B
(15,23,27)
#000000
(0,0,0)

Tints of #87B7C5

#87B7C5
(135,183,197)
#91BDCA
(145,189,202)
#9BC3CF
(155,195,207)
#A5C9D4
(165,201,212)
#AFCFD9
(175,207,217)
#B9D5DE
(185,213,222)
#C3DBE3
(195,219,227)
#CDE1E8
(205,225,232)
#D7E7ED
(215,231,237)
#E1EDF2
(225,237,242)
#EBF3F7
(235,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87B7C5; }

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

This text font color is #87B7C5.


Background Color

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

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

This div background color is #87B7C5.


Border color

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

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

This div border color is #87B7C5.


Opacity

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

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

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

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

This text has shadow with #87B7C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87B7C5 on black background.


Color preview on white background

This text has color #87B7C5 on white background.



Black color preview on #87B7C5 background

This text has black color on #87B7C5 background.


White color preview on #87B7C5 background

This text has white color on #87B7C5 background.