COLOR #87B2D0

HEX: #87B2D0
RGB: (135,178,208)

Color info

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

RGB color model

#87B2D0 color RGB value is (135,178,208).

  • red value is 135;
  • green value is 178;
  • blue value is 208.
RGB:
(135,178,208)
(53%,70%,82%)

RGB channels and saturation

R 135 of 255 = 53%
G 178 of 255 = 70%
B 208 of 255 = 82%

135
178
208

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

Portions of RGB colors in percentages

R + G + B =
135 + 178 + 208 = 521 (100%)
R 135 of 521 ~ 25.91%
G 178 of 521 ~ 34.17%
B 208 of 521 ~ 39.92%

%25.91
%34.17
%39.92

CMYK color model

#87B2D0 color CMYK value is (35,14,0,18).

  • cyan value is 35.10%
  • magenta value is 14.42%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK:
(35,14,0,18)
C35M14Y0K18 
(35%,14%,0%,18%)
(0.35/0.14/0.00/0.18)	

CMYK percentages

%35.1
%14.42
%0
%18.43

Codes

Color #87B2D0 in popluar color models

87B2D0
RGB135178208
HSL205°43.71%67.25%
HSB/HSV205°35.10%81.57%
CMYK35.10%14.42%0.00%
18.43%

Color #87B2D0 in popluar number systems.

HEX87B2D0
Decimal135178208
Binary100001111011001011010000
Octal207262320

Shades and tints

Shades of #87B2D0

#87B2D0
(135,178,208)
#7BA2BE
(123,162,190)
#6F92AC
(111,146,172)
#63829A
(99,130,154)
#577288
(87,114,136)
#4B6276
(75,98,118)
#3F5264
(63,82,100)
#334252
(51,66,82)
#273240
(39,50,64)
#1B222E
(27,34,46)
#0F121C
(15,18,28)
#000000
(0,0,0)

Tints of #87B2D0

#87B2D0
(135,178,208)
#91B9D4
(145,185,212)
#9BC0D8
(155,192,216)
#A5C7DC
(165,199,220)
#AFCEE0
(175,206,224)
#B9D5E4
(185,213,228)
#C3DCE8
(195,220,232)
#CDE3EC
(205,227,236)
#D7EAF0
(215,234,240)
#E1F1F4
(225,241,244)
#EBF8F8
(235,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87B2D0 color. Also use rgb(135,178,208) instead hex code.

Text Font Color

.myTextColor { color: #87B2D0; }

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

This text font color is #87B2D0.


Background Color

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

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

This div background color is #87B2D0.


Border color

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

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

This div border color is #87B2D0.


Opacity

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

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

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

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

This text has shadow with #87B2D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87B2D0 on black background.


Color preview on white background

This text has color #87B2D0 on white background.



Black color preview on #87B2D0 background

This text has black color on #87B2D0 background.


White color preview on #87B2D0 background

This text has white color on #87B2D0 background.