HEX: #7EC29D
RGB: (126,194,157)
#7EC29D contains mainly green and blue colors. Web safe color of #7EC29D is #66CC99 (or #6C9).
#7EC29D color RGB value is (126,194,157).
RGB: (126,194,157)
(49%, 76%, 62%)
R 126 of 255 = 49%
G 194 of 255 = 76%
B 157 of 255 = 62%
R + G + B ~ 62%. #7EC29D is quite light color.
R + G + B = 126 + 194 + 157 = 477 (100%)
R 126 of 477 ~ 26.42%
G 194 of 477 ~ 40.67%
B 157 of 477 ~ 32.91'%
#7EC29D color CMYK value is (35,0,19,24).
CMYK: (35,0,19,24)
C35M0Y19K24 (35%, 0%, 19%, 24%)
(0.35 / 0.00 / 0.19 / 0.24)
Color #7EC29D in popluar color models
7E | C2 | 9D | |
---|---|---|---|
RGB | 126 | 194 | 157 |
HSL | 147° | 35.79% | 62.75% |
HSB/HSV | 147° | 35.05% | 76.08% |
CMYK | 35.05% | 0.00% | 19.07% |
23.92% |
Color #7EC29D in popluar number systems.
HEX | 7E | C2 | 9D |
Decimal | 126 | 194 | 157 |
Binary | 1111110 | 11000010 | 10011101 |
Octal | 176 | 302 | 235 |
Shades of #7EC29D
Tints of #7EC29D
Examples of css and html codes for elements with #7EC29D color. Also use rgb(126,194,157) instead hex code.
.myTextColor { color: #7EC29D; }
<p style="color:#7EC29D">This sample text font color is #7EC29D.</p>
This text font color is #7EC29D.
.myBgColor { background-color: #7EC29D; }
<div style="background-color:#7EC29D">Inner text</div>
This div background color is #7EC29D.
.myBorderColor { border: 1px solid #7EC29D; }
<div style="border:3px solid #7EC29D">Div</div>
This div border color is #7EC29D.
.myOpacity80 { color: #7EC29D; opacity: 0.8; }
<p style="color:#7EC29D;opacity:0.8;">80%</p>
Text with #7EC29D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #7EC29D;}
<p style="text-shadow: 3px 3px 1px #7EC29D">Text here.</p>
This text has shadow with #7EC29D color.
.textShadow {text-shadow: 3px 3px 1px #7EC29D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #7EC29D, 5px 5px 20px red">Text here.</p>
This text has shadow with #7EC29D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7EC29D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#7EC29D, Direction=45, Strength=4)">Text</p>
This text has shadow with #7EC29D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #7EC29D;
-webkit-box-shadow: 1px 1px 3px 2px #7EC29D;
box-shadow: 1px 1px 3px 2px #7EC29D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #7EC29D; -webkit-box-shadow: 1px 1px 3px 2px #7EC29D; box-shadow:1px 1px 3px 2px #7EC29D;">
Div content here
</div>
This text has color #7EC29D on black background.
This text has color #7EC29D on white background.
This text has black color on #7EC29D background.
This text has white color on #7EC29D background.
Complementary color for #hex is #813D62.