COLOR #87BBB0

HEX: #87BBB0
RGB: (135,187,176)

Color info

#87BBB0 contains red, green and blue colors in about the same proportion. Web safe color of #87BBB0 is #99CC99 (or #9C9).

RGB color model

#87BBB0 color RGB value is (135,187,176).

  • red value is 135;
  • green value is 187;
  • blue value is 176.
RGB:
(135,187,176)
(53%,73%,69%)

RGB channels and saturation

R 135 of 255 = 53%
G 187 of 255 = 73%
B 176 of 255 = 69%

135
187
176

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

Portions of RGB colors in percentages

R + G + B =
135 + 187 + 176 = 498 (100%)
R 135 of 498 ~ 27.11%
G 187 of 498 ~ 37.55%
B 176 of 498 ~ 35.34%

%27.11
%37.55
%35.34

CMYK color model

#87BBB0 color CMYK value is (28,0,6,27).

  • cyan value is 27.81%
  • magenta value is 0.00%
  • yellow value is 5.88%
  • key color value is 26.67%
CMYK:
(28,0,6,27)
C28M0Y6K27 
(28%,0%,6%,27%)
(0.28/0.00/0.06/0.27)	

CMYK percentages

%27.81
%0
%5.88
%26.67

Codes

Color #87BBB0 in popluar color models

87BBB0
RGB135187176
HSL167°27.66%63.14%
HSB/HSV167°27.81%73.33%
CMYK27.81%0.00%5.88%
26.67%

Color #87BBB0 in popluar number systems.

HEX87BBB0
Decimal135187176
Binary100001111011101110110000
Octal207273260

Shades and tints

Shades of #87BBB0

#87BBB0
(135,187,176)
#7BAAA0
(123,170,160)
#6F9990
(111,153,144)
#638880
(99,136,128)
#577770
(87,119,112)
#4B6660
(75,102,96)
#3F5550
(63,85,80)
#334440
(51,68,64)
#273330
(39,51,48)
#1B2220
(27,34,32)
#0F1110
(15,17,16)
#000000
(0,0,0)

Tints of #87BBB0

#87BBB0
(135,187,176)
#91C1B7
(145,193,183)
#9BC7BE
(155,199,190)
#A5CDC5
(165,205,197)
#AFD3CC
(175,211,204)
#B9D9D3
(185,217,211)
#C3DFDA
(195,223,218)
#CDE5E1
(205,229,225)
#D7EBE8
(215,235,232)
#E1F1EF
(225,241,239)
#EBF7F6
(235,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87BBB0 color. Also use rgb(135,187,176) instead hex code.

Text Font Color

.myTextColor { color: #87BBB0; }

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

This text font color is #87BBB0.


Background Color

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

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

This div background color is #87BBB0.


Border color

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

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

This div border color is #87BBB0.


Opacity

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

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

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

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

This text has shadow with #87BBB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87BBB0 on black background.


Color preview on white background

This text has color #87BBB0 on white background.



Black color preview on #87BBB0 background

This text has black color on #87BBB0 background.


White color preview on #87BBB0 background

This text has white color on #87BBB0 background.