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