COLOR #87BCAB

HEX: #87BCAB RGB: (135,188,171)

Color info

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

RGB color model

#87BCAB color RGB value is (135,188,171).

RGB: (135,188,171) (53%, 74%, 67%)

RGB channels and saturation

R 135 of 255 = 53%
G 188 of 255 = 74%
B 171 of 255 = 67%

135
188
171

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

Portions of RGB colors in percentages

R + G + B = 135 + 188 + 171 = 494 (100%)
R 135 of 494 ~ 27.33%
G 188 of 494 ~ 38.06%
B 171 of 494 ~ 34.62'%

%27.33
%38.06
%34.62

CMYK color model

#87BCAB color CMYK value is (28,0,9,26).

  • cyan value is 28.19%
  • magenta value is 0.00%
  • yellow value is 9.04%
  • key color value is 26.27%
CMYK: (28,0,9,26) C28M0Y9K26 (28%,0%,9%,26%) (0.28/0.00/0.09/0.26) 

CMYK percentages

%28.19
%0
%9.04
%26.27

Codes

Color #87BCAB in popluar color models

87 BC AB
RGB 135 188 171
HSL 161° 28.34% 63.33%
HSB/HSV 161° 28.19% 73.73%
CMYK 28.19% 0.00% 9.04%
26.27%

Color #87BCAB in popluar number systems.

HEX 87 BC AB
Decimal 135 188 171
Binary 10000111 10111100 10101011
Octal 207 274 253

Shades and tints

Shades of #87BCAB

#87BCAB
(135,188,171)
#7BAB9C
(123,171,156)
#6F9A8D
(111,154,141)
#63897E
(99,137,126)
#57786F
(87,120,111)
#4B6760
(75,103,96)
#3F5651
(63,86,81)
#334542
(51,69,66)
#273433
(39,52,51)
#1B2324
(27,35,36)
#0F1215
(15,18,21)
#000000
(0,0,0)

Tints of #87BCAB

#87BCAB
(135,188,171)
#91C2B2
(145,194,178)
#9BC8B9
(155,200,185)
#A5CEC0
(165,206,192)
#AFD4C7
(175,212,199)
#B9DACE
(185,218,206)
#C3E0D5
(195,224,213)
#CDE6DC
(205,230,220)
#D7ECE3
(215,236,227)
#E1F2EA
(225,242,234)
#EBF8F1
(235,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87BCAB color. Also use rgb(135,188,171) instead hex code.

Text Font Color

.myTextColor { color: #87BCAB; }

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

This text font color is #87BCAB.

Background Color

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

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

This div background color is #87BCAB.

Border color

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

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

This div border color is #87BCAB.

Opacity

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

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

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

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

This text has shadow with #87BCAB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #87BCAB.

Preview

Color preview on black background

This text has color #87BCAB on black background.


Color preview on white background

This text has color #87BCAB on white background.


Black color preview on #87BCAB background

This text has black color on #87BCAB background.


White color preview on #87BCAB background

This text has white color on #87BCAB background.


Related colors

Complementary color

Complementary color for #hex is #784354.


I love getcolorcode.com

Triadic colors

1 #AB87BC and #BCAB87 with #87BCAB are triadic colors.

2 #ABBC87 and #BC87AB with #87BCAB are triadic colors.