HEX: #7EAE8D
RGB: (126,174,141)
#7EAE8D contains red, green and blue colors in about the same proportion. Web safe color of #7EAE8D is #669999 (or #699).
#7EAE8D color RGB value is (126,174,141).
RGB: (126,174,141)
(49%, 68%, 55%)
R 126 of 255 = 49%
G 174 of 255 = 68%
B 141 of 255 = 55%
R + G + B ~ 57%. #7EAE8D is middle color (not dark and not light).
R + G + B = 126 + 174 + 141 = 441 (100%)
R 126 of 441 ~ 28.57%
G 174 of 441 ~ 39.46%
B 141 of 441 ~ 31.97'%
#7EAE8D color CMYK value is (28,0,19,32).
CMYK: (28,0,19,32)
C28M0Y19K32 (28%, 0%, 19%, 32%)
(0.28 / 0.00 / 0.19 / 0.32)
Color #7EAE8D in popluar color models
7E | AE | 8D | |
---|---|---|---|
RGB | 126 | 174 | 141 |
HSL | 139° | 22.86% | 58.82% |
HSB/HSV | 139° | 27.59% | 68.24% |
CMYK | 27.59% | 0.00% | 18.97% |
31.76% |
Color #7EAE8D in popluar number systems.
HEX | 7E | AE | 8D |
Decimal | 126 | 174 | 141 |
Binary | 1111110 | 10101110 | 10001101 |
Octal | 176 | 256 | 215 |
Shades of #7EAE8D
Tints of #7EAE8D
Examples of css and html codes for elements with #7EAE8D color. Also use rgb(126,174,141) instead hex code.
.myTextColor { color: #7EAE8D; }
<p style="color:#7EAE8D">This sample text font color is #7EAE8D.</p>
This text font color is #7EAE8D.
.myBgColor { background-color: #7EAE8D; }
<div style="background-color:#7EAE8D">Inner text</div>
This div background color is #7EAE8D.
.myBorderColor { border: 1px solid #7EAE8D; }
<div style="border:3px solid #7EAE8D">Div</div>
This div border color is #7EAE8D.
.myOpacity80 { color: #7EAE8D; opacity: 0.8; }
<p style="color:#7EAE8D;opacity:0.8;">80%</p>
Text with #7EAE8D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #7EAE8D;}
<p style="text-shadow: 3px 3px 1px #7EAE8D">Text here.</p>
This text has shadow with #7EAE8D color.
.textShadow {text-shadow: 3px 3px 1px #7EAE8D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #7EAE8D, 5px 5px 20px red">Text here.</p>
This text has shadow with #7EAE8D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7EAE8D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#7EAE8D, Direction=45, Strength=4)">Text</p>
This text has shadow with #7EAE8D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #7EAE8D;
-webkit-box-shadow: 1px 1px 3px 2px #7EAE8D;
box-shadow: 1px 1px 3px 2px #7EAE8D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #7EAE8D; -webkit-box-shadow: 1px 1px 3px 2px #7EAE8D; box-shadow:1px 1px 3px 2px #7EAE8D;">
Div content here
</div>
This text has color #7EAE8D on black background.
This text has color #7EAE8D on white background.
This text has black color on #7EAE8D background.
This text has white color on #7EAE8D background.
Complementary color for #hex is #815172.