HEX: #8E87AD
RGB: (142,135,173)
#8E87AD contains red, green and blue colors in about the same proportion. Web safe color of #8E87AD is #999999 (or #999).
#8E87AD color RGB value is (142,135,173).
RGB: (142,135,173)
(56%, 53%, 68%)
R 142 of 255 = 56%
G 135 of 255 = 53%
B 173 of 255 = 68%
R + G + B ~ 59%. #8E87AD is middle color (not dark and not light).
R + G + B = 142 + 135 + 173 = 450 (100%)
R 142 of 450 ~ 31.56%
G 135 of 450 ~ 30%
B 173 of 450 ~ 38.44'%
#8E87AD color CMYK value is (18,22,0,32).
CMYK: (18,22,0,32) C18M22Y0K32 (18%,22%,0%,32%) (0.18/0.22/0.00/0.32)
Color #8E87AD in popluar color models
8E | 87 | AD | |
---|---|---|---|
RGB | 142 | 135 | 173 |
HSL | 251° | 18.81% | 60.39% |
HSB/HSV | 251° | 21.97% | 67.84% |
CMYK | 17.92% | 21.97% | 0.00% |
32.16% |
Color #8E87AD in popluar number systems.
HEX | 8E | 87 | AD |
Decimal | 142 | 135 | 173 |
Binary | 10001110 | 10000111 | 10101101 |
Octal | 216 | 207 | 255 |
Shades of #8E87AD
Tints of #8E87AD
Examples of css and html codes for elements with #8E87AD color. Also use rgb(142,135,173) instead hex code.
.myTextColor { color: #8E87AD; }
<p style="color:#8E87AD">This sample text font color is #8E87AD.</p>
This text font color is #8E87AD.
.myBgColor { background-color: #8E87AD; }
<div style="background-color:#8E87AD">Inner text</div>
This div background color is #8E87AD.
.myBorderColor { border: 1px solid #8E87AD; }
<div style="border:3px solid #8E87AD">Div</div>
This div border color is #8E87AD.
.myOpacity80 { color: #8E87AD; opacity: 0.8; }
<p style="color:#8E87AD;opacity:0.8;">80%</p>
Text with #8E87AD color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #8E87AD;}
<p style="text-shadow: 3px 3px 1px #8E87AD">Text here.</p>
This text has shadow with #8E87AD color.
.textShadow {text-shadow: 3px 3px 1px #8E87AD', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #8E87AD, 5px 5px 20px red">Text here.</p>
This text has shadow with #8E87AD primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#8E87AD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#8E87AD, Direction=45, Strength=4)">Text</p>
This text has shadow with #8E87AD and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #8E87AD;
-webkit-box-shadow: 1px 1px 3px 2px #8E87AD;
box-shadow: 1px 1px 3px 2px #8E87AD;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #8E87AD; -webkit-box-shadow: 1px 1px 3px 2px #8E87AD; box-shadow:1px 1px 3px 2px #8E87AD;">
Div content here
</div>
This text has color #8E87AD on black background.
This text has color #8E87AD on white background.
This text has black color on #8E87AD background.
This text has white color on #8E87AD background.
Complementary color for #hex is #717852.