COLOR #87B5AB

HEX: #87B5AB
RGB: (135,181,171)

Color info

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

RGB color model

#87B5AB color RGB value is (135,181,171).

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

RGB channels and saturation

R 135 of 255 = 53%
G 181 of 255 = 71%
B 171 of 255 = 67%

135
181
171

R + G + B ~ 64%. #87B5AB is quite light color.

Portions of RGB colors in percentages

R + G + B =
135 + 181 + 171 = 487 (100%)
R 135 of 487 ~ 27.72%
G 181 of 487 ~ 37.17%
B 171 of 487 ~ 35.11%

%27.72
%37.17
%35.11

CMYK color model

#87B5AB color CMYK value is (25,0,6,29).

  • cyan value is 25.41%
  • magenta value is 0.00%
  • yellow value is 5.52%
  • key color value is 29.02%
CMYK:
(25,0,6,29)
C25M0Y6K29 
(25%,0%,6%,29%)
(0.25/0.00/0.06/0.29)	

CMYK percentages

%25.41
%0
%5.52
%29.02

Codes

Color #87B5AB in popluar color models

87B5AB
RGB135181171
HSL167°23.71%61.96%
HSB/HSV167°25.41%70.98%
CMYK25.41%0.00%5.52%
29.02%

Color #87B5AB in popluar number systems.

HEX87B5AB
Decimal135181171
Binary100001111011010110101011
Octal207265253

Shades and tints

Shades of #87B5AB

#87B5AB
(135,181,171)
#7BA59C
(123,165,156)
#6F958D
(111,149,141)
#63857E
(99,133,126)
#57756F
(87,117,111)
#4B6560
(75,101,96)
#3F5551
(63,85,81)
#334542
(51,69,66)
#273533
(39,53,51)
#1B2524
(27,37,36)
#0F1515
(15,21,21)
#000000
(0,0,0)

Tints of #87B5AB

#87B5AB
(135,181,171)
#91BBB2
(145,187,178)
#9BC1B9
(155,193,185)
#A5C7C0
(165,199,192)
#AFCDC7
(175,205,199)
#B9D3CE
(185,211,206)
#C3D9D5
(195,217,213)
#CDDFDC
(205,223,220)
#D7E5E3
(215,229,227)
#E1EBEA
(225,235,234)
#EBF1F1
(235,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87B5AB; }

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

This text font color is #87B5AB.


Background Color

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

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

This div background color is #87B5AB.


Border color

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

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

This div border color is #87B5AB.


Opacity

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

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

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

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

This text has shadow with #87B5AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87B5AB on black background.


Color preview on white background

This text has color #87B5AB on white background.



Black color preview on #87B5AB background

This text has black color on #87B5AB background.


White color preview on #87B5AB background

This text has white color on #87B5AB background.