COLOR #87A89E

HEX: #87A89E
RGB: (135,168,158)

Color info

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

RGB color model

#87A89E color RGB value is (135,168,158).

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

RGB channels and saturation

R 135 of 255 = 53%
G 168 of 255 = 66%
B 158 of 255 = 62%

135
168
158

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

Portions of RGB colors in percentages

R + G + B =
135 + 168 + 158 = 461 (100%)
R 135 of 461 ~ 29.28%
G 168 of 461 ~ 36.44%
B 158 of 461 ~ 34.27%

%29.28
%36.44
%34.27

CMYK color model

#87A89E color CMYK value is (20,0,6,34).

  • cyan value is 19.64%
  • magenta value is 0.00%
  • yellow value is 5.95%
  • key color value is 34.12%
CMYK:
(20,0,6,34)
C20M0Y6K34 
(20%,0%,6%,34%)
(0.20/0.00/0.06/0.34)	

CMYK percentages

%19.64
%0
%5.95
%34.12

Codes

Color #87A89E in popluar color models

87A89E
RGB135168158
HSL162°15.94%59.41%
HSB/HSV162°19.64%65.88%
CMYK19.64%0.00%5.95%
34.12%

Color #87A89E in popluar number systems.

HEX87A89E
Decimal135168158
Binary100001111010100010011110
Octal207250236

Shades and tints

Shades of #87A89E

#87A89E
(135,168,158)
#7B9990
(123,153,144)
#6F8A82
(111,138,130)
#637B74
(99,123,116)
#576C66
(87,108,102)
#4B5D58
(75,93,88)
#3F4E4A
(63,78,74)
#333F3C
(51,63,60)
#27302E
(39,48,46)
#1B2120
(27,33,32)
#0F1212
(15,18,18)
#000000
(0,0,0)

Tints of #87A89E

#87A89E
(135,168,158)
#91AFA6
(145,175,166)
#9BB6AE
(155,182,174)
#A5BDB6
(165,189,182)
#AFC4BE
(175,196,190)
#B9CBC6
(185,203,198)
#C3D2CE
(195,210,206)
#CDD9D6
(205,217,214)
#D7E0DE
(215,224,222)
#E1E7E6
(225,231,230)
#EBEEEE
(235,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87A89E; }

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

This text font color is #87A89E.


Background Color

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

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

This div background color is #87A89E.


Border color

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

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

This div border color is #87A89E.


Opacity

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

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

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

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

This text has shadow with #87A89E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87A89E on black background.


Color preview on white background

This text has color #87A89E on white background.



Black color preview on #87A89E background

This text has black color on #87A89E background.


White color preview on #87A89E background

This text has white color on #87A89E background.