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