HEX: #87718E
RGB: (135,113,142)
#87718E contains red, green and blue colors in about the same proportion. Web safe color of #87718E is #996699 (or #969).
#87718E color RGB value is (135,113,142).
RGB: (135,113,142) (53%,44%,56%)
R 135 of 255 = 53%
G 113 of 255 = 44%
B 142 of 255 = 56%
R + G + B ~ 51%. #87718E is middle color (not dark and not light).
R + G + B =
135 + 113 + 142 = 390 (100%)
R 135 of 390 ~ 34.62%
G 113 of 390 ~ 28.97%
B 142 of 390 ~ 36.41%
#87718E color CMYK value is (5,20,0,44).
CMYK: (5,20,0,44) C5M20Y0K44 (5%,20%,0%,44%) (0.05/0.20/0.00/0.44)
87 | 71 | 8E | |
---|---|---|---|
RGB | 135 | 113 | 142 |
HSL | 286° | 11.37% | 50.00% |
HSB/HSV | 286° | 20.42% | 55.69% |
CMYK | 4.93% | 20.42% | 0.00% |
44.31% |
HEX | 87 | 71 | 8E |
Decimal | 135 | 113 | 142 |
Binary | 10000111 | 1110001 | 10001110 |
Octal | 207 | 161 | 216 |
Examples of css and html codes for elements with #87718E color. Also use rgb(135,113,142) instead hex code.
.myTextColor { color: #87718E; }
<p style="color:#87718E">This sample text font color is #87718E.</p>
This text font color is #87718E.
.myBgColor { background-color: #87718E; }
<div style="background-color:#87718E">Inner text</div>
This div background color is #87718E.
.myBorderColor { border: 1px solid #87718E; }
<div style="border:3px solid #87718E">Div</div>
This div border color is #87718E.
.myOpacity80 { color: #87718E; opacity: 0.8; }
<p style="color:#87718E;opacity:0.8;">80%</p>
Text with #87718E color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #87718E;}
<p style="text-shadow: 3px 3px 1px #87718E">Text here.</p>
This text has shadow with #87718E color.
.textShadow {text-shadow: 3px 3px 1px #87718E, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #87718E, 5px 5px 20px red">Text here.</p>
This text has shadow with #87718E primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#87718E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#87718E, Direction=45, Strength=4)">Text</p>
This text has shadow with #87718E and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #87718E; -webkit-box-shadow: 1px 1px 3px 2px #87718E; box-shadow: 1px 1px 3px 2px #87718E; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #87718E; -webkit-box-shadow: 1px 1px 3px 2px #87718E; box-shadow:1px 1px 3px 2px #87718E;">
Div content here</div>
This text has color #87718E on black background.
This text has color #87718E on white background.
This text has black color on #87718E background.
This text has white color on #87718E background.