COLOR #87BBB9

HEX: #87BBB9
RGB: (135,187,185)

Color info

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

RGB color model

#87BBB9 color RGB value is (135,187,185).

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

RGB channels and saturation

R 135 of 255 = 53%
G 187 of 255 = 73%
B 185 of 255 = 73%

135
187
185

R + G + B ~ 66%. #87BBB9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
135 + 187 + 185 = 507 (100%)
R 135 of 507 ~ 26.63%
G 187 of 507 ~ 36.88%
B 185 of 507 ~ 36.49%

%26.63
%36.88
%36.49

CMYK color model

#87BBB9 color CMYK value is (28,0,1,27).

  • cyan value is 27.81%
  • magenta value is 0.00%
  • yellow value is 1.07%
  • key color value is 26.67%
CMYK:
(28,0,1,27)
C28M0Y1K27 
(28%,0%,1%,27%)
(0.28/0.00/0.01/0.27)	

CMYK percentages

%27.81
%0
%1.07
%26.67

Codes

Color #87BBB9 in popluar color models

87BBB9
RGB135187185
HSL178°27.66%63.14%
HSB/HSV178°27.81%73.33%
CMYK27.81%0.00%1.07%
26.67%

Color #87BBB9 in popluar number systems.

HEX87BBB9
Decimal135187185
Binary100001111011101110111001
Octal207273271

Shades and tints

Shades of #87BBB9

#87BBB9
(135,187,185)
#7BAAA9
(123,170,169)
#6F9999
(111,153,153)
#638889
(99,136,137)
#577779
(87,119,121)
#4B6669
(75,102,105)
#3F5559
(63,85,89)
#334449
(51,68,73)
#273339
(39,51,57)
#1B2229
(27,34,41)
#0F1119
(15,17,25)
#000000
(0,0,0)

Tints of #87BBB9

#87BBB9
(135,187,185)
#91C1BF
(145,193,191)
#9BC7C5
(155,199,197)
#A5CDCB
(165,205,203)
#AFD3D1
(175,211,209)
#B9D9D7
(185,217,215)
#C3DFDD
(195,223,221)
#CDE5E3
(205,229,227)
#D7EBE9
(215,235,233)
#E1F1EF
(225,241,239)
#EBF7F5
(235,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87BBB9; }

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

This text font color is #87BBB9.


Background Color

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

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

This div background color is #87BBB9.


Border color

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

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

This div border color is #87BBB9.


Opacity

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

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

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

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

This text has shadow with #87BBB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87BBB9 on black background.


Color preview on white background

This text has color #87BBB9 on white background.



Black color preview on #87BBB9 background

This text has black color on #87BBB9 background.


White color preview on #87BBB9 background

This text has white color on #87BBB9 background.