COLOR #87B9BB

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

Color info

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

RGB color model

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

RGB: (135,185,187) (53%, 73%, 73%)

RGB channels and saturation

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

135
185
187

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

Portions of RGB colors in percentages

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

%26.63
%36.49
%36.88

CMYK color model

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

  • cyan value is 27.81%
  • magenta value is 1.07%
  • yellow value is 0.00%
  • key color value is 26.67%

CMYK: (28,1,0,27)
C28M1Y0K27 (28%, 1%, 0%, 27%)
(0.28 / 0.01 / 0.00 / 0.27)

CMYK percentages

%27.81
%1.07
%0
%26.67

Codes

Color #87B9BB in popluar color models

87 B9 BB
RGB 135 185 187
HSL 182° 27.66% 63.14%
HSB/HSV 182° 27.81% 73.33%
CMYK 27.81% 1.07% 0.00%
26.67%

Color #87B9BB in popluar number systems.

HEX 87 B9 BB
Decimal 135 185 187
Binary 10000111 10111001 10111011
Octal 207 271 273

Shades and tints

Shades of #87B9BB

#87B9BB
(135,185,187)
#7BA9AA
(123,169,170)
#6F9999
(111,153,153)
#638988
(99,137,136)
#577977
(87,121,119)
#4B6966
(75,105,102)
#3F5955
(63,89,85)
#334944
(51,73,68)
#273933
(39,57,51)
#1B2922
(27,41,34)
#0F1911
(15,25,17)
#000000
(0,0,0)

Tints of #87B9BB

#87B9BB
(135,185,187)
#91BFC1
(145,191,193)
#9BC5C7
(155,197,199)
#A5CBCD
(165,203,205)
#AFD1D3
(175,209,211)
#B9D7D9
(185,215,217)
#C3DDDF
(195,221,223)
#CDE3E5
(205,227,229)
#D7E9EB
(215,233,235)
#E1EFF1
(225,239,241)
#EBF5F7
(235,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87B9BB; }

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

This text font color is #87B9BB.

Background Color

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

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

This div background color is #87B9BB.

Border color

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

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

This div border color is #87B9BB.

Opacity

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

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

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

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

This text has shadow with #87B9BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #87B9BB.

Preview

Color preview on black background

This text has color #87B9BB on black background.


Color preview on white background

This text has color #87B9BB on white background.


Black color preview on #87B9BB background

This text has black color on #87B9BB background.


White color preview on #87B9BB background

This text has white color on #87B9BB background.


Related colors

Complementary color

Complementary color for #hex is #784644.


I love getcolorcode.com

Triadic colors

1 #BB87B9 and #B9BB87 with #87B9BB are triadic colors.

2 #BBB987 and #B987BB with #87B9BB are triadic colors.