COLOR #87AB9C

HEX: #87AB9C
RGB: (135,171,156)

Color info

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

RGB color model

#87AB9C color RGB value is (135,171,156).

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

RGB channels and saturation

R 135 of 255 = 53%
G 171 of 255 = 67%
B 156 of 255 = 61%

135
171
156

R + G + B ~ 60%. #87AB9C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
135 + 171 + 156 = 462 (100%)
R 135 of 462 ~ 29.22%
G 171 of 462 ~ 37.01%
B 156 of 462 ~ 33.77%

%29.22
%37.01
%33.77

CMYK color model

#87AB9C color CMYK value is (21,0,9,33).

  • cyan value is 21.05%
  • magenta value is 0.00%
  • yellow value is 8.77%
  • key color value is 32.94%
CMYK:
(21,0,9,33)
C21M0Y9K33 
(21%,0%,9%,33%)
(0.21/0.00/0.09/0.33)	

CMYK percentages

%21.05
%0
%8.77
%32.94

Codes

Color #87AB9C in popluar color models

87AB9C
RGB135171156
HSL155°17.65%60.00%
HSB/HSV155°21.05%67.06%
CMYK21.05%0.00%8.77%
32.94%

Color #87AB9C in popluar number systems.

HEX87AB9C
Decimal135171156
Binary100001111010101110011100
Octal207253234

Shades and tints

Shades of #87AB9C

#87AB9C
(135,171,156)
#7B9C8E
(123,156,142)
#6F8D80
(111,141,128)
#637E72
(99,126,114)
#576F64
(87,111,100)
#4B6056
(75,96,86)
#3F5148
(63,81,72)
#33423A
(51,66,58)
#27332C
(39,51,44)
#1B241E
(27,36,30)
#0F1510
(15,21,16)
#000000
(0,0,0)

Tints of #87AB9C

#87AB9C
(135,171,156)
#91B2A5
(145,178,165)
#9BB9AE
(155,185,174)
#A5C0B7
(165,192,183)
#AFC7C0
(175,199,192)
#B9CEC9
(185,206,201)
#C3D5D2
(195,213,210)
#CDDCDB
(205,220,219)
#D7E3E4
(215,227,228)
#E1EAED
(225,234,237)
#EBF1F6
(235,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87AB9C; }

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

This text font color is #87AB9C.


Background Color

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

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

This div background color is #87AB9C.


Border color

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

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

This div border color is #87AB9C.


Opacity

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

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

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

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

This text has shadow with #87AB9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87AB9C on black background.


Color preview on white background

This text has color #87AB9C on white background.



Black color preview on #87AB9C background

This text has black color on #87AB9C background.


White color preview on #87AB9C background

This text has white color on #87AB9C background.