COLOR #87897F

HEX: #87897F
RGB: (135,137,127)

Color info

#87897F contains red, green and blue colors in about the same proportion. Web safe color of #87897F is #999966 (or #996).

RGB color model

#87897F color RGB value is (135,137,127).

  • red value is 135;
  • green value is 137;
  • blue value is 127.
RGB:
(135,137,127)
(53%,54%,50%)

RGB channels and saturation

R 135 of 255 = 53%
G 137 of 255 = 54%
B 127 of 255 = 50%

135
137
127

R + G + B ~ 52%. #87897F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
135 + 137 + 127 = 399 (100%)
R 135 of 399 ~ 33.83%
G 137 of 399 ~ 34.34%
B 127 of 399 ~ 31.83%

%33.83
%34.34
%31.83

CMYK color model

#87897F color CMYK value is (1,0,7,46).

  • cyan value is 1.46%
  • magenta value is 0.00%
  • yellow value is 7.30%
  • key color value is 46.27%
CMYK:
(1,0,7,46)
C1M0Y7K46 
(1%,0%,7%,46%)
(0.01/0.00/0.07/0.46)	

CMYK percentages

%1.46
%0
%7.3
%46.27

Codes

Color #87897F in popluar color models

87897F
RGB135137127
HSL72°4.07%51.76%
HSB/HSV72°7.30%53.73%
CMYK1.46%0.00%7.30%
46.27%

Color #87897F in popluar number systems.

HEX87897F
Decimal135137127
Binary10000111100010011111111
Octal207211177

Shades and tints

Shades of #87897F

#87897F
(135,137,127)
#7B7D74
(123,125,116)
#6F7169
(111,113,105)
#63655E
(99,101,94)
#575953
(87,89,83)
#4B4D48
(75,77,72)
#3F413D
(63,65,61)
#333532
(51,53,50)
#272927
(39,41,39)
#1B1D1C
(27,29,28)
#0F1111
(15,17,17)
#000000
(0,0,0)

Tints of #87897F

#87897F
(135,137,127)
#91938A
(145,147,138)
#9B9D95
(155,157,149)
#A5A7A0
(165,167,160)
#AFB1AB
(175,177,171)
#B9BBB6
(185,187,182)
#C3C5C1
(195,197,193)
#CDCFCC
(205,207,204)
#D7D9D7
(215,217,215)
#E1E3E2
(225,227,226)
#EBEDED
(235,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87897F color. Also use rgb(135,137,127) instead hex code.

Text Font Color

.myTextColor { color: #87897F; }

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

This text font color is #87897F.


Background Color

.myBgColor { background-color: #87897F; }

<div style="background-color:#87897F">Inner text</div>

This div background color is #87897F.


Border color

.myBorderColor { border: 1px solid #87897F; }

<div style="border:3px solid #87897F">Div</div>

This div border color is #87897F.


Opacity

.myOpacity80 { color: #87897F; opacity: 0.8; }

<p style="color:#87897F;opacity:0.8;">80%</p>

Text with #87897F 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 #87897F;}

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

This text has shadow with #87897F color.

.textShadow {text-shadow: 3px 3px 1px #87897F, 3px 3px 1px red;}

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

This text has shadow with #87897F primary color and red secondary color.


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

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

This text has shadow with #87897F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87897F on black background.


Color preview on white background

This text has color #87897F on white background.



Black color preview on #87897F background

This text has black color on #87897F background.


White color preview on #87897F background

This text has white color on #87897F background.