COLOR #87B3CD

HEX: #87B3CD
RGB: (135,179,205)

Color info

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

RGB color model

#87B3CD color RGB value is (135,179,205).

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

RGB channels and saturation

R 135 of 255 = 53%
G 179 of 255 = 70%
B 205 of 255 = 80%

135
179
205

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

Portions of RGB colors in percentages

R + G + B =
135 + 179 + 205 = 519 (100%)
R 135 of 519 ~ 26.01%
G 179 of 519 ~ 34.49%
B 205 of 519 ~ 39.5%

%26.01
%34.49
%39.5

CMYK color model

#87B3CD color CMYK value is (34,13,0,20).

  • cyan value is 34.15%
  • magenta value is 12.68%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(34,13,0,20)
C34M13Y0K20 
(34%,13%,0%,20%)
(0.34/0.13/0.00/0.20)	

CMYK percentages

%34.15
%12.68
%0
%19.61

Codes

Color #87B3CD in popluar color models

87B3CD
RGB135179205
HSL202°41.18%66.67%
HSB/HSV202°34.15%80.39%
CMYK34.15%12.68%0.00%
19.61%

Color #87B3CD in popluar number systems.

HEX87B3CD
Decimal135179205
Binary100001111011001111001101
Octal207263315

Shades and tints

Shades of #87B3CD

#87B3CD
(135,179,205)
#7BA3BB
(123,163,187)
#6F93A9
(111,147,169)
#638397
(99,131,151)
#577385
(87,115,133)
#4B6373
(75,99,115)
#3F5361
(63,83,97)
#33434F
(51,67,79)
#27333D
(39,51,61)
#1B232B
(27,35,43)
#0F1319
(15,19,25)
#000000
(0,0,0)

Tints of #87B3CD

#87B3CD
(135,179,205)
#91B9D1
(145,185,209)
#9BBFD5
(155,191,213)
#A5C5D9
(165,197,217)
#AFCBDD
(175,203,221)
#B9D1E1
(185,209,225)
#C3D7E5
(195,215,229)
#CDDDE9
(205,221,233)
#D7E3ED
(215,227,237)
#E1E9F1
(225,233,241)
#EBEFF5
(235,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87B3CD; }

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

This text font color is #87B3CD.


Background Color

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

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

This div background color is #87B3CD.


Border color

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

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

This div border color is #87B3CD.


Opacity

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

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

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

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

This text has shadow with #87B3CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87B3CD on black background.


Color preview on white background

This text has color #87B3CD on white background.



Black color preview on #87B3CD background

This text has black color on #87B3CD background.


White color preview on #87B3CD background

This text has white color on #87B3CD background.