COLOR #87A89D

HEX: #87A89D
RGB: (135,168,157)

Color info

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

RGB color model

#87A89D color RGB value is (135,168,157).

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

RGB channels and saturation

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

135
168
157

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

Portions of RGB colors in percentages

R + G + B =
135 + 168 + 157 = 460 (100%)
R 135 of 460 ~ 29.35%
G 168 of 460 ~ 36.52%
B 157 of 460 ~ 34.13%

%29.35
%36.52
%34.13

CMYK color model

#87A89D color CMYK value is (20,0,7,34).

  • cyan value is 19.64%
  • magenta value is 0.00%
  • yellow value is 6.55%
  • key color value is 34.12%
CMYK:
(20,0,7,34)
C20M0Y7K34 
(20%,0%,7%,34%)
(0.20/0.00/0.07/0.34)	

CMYK percentages

%19.64
%0
%6.55
%34.12

Codes

Color #87A89D in popluar color models

87A89D
RGB135168157
HSL160°15.94%59.41%
HSB/HSV160°19.64%65.88%
CMYK19.64%0.00%6.55%
34.12%

Color #87A89D in popluar number systems.

HEX87A89D
Decimal135168157
Binary100001111010100010011101
Octal207250235

Shades and tints

Shades of #87A89D

#87A89D
(135,168,157)
#7B998F
(123,153,143)
#6F8A81
(111,138,129)
#637B73
(99,123,115)
#576C65
(87,108,101)
#4B5D57
(75,93,87)
#3F4E49
(63,78,73)
#333F3B
(51,63,59)
#27302D
(39,48,45)
#1B211F
(27,33,31)
#0F1211
(15,18,17)
#000000
(0,0,0)

Tints of #87A89D

#87A89D
(135,168,157)
#91AFA5
(145,175,165)
#9BB6AD
(155,182,173)
#A5BDB5
(165,189,181)
#AFC4BD
(175,196,189)
#B9CBC5
(185,203,197)
#C3D2CD
(195,210,205)
#CDD9D5
(205,217,213)
#D7E0DD
(215,224,221)
#E1E7E5
(225,231,229)
#EBEEED
(235,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87A89D; }

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

This text font color is #87A89D.


Background Color

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

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

This div background color is #87A89D.


Border color

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

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

This div border color is #87A89D.


Opacity

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

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

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

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

This text has shadow with #87A89D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87A89D on black background.


Color preview on white background

This text has color #87A89D on white background.



Black color preview on #87A89D background

This text has black color on #87A89D background.


White color preview on #87A89D background

This text has white color on #87A89D background.