COLOR #87B1AB

HEX: #87B1AB
RGB: (135,177,171)

Color info

#87B1AB contains red, green and blue colors in about the same proportion. Web safe color of #87B1AB is #999999 (or #999).

RGB color model

#87B1AB color RGB value is (135,177,171).

  • red value is 135;
  • green value is 177;
  • blue value is 171.
RGB:
(135,177,171)
(53%,69%,67%)

RGB channels and saturation

R 135 of 255 = 53%
G 177 of 255 = 69%
B 171 of 255 = 67%

135
177
171

R + G + B ~ 63%. #87B1AB is quite light color.

Portions of RGB colors in percentages

R + G + B =
135 + 177 + 171 = 483 (100%)
R 135 of 483 ~ 27.95%
G 177 of 483 ~ 36.65%
B 171 of 483 ~ 35.4%

%27.95
%36.65
%35.4

CMYK color model

#87B1AB color CMYK value is (24,0,3,31).

  • cyan value is 23.73%
  • magenta value is 0.00%
  • yellow value is 3.39%
  • key color value is 30.59%
CMYK:
(24,0,3,31)
C24M0Y3K31 
(24%,0%,3%,31%)
(0.24/0.00/0.03/0.31)	

CMYK percentages

%23.73
%0
%3.39
%30.59

Codes

Color #87B1AB in popluar color models

87B1AB
RGB135177171
HSL171°21.21%61.18%
HSB/HSV171°23.73%69.41%
CMYK23.73%0.00%3.39%
30.59%

Color #87B1AB in popluar number systems.

HEX87B1AB
Decimal135177171
Binary100001111011000110101011
Octal207261253

Shades and tints

Shades of #87B1AB

#87B1AB
(135,177,171)
#7BA19C
(123,161,156)
#6F918D
(111,145,141)
#63817E
(99,129,126)
#57716F
(87,113,111)
#4B6160
(75,97,96)
#3F5151
(63,81,81)
#334142
(51,65,66)
#273133
(39,49,51)
#1B2124
(27,33,36)
#0F1115
(15,17,21)
#000000
(0,0,0)

Tints of #87B1AB

#87B1AB
(135,177,171)
#91B8B2
(145,184,178)
#9BBFB9
(155,191,185)
#A5C6C0
(165,198,192)
#AFCDC7
(175,205,199)
#B9D4CE
(185,212,206)
#C3DBD5
(195,219,213)
#CDE2DC
(205,226,220)
#D7E9E3
(215,233,227)
#E1F0EA
(225,240,234)
#EBF7F1
(235,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87B1AB; }

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

This text font color is #87B1AB.


Background Color

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

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

This div background color is #87B1AB.


Border color

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

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

This div border color is #87B1AB.


Opacity

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

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

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

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

This text has shadow with #87B1AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87B1AB on black background.


Color preview on white background

This text has color #87B1AB on white background.



Black color preview on #87B1AB background

This text has black color on #87B1AB background.


White color preview on #87B1AB background

This text has white color on #87B1AB background.