COLOR #87B8D2

HEX: #87B8D2
RGB: (135,184,210)

Color info

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

RGB color model

#87B8D2 color RGB value is (135,184,210).

  • red value is 135;
  • green value is 184;
  • blue value is 210.
RGB: (135,184,210) (53%,72%,82%)

RGB channels and saturation

R 135 of 255 = 53%
G 184 of 255 = 72%
B 210 of 255 = 82%

135
184
210

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

Portions of RGB colors in percentages

R + G + B =
135 + 184 + 210 = 529 (100%)
R 135 of 529 ~ 25.52%
G 184 of 529 ~ 34.78%
B 210 of 529 ~ 39.7%

%25.52
%34.78
%39.7

CMYK color model

#87B8D2 color CMYK value is (36,12,0,18).

  • cyan value is 35.71%
  • magenta value is 12.38%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK: (36,12,0,18) C36M12Y0K18 (36%,12%,0%,18%) (0.36/0.12/0.00/0.18)

CMYK percentages

%35.71
%12.38
%0
%17.65

Codes

Color #87B8D2 in popluar color models

87B8D2
RGB135184210
HSL201°45.45%67.65%
HSB/HSV201°35.71%82.35%
CMYK35.71%12.38%0.00%
17.65%

Color #87B8D2 in popluar number systems.

HEX87B8D2
Decimal135184210
Binary100001111011100011010010
Octal207270322

Shades and tints

Shades of #87B8D2

#87B8D2
(135,184,210)
#7BA8BF
(123,168,191)
#6F98AC
(111,152,172)
#638899
(99,136,153)
#577886
(87,120,134)
#4B6873
(75,104,115)
#3F5860
(63,88,96)
#33484D
(51,72,77)
#27383A
(39,56,58)
#1B2827
(27,40,39)
#0F1814
(15,24,20)
#000000
(0,0,0)

Tints of #87B8D2

#87B8D2
(135,184,210)
#91BED6
(145,190,214)
#9BC4DA
(155,196,218)
#A5CADE
(165,202,222)
#AFD0E2
(175,208,226)
#B9D6E6
(185,214,230)
#C3DCEA
(195,220,234)
#CDE2EE
(205,226,238)
#D7E8F2
(215,232,242)
#E1EEF6
(225,238,246)
#EBF4FA
(235,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87B8D2 color. Also use rgb(135,184,210) instead hex code.

Text Font Color

.myTextColor { color: #87B8D2; }

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

This text font color is #87B8D2.


Background Color

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

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

This div background color is #87B8D2.


Border color

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

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

This div border color is #87B8D2.


Opacity

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

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

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

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

This text has shadow with #87B8D2 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #87B8D2 on black background.


Color preview on white background

This text has color #87B8D2 on white background.



Black color preview on #87B8D2 background

This text has black color on #87B8D2 background.


White color preview on #87B8D2 background

This text has white color on #87B8D2 background.