HEX: #877FAE
RGB: (135,127,174)
#877FAE contains red, green and blue colors in about the same proportion. Web safe color of #877FAE is #996699 (or #969).
#877FAE color RGB value is (135,127,174).
RGB: (135,127,174)
(53%, 50%, 68%)
R 135 of 255 = 53%
G 127 of 255 = 50%
B 174 of 255 = 68%
R + G + B ~ 57%. #877FAE is middle color (not dark and not light).
R + G + B = 135 + 127 + 174 = 436 (100%)
R 135 of 436 ~ 30.96%
G 127 of 436 ~ 29.13%
B 174 of 436 ~ 39.91'%
#877FAE color CMYK value is (22,27,0,32).
CMYK: (22,27,0,32) C22M27Y0K32 (22%,27%,0%,32%) (0.22/0.27/0.00/0.32)
Color #877FAE in popluar color models
87 | 7F | AE | |
---|---|---|---|
RGB | 135 | 127 | 174 |
HSL | 250° | 22.49% | 59.02% |
HSB/HSV | 250° | 27.01% | 68.24% |
CMYK | 22.41% | 27.01% | 0.00% |
31.76% |
Color #877FAE in popluar number systems.
HEX | 87 | 7F | AE |
Decimal | 135 | 127 | 174 |
Binary | 10000111 | 1111111 | 10101110 |
Octal | 207 | 177 | 256 |
Shades of #877FAE
Tints of #877FAE
Examples of css and html codes for elements with #877FAE color. Also use rgb(135,127,174) instead hex code.
.myTextColor { color: #877FAE; }
<p style="color:#877FAE">This sample text font color is #877FAE.</p>
This text font color is #877FAE.
.myBgColor { background-color: #877FAE; }
<div style="background-color:#877FAE">Inner text</div>
This div background color is #877FAE.
.myBorderColor { border: 1px solid #877FAE; }
<div style="border:3px solid #877FAE">Div</div>
This div border color is #877FAE.
.myOpacity80 { color: #877FAE; opacity: 0.8; }
<p style="color:#877FAE;opacity:0.8;">80%</p>
Text with #877FAE color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #877FAE;}
<p style="text-shadow: 3px 3px 1px #877FAE">Text here.</p>
This text has shadow with #877FAE color.
.textShadow {text-shadow: 3px 3px 1px #877FAE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #877FAE, 5px 5px 20px red">Text here.</p>
This text has shadow with #877FAE primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#877FAE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#877FAE, Direction=45, Strength=4)">Text</p>
This text has shadow with #877FAE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #877FAE;
-webkit-box-shadow: 1px 1px 3px 2px #877FAE;
box-shadow: 1px 1px 3px 2px #877FAE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #877FAE; -webkit-box-shadow: 1px 1px 3px 2px #877FAE; box-shadow:1px 1px 3px 2px #877FAE;">
Div content here
</div>
This text has color #877FAE on black background.
This text has color #877FAE on white background.
This text has black color on #877FAE background.
This text has white color on #877FAE background.
Complementary color for #hex is #788051.