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