HEX: #7E6EAE
RGB: (126,110,174)
#7E6EAE contains mainly red and blue colors. Web safe color of #7E6EAE is #666699 (or #669).
#7E6EAE color RGB value is (126,110,174).
RGB: (126,110,174)
(49%, 43%, 68%)
R 126 of 255 = 49%
G 110 of 255 = 43%
B 174 of 255 = 68%
R + G + B ~ 53%. #7E6EAE is middle color (not dark and not light).
R + G + B = 126 + 110 + 174 = 410 (100%)
R 126 of 410 ~ 30.73%
G 110 of 410 ~ 26.83%
B 174 of 410 ~ 42.44'%
#7E6EAE color CMYK value is (28,37,0,32).
CMYK: (28,37,0,32)
C28M37Y0K32 (28%, 37%, 0%, 32%)
(0.28 / 0.37 / 0.00 / 0.32)
Color #7E6EAE in popluar color models
7E | 6E | AE | |
---|---|---|---|
RGB | 126 | 110 | 174 |
HSL | 255° | 28.32% | 55.69% |
HSB/HSV | 255° | 36.78% | 68.24% |
CMYK | 27.59% | 36.78% | 0.00% |
31.76% |
Color #7E6EAE in popluar number systems.
HEX | 7E | 6E | AE |
Decimal | 126 | 110 | 174 |
Binary | 1111110 | 1101110 | 10101110 |
Octal | 176 | 156 | 256 |
Shades of #7E6EAE
Tints of #7E6EAE
Examples of css and html codes for elements with #7E6EAE color. Also use rgb(126,110,174) instead hex code.
.myTextColor { color: #7E6EAE; }
<p style="color:#7E6EAE">This sample text font color is #7E6EAE.</p>
This text font color is #7E6EAE.
.myBgColor { background-color: #7E6EAE; }
<div style="background-color:#7E6EAE">Inner text</div>
This div background color is #7E6EAE.
.myBorderColor { border: 1px solid #7E6EAE; }
<div style="border:3px solid #7E6EAE">Div</div>
This div border color is #7E6EAE.
.myOpacity80 { color: #7E6EAE; opacity: 0.8; }
<p style="color:#7E6EAE;opacity:0.8;">80%</p>
Text with #7E6EAE color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #7E6EAE;}
<p style="text-shadow: 3px 3px 1px #7E6EAE">Text here.</p>
This text has shadow with #7E6EAE color.
.textShadow {text-shadow: 3px 3px 1px #7E6EAE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #7E6EAE, 5px 5px 20px red">Text here.</p>
This text has shadow with #7E6EAE primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7E6EAE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#7E6EAE, Direction=45, Strength=4)">Text</p>
This text has shadow with #7E6EAE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #7E6EAE;
-webkit-box-shadow: 1px 1px 3px 2px #7E6EAE;
box-shadow: 1px 1px 3px 2px #7E6EAE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #7E6EAE; -webkit-box-shadow: 1px 1px 3px 2px #7E6EAE; box-shadow:1px 1px 3px 2px #7E6EAE;">
Div content here
</div>
This text has color #7E6EAE on black background.
This text has color #7E6EAE on white background.
This text has black color on #7E6EAE background.
This text has white color on #7E6EAE background.
Complementary color for #hex is #819151.