COLOR #87997E

HEX: #87997E
RGB: (135,153,126)

Color info

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

RGB color model

#87997E color RGB value is (135,153,126).

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

RGB channels and saturation

R 135 of 255 = 53%
G 153 of 255 = 60%
B 126 of 255 = 49%

135
153
126

R + G + B ~ 54%. #87997E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
135 + 153 + 126 = 414 (100%)
R 135 of 414 ~ 32.61%
G 153 of 414 ~ 36.96%
B 126 of 414 ~ 30.43%

%32.61
%36.96
%30.43

CMYK color model

#87997E color CMYK value is (12,0,18,40).

  • cyan value is 11.76%
  • magenta value is 0.00%
  • yellow value is 17.65%
  • key color value is 40.00%
CMYK:
(12,0,18,40)
C12M0Y18K40 
(12%,0%,18%,40%)
(0.12/0.00/0.18/0.40)	

CMYK percentages

%11.76
%0
%17.65
%40

Codes

Color #87997E in popluar color models

87997E
RGB135153126
HSL100°11.69%54.71%
HSB/HSV100°17.65%60.00%
CMYK11.76%0.00%17.65%
40.00%

Color #87997E in popluar number systems.

HEX87997E
Decimal135153126
Binary10000111100110011111110
Octal207231176

Shades and tints

Shades of #87997E

#87997E
(135,153,126)
#7B8C73
(123,140,115)
#6F7F68
(111,127,104)
#63725D
(99,114,93)
#576552
(87,101,82)
#4B5847
(75,88,71)
#3F4B3C
(63,75,60)
#333E31
(51,62,49)
#273126
(39,49,38)
#1B241B
(27,36,27)
#0F1710
(15,23,16)
#000000
(0,0,0)

Tints of #87997E

#87997E
(135,153,126)
#91A289
(145,162,137)
#9BAB94
(155,171,148)
#A5B49F
(165,180,159)
#AFBDAA
(175,189,170)
#B9C6B5
(185,198,181)
#C3CFC0
(195,207,192)
#CDD8CB
(205,216,203)
#D7E1D6
(215,225,214)
#E1EAE1
(225,234,225)
#EBF3EC
(235,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87997E color. Also use rgb(135,153,126) instead hex code.

Text Font Color

.myTextColor { color: #87997E; }

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

This text font color is #87997E.


Background Color

.myBgColor { background-color: #87997E; }

<div style="background-color:#87997E">Inner text</div>

This div background color is #87997E.


Border color

.myBorderColor { border: 1px solid #87997E; }

<div style="border:3px solid #87997E">Div</div>

This div border color is #87997E.


Opacity

.myOpacity80 { color: #87997E; opacity: 0.8; }

<p style="color:#87997E;opacity:0.8;">80%</p>

Text with #87997E 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 #87997E;}

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

This text has shadow with #87997E color.

.textShadow {text-shadow: 3px 3px 1px #87997E, 3px 3px 1px red;}

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

This text has shadow with #87997E primary color and red secondary color.


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

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

This text has shadow with #87997E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87997E on black background.


Color preview on white background

This text has color #87997E on white background.



Black color preview on #87997E background

This text has black color on #87997E background.


White color preview on #87997E background

This text has white color on #87997E background.