COLOR #87BAB8

HEX: #87BAB8 RGB: (135,186,184)

Color info

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

RGB color model

#87BAB8 color RGB value is (135,186,184).

RGB: (135,186,184) (53%, 73%, 72%)

RGB channels and saturation

R 135 of 255 = 53%
G 186 of 255 = 73%
B 184 of 255 = 72%

135
186
184

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

Portions of RGB colors in percentages

R + G + B = 135 + 186 + 184 = 505 (100%)
R 135 of 505 ~ 26.73%
G 186 of 505 ~ 36.83%
B 184 of 505 ~ 36.44'%

%26.73
%36.83
%36.44

CMYK color model

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

  • cyan value is 27.42%
  • magenta value is 0.00%
  • yellow value is 1.08%
  • key color value is 27.06%
CMYK: (27,0,1,27) C27M0Y1K27 (27%,0%,1%,27%) (0.27/0.00/0.01/0.27) 

CMYK percentages

%27.42
%0
%1.08
%27.06

Codes

Color #87BAB8 in popluar color models

87 BA B8
RGB 135 186 184
HSL 178° 26.98% 62.94%
HSB/HSV 178° 27.42% 72.94%
CMYK 27.42% 0.00% 1.08%
27.06%

Color #87BAB8 in popluar number systems.

HEX 87 BA B8
Decimal 135 186 184
Binary 10000111 10111010 10111000
Octal 207 272 270

Shades and tints

Shades of #87BAB8

#87BAB8
(135,186,184)
#7BAAA8
(123,170,168)
#6F9A98
(111,154,152)
#638A88
(99,138,136)
#577A78
(87,122,120)
#4B6A68
(75,106,104)
#3F5A58
(63,90,88)
#334A48
(51,74,72)
#273A38
(39,58,56)
#1B2A28
(27,42,40)
#0F1A18
(15,26,24)
#000000
(0,0,0)

Tints of #87BAB8

#87BAB8
(135,186,184)
#91C0BE
(145,192,190)
#9BC6C4
(155,198,196)
#A5CCCA
(165,204,202)
#AFD2D0
(175,210,208)
#B9D8D6
(185,216,214)
#C3DEDC
(195,222,220)
#CDE4E2
(205,228,226)
#D7EAE8
(215,234,232)
#E1F0EE
(225,240,238)
#EBF6F4
(235,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87BAB8; }

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

This text font color is #87BAB8.

Background Color

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

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

This div background color is #87BAB8.

Border color

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

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

This div border color is #87BAB8.

Opacity

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

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

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

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

This text has shadow with #87BAB8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #87BAB8.

Preview

Color preview on black background

This text has color #87BAB8 on black background.


Color preview on white background

This text has color #87BAB8 on white background.


Black color preview on #87BAB8 background

This text has black color on #87BAB8 background.


White color preview on #87BAB8 background

This text has white color on #87BAB8 background.


Related colors

Complementary color

Complementary color for #hex is #784547.


I love getcolorcode.com

Triadic colors

1 #B887BA and #BAB887 with #87BAB8 are triadic colors.

2 #B8BA87 and #BA87B8 with #87BAB8 are triadic colors.