HEX: #87997D
RGB: (135,153,125)
#87997D contains red, green and blue colors in about the same proportion. Web safe color of #87997D is #999966 (or #996).
#87997D color RGB value is (135,153,125).
RGB: (135,153,125)
(53%, 60%, 49%)
R 135 of 255 = 53%
G 153 of 255 = 60%
B 125 of 255 = 49%
R + G + B ~ 54%. #87997D is middle color (not dark and not light).
R + G + B = 135 + 153 + 125 = 413 (100%)
R 135 of 413 ~ 32.69%
G 153 of 413 ~ 37.05%
B 125 of 413 ~ 30.27'%
#87997D color CMYK value is (12,0,18,40).
CMYK: (12,0,18,40)
C12M0Y18K40 (12%, 0%, 18%, 40%)
(0.12 / 0.00 / 0.18 / 0.40)
Color #87997D in popluar color models
87 | 99 | 7D | |
---|---|---|---|
RGB | 135 | 153 | 125 |
HSL | 99° | 12.07% | 54.51% |
HSB/HSV | 99° | 18.30% | 60.00% |
CMYK | 11.76% | 0.00% | 18.30% |
40.00% |
Color #87997D in popluar number systems.
HEX | 87 | 99 | 7D |
Decimal | 135 | 153 | 125 |
Binary | 10000111 | 10011001 | 1111101 |
Octal | 207 | 231 | 175 |
Shades of #87997D
Tints of #87997D
Examples of css and html codes for elements with #87997D color. Also use rgb(135,153,125) instead hex code.
.myTextColor { color: #87997D; }
<p style="color:#87997D">This sample text font color is #87997D.</p>
This text font color is #87997D.
.myBgColor { background-color: #87997D; }
<div style="background-color:#87997D">Inner text</div>
This div background color is #87997D.
.myBorderColor { border: 1px solid #87997D; }
<div style="border:3px solid #87997D">Div</div>
This div border color is #87997D.
.myOpacity80 { color: #87997D; opacity: 0.8; }
<p style="color:#87997D;opacity:0.8;">80%</p>
Text with #87997D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #87997D;}
<p style="text-shadow: 3px 3px 1px #87997D">Text here.</p>
This text has shadow with #87997D color.
.textShadow {text-shadow: 3px 3px 1px #87997D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #87997D, 5px 5px 20px red">Text here.</p>
This text has shadow with #87997D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#87997D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#87997D, Direction=45, Strength=4)">Text</p>
This text has shadow with #87997D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #87997D;
-webkit-box-shadow: 1px 1px 3px 2px #87997D;
box-shadow: 1px 1px 3px 2px #87997D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #87997D; -webkit-box-shadow: 1px 1px 3px 2px #87997D; box-shadow:1px 1px 3px 2px #87997D;">
Div content here
</div>
This text has color #87997D on black background.
This text has color #87997D on white background.
This text has black color on #87997D background.
This text has white color on #87997D background.
Complementary color for #hex is #786682.