HEX: #887EAD
RGB: (136,126,173)
#887EAD contains red, green and blue colors in about the same proportion. Web safe color of #887EAD is #996699 (or #969).
#887EAD color RGB value is (136,126,173).
RGB: (136,126,173)
(53%, 49%, 68%)
R 136 of 255 = 53%
G 126 of 255 = 49%
B 173 of 255 = 68%
R + G + B ~ 57%. #887EAD is middle color (not dark and not light).
R + G + B = 136 + 126 + 173 = 435 (100%)
R 136 of 435 ~ 31.26%
G 126 of 435 ~ 28.97%
B 173 of 435 ~ 39.77'%
#887EAD color CMYK value is (21,27,0,32).
CMYK: (21,27,0,32)
C21M27Y0K32 (21%, 27%, 0%, 32%)
(0.21 / 0.27 / 0.00 / 0.32)
Color #887EAD in popluar color models
88 | 7E | AD | |
---|---|---|---|
RGB | 136 | 126 | 173 |
HSL | 253° | 22.27% | 58.63% |
HSB/HSV | 253° | 27.17% | 67.84% |
CMYK | 21.39% | 27.17% | 0.00% |
32.16% |
Color #887EAD in popluar number systems.
HEX | 88 | 7E | AD |
Decimal | 136 | 126 | 173 |
Binary | 10001000 | 1111110 | 10101101 |
Octal | 210 | 176 | 255 |
Shades of #887EAD
Tints of #887EAD
Examples of css and html codes for elements with #887EAD color. Also use rgb(136,126,173) instead hex code.
.myTextColor { color: #887EAD; }
<p style="color:#887EAD">This sample text font color is #887EAD.</p>
This text font color is #887EAD.
.myBgColor { background-color: #887EAD; }
<div style="background-color:#887EAD">Inner text</div>
This div background color is #887EAD.
.myBorderColor { border: 1px solid #887EAD; }
<div style="border:3px solid #887EAD">Div</div>
This div border color is #887EAD.
.myOpacity80 { color: #887EAD; opacity: 0.8; }
<p style="color:#887EAD;opacity:0.8;">80%</p>
Text with #887EAD color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #887EAD;}
<p style="text-shadow: 3px 3px 1px #887EAD">Text here.</p>
This text has shadow with #887EAD color.
.textShadow {text-shadow: 3px 3px 1px #887EAD', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #887EAD, 5px 5px 20px red">Text here.</p>
This text has shadow with #887EAD primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#887EAD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#887EAD, Direction=45, Strength=4)">Text</p>
This text has shadow with #887EAD and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #887EAD;
-webkit-box-shadow: 1px 1px 3px 2px #887EAD;
box-shadow: 1px 1px 3px 2px #887EAD;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #887EAD; -webkit-box-shadow: 1px 1px 3px 2px #887EAD; box-shadow:1px 1px 3px 2px #887EAD;">
Div content here
</div>
This text has color #887EAD on black background.
This text has color #887EAD on white background.
This text has black color on #887EAD background.
This text has white color on #887EAD background.
Complementary color for #hex is #778152.