COLOR #87B2B8

HEX: #87B2B8
RGB: (135,178,184)

Color info

#87B2B8 contains red, green and blue colors in about the same proportion. Web safe color of #87B2B8 is #9999CC (or #99C).

RGB color model

#87B2B8 color RGB value is (135,178,184).

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

RGB channels and saturation

R 135 of 255 = 53%
G 178 of 255 = 70%
B 184 of 255 = 72%

135
178
184

R + G + B ~ 65%. #87B2B8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
135 + 178 + 184 = 497 (100%)
R 135 of 497 ~ 27.16%
G 178 of 497 ~ 35.81%
B 184 of 497 ~ 37.02%

%27.16
%35.81
%37.02

CMYK color model

#87B2B8 color CMYK value is (27,3,0,28).

  • cyan value is 26.63%
  • magenta value is 3.26%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK:
(27,3,0,28)
C27M3Y0K28 
(27%,3%,0%,28%)
(0.27/0.03/0.00/0.28)	

CMYK percentages

%26.63
%3.26
%0
%27.84

Codes

Color #87B2B8 in popluar color models

87B2B8
RGB135178184
HSL187°25.65%62.55%
HSB/HSV187°26.63%72.16%
CMYK26.63%3.26%0.00%
27.84%

Color #87B2B8 in popluar number systems.

HEX87B2B8
Decimal135178184
Binary100001111011001010111000
Octal207262270

Shades and tints

Shades of #87B2B8

#87B2B8
(135,178,184)
#7BA2A8
(123,162,168)
#6F9298
(111,146,152)
#638288
(99,130,136)
#577278
(87,114,120)
#4B6268
(75,98,104)
#3F5258
(63,82,88)
#334248
(51,66,72)
#273238
(39,50,56)
#1B2228
(27,34,40)
#0F1218
(15,18,24)
#000000
(0,0,0)

Tints of #87B2B8

#87B2B8
(135,178,184)
#91B9BE
(145,185,190)
#9BC0C4
(155,192,196)
#A5C7CA
(165,199,202)
#AFCED0
(175,206,208)
#B9D5D6
(185,213,214)
#C3DCDC
(195,220,220)
#CDE3E2
(205,227,226)
#D7EAE8
(215,234,232)
#E1F1EE
(225,241,238)
#EBF8F4
(235,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87B2B8; }

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

This text font color is #87B2B8.


Background Color

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

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

This div background color is #87B2B8.


Border color

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

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

This div border color is #87B2B8.


Opacity

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

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

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

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

This text has shadow with #87B2B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87B2B8 on black background.


Color preview on white background

This text has color #87B2B8 on white background.



Black color preview on #87B2B8 background

This text has black color on #87B2B8 background.


White color preview on #87B2B8 background

This text has white color on #87B2B8 background.