COLOR #87A899

HEX: #87A899
RGB: (135,168,153)

Color info

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

RGB color model

#87A899 color RGB value is (135,168,153).

  • red value is 135;
  • green value is 168;
  • blue value is 153.
RGB:
(135,168,153)
(53%,66%,60%)

RGB channels and saturation

R 135 of 255 = 53%
G 168 of 255 = 66%
B 153 of 255 = 60%

135
168
153

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

Portions of RGB colors in percentages

R + G + B =
135 + 168 + 153 = 456 (100%)
R 135 of 456 ~ 29.61%
G 168 of 456 ~ 36.84%
B 153 of 456 ~ 33.55%

%29.61
%36.84
%33.55

CMYK color model

#87A899 color CMYK value is (20,0,9,34).

  • cyan value is 19.64%
  • magenta value is 0.00%
  • yellow value is 8.93%
  • key color value is 34.12%
CMYK:
(20,0,9,34)
C20M0Y9K34 
(20%,0%,9%,34%)
(0.20/0.00/0.09/0.34)	

CMYK percentages

%19.64
%0
%8.93
%34.12

Codes

Color #87A899 in popluar color models

87A899
RGB135168153
HSL153°15.94%59.41%
HSB/HSV153°19.64%65.88%
CMYK19.64%0.00%8.93%
34.12%

Color #87A899 in popluar number systems.

HEX87A899
Decimal135168153
Binary100001111010100010011001
Octal207250231

Shades and tints

Shades of #87A899

#87A899
(135,168,153)
#7B998C
(123,153,140)
#6F8A7F
(111,138,127)
#637B72
(99,123,114)
#576C65
(87,108,101)
#4B5D58
(75,93,88)
#3F4E4B
(63,78,75)
#333F3E
(51,63,62)
#273031
(39,48,49)
#1B2124
(27,33,36)
#0F1217
(15,18,23)
#000000
(0,0,0)

Tints of #87A899

#87A899
(135,168,153)
#91AFA2
(145,175,162)
#9BB6AB
(155,182,171)
#A5BDB4
(165,189,180)
#AFC4BD
(175,196,189)
#B9CBC6
(185,203,198)
#C3D2CF
(195,210,207)
#CDD9D8
(205,217,216)
#D7E0E1
(215,224,225)
#E1E7EA
(225,231,234)
#EBEEF3
(235,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87A899 color. Also use rgb(135,168,153) instead hex code.

Text Font Color

.myTextColor { color: #87A899; }

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

This text font color is #87A899.


Background Color

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

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

This div background color is #87A899.


Border color

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

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

This div border color is #87A899.


Opacity

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

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

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

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

This text has shadow with #87A899 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87A899 on black background.


Color preview on white background

This text has color #87A899 on white background.



Black color preview on #87A899 background

This text has black color on #87A899 background.


White color preview on #87A899 background

This text has white color on #87A899 background.