HEX: #7E93AA
RGB: (126,147,170)
#7E93AA contains red, green and blue colors in about the same proportion. Web safe color of #7E93AA is #669999 (or #699).
#7E93AA color RGB value is (126,147,170).
RGB: (126,147,170)
(49%, 58%, 67%)
R 126 of 255 = 49%
G 147 of 255 = 58%
B 170 of 255 = 67%
R + G + B ~ 58%. #7E93AA is middle color (not dark and not light).
R + G + B = 126 + 147 + 170 = 443 (100%)
R 126 of 443 ~ 28.44%
G 147 of 443 ~ 33.18%
B 170 of 443 ~ 38.37'%
#7E93AA color CMYK value is (26,14,0,33).
CMYK: (26,14,0,33)
C26M14Y0K33 (26%, 14%, 0%, 33%)
(0.26 / 0.14 / 0.00 / 0.33)
Color #7E93AA in popluar color models
7E | 93 | AA | |
---|---|---|---|
RGB | 126 | 147 | 170 |
HSL | 211° | 20.56% | 58.04% |
HSB/HSV | 211° | 25.88% | 66.67% |
CMYK | 25.88% | 13.53% | 0.00% |
33.33% |
Color #7E93AA in popluar number systems.
HEX | 7E | 93 | AA |
Decimal | 126 | 147 | 170 |
Binary | 1111110 | 10010011 | 10101010 |
Octal | 176 | 223 | 252 |
Shades of #7E93AA
Tints of #7E93AA
Examples of css and html codes for elements with #7E93AA color. Also use rgb(126,147,170) instead hex code.
.myTextColor { color: #7E93AA; }
<p style="color:#7E93AA">This sample text font color is #7E93AA.</p>
This text font color is #7E93AA.
.myBgColor { background-color: #7E93AA; }
<div style="background-color:#7E93AA">Inner text</div>
This div background color is #7E93AA.
.myBorderColor { border: 1px solid #7E93AA; }
<div style="border:3px solid #7E93AA">Div</div>
This div border color is #7E93AA.
.myOpacity80 { color: #7E93AA; opacity: 0.8; }
<p style="color:#7E93AA;opacity:0.8;">80%</p>
Text with #7E93AA color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #7E93AA;}
<p style="text-shadow: 3px 3px 1px #7E93AA">Text here.</p>
This text has shadow with #7E93AA color.
.textShadow {text-shadow: 3px 3px 1px #7E93AA', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #7E93AA, 5px 5px 20px red">Text here.</p>
This text has shadow with #7E93AA primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7E93AA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#7E93AA, Direction=45, Strength=4)">Text</p>
This text has shadow with #7E93AA and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #7E93AA;
-webkit-box-shadow: 1px 1px 3px 2px #7E93AA;
box-shadow: 1px 1px 3px 2px #7E93AA;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #7E93AA; -webkit-box-shadow: 1px 1px 3px 2px #7E93AA; box-shadow:1px 1px 3px 2px #7E93AA;">
Div content here
</div>
This text has color #7E93AA on black background.
This text has color #7E93AA on white background.
This text has black color on #7E93AA background.
This text has white color on #7E93AA background.
Complementary color for #hex is #816C55.