COLOR #7EC09E

HEX: #7EC09E
RGB: (126,192,158)

Color info

#7EC09E contains mainly green and blue colors. Web safe color of #7EC09E is #66CC99 (or #6C9).

RGB color model

#7EC09E color RGB value is (126,192,158).

  • red value is 126;
  • green value is 192;
  • blue value is 158.
RGB:
(126,192,158)
(49%,75%,62%)

RGB channels and saturation

R 126 of 255 = 49%
G 192 of 255 = 75%
B 158 of 255 = 62%

126
192
158

R + G + B ~ 62%. #7EC09E is quite light color.

Portions of RGB colors in percentages

R + G + B =
126 + 192 + 158 = 476 (100%)
R 126 of 476 ~ 26.47%
G 192 of 476 ~ 40.34%
B 158 of 476 ~ 33.19%

%26.47
%40.34
%33.19

CMYK color model

#7EC09E color CMYK value is (34,0,18,25).

  • cyan value is 34.38%
  • magenta value is 0.00%
  • yellow value is 17.71%
  • key color value is 24.71%
CMYK:
(34,0,18,25)
C34M0Y18K25 
(34%,0%,18%,25%)
(0.34/0.00/0.18/0.25)	

CMYK percentages

%34.38
%0
%17.71
%24.71

Codes

Color #7EC09E in popluar color models

7EC09E
RGB126192158
HSL149°34.38%62.35%
HSB/HSV149°34.38%75.29%
CMYK34.38%0.00%17.71%
24.71%

Color #7EC09E in popluar number systems.

HEX7EC09E
Decimal126192158
Binary11111101100000010011110
Octal176300236

Shades and tints

Shades of #7EC09E

#7EC09E
(126,192,158)
#73AF90
(115,175,144)
#689E82
(104,158,130)
#5D8D74
(93,141,116)
#527C66
(82,124,102)
#476B58
(71,107,88)
#3C5A4A
(60,90,74)
#31493C
(49,73,60)
#26382E
(38,56,46)
#1B2720
(27,39,32)
#101612
(16,22,18)
#000000
(0,0,0)

Tints of #7EC09E

#7EC09E
(126,192,158)
#89C5A6
(137,197,166)
#94CAAE
(148,202,174)
#9FCFB6
(159,207,182)
#AAD4BE
(170,212,190)
#B5D9C6
(181,217,198)
#C0DECE
(192,222,206)
#CBE3D6
(203,227,214)
#D6E8DE
(214,232,222)
#E1EDE6
(225,237,230)
#ECF2EE
(236,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7EC09E color. Also use rgb(126,192,158) instead hex code.

Text Font Color

.myTextColor { color: #7EC09E; }

<p style="color:#7EC09E">This sample text font color is #7EC09E.</p>

This text font color is #7EC09E.


Background Color

.myBgColor { background-color: #7EC09E; }

<div style="background-color:#7EC09E">Inner text</div>

This div background color is #7EC09E.


Border color

.myBorderColor { border: 1px solid #7EC09E; }

<div style="border:3px solid #7EC09E">Div</div>

This div border color is #7EC09E.


Opacity

.myOpacity80 { color: #7EC09E; opacity: 0.8; }

<p style="color:#7EC09E;opacity:0.8;">80%</p>

Text with #7EC09E color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #7EC09E;}

<p style="text-shadow: 3px 3px 1px #7EC09E">Text here.</p>

This text has shadow with #7EC09E color.

.textShadow {text-shadow: 3px 3px 1px #7EC09E, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #7EC09E, 5px 5px 20px red">Text here.</p>

This text has shadow with #7EC09E primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7EC09E, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#7EC09E, Direction=45, Strength=4)">Text</p>

This text has shadow with #7EC09E and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #7EC09E;
  -webkit-box-shadow:	1px 1px 3px 2px #7EC09E;
  box-shadow:		1px 1px 3px 2px #7EC09E;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #7EC09E;
-webkit-box-shadow: 1px 1px 3px 2px #7EC09E;
box-shadow:1px 1px 3px 2px #7EC09E;">
Div content here</div>
This div box has shadow with color #7EC09E.

Preview

Color preview on black background

This text has color #7EC09E on black background.


Color preview on white background

This text has color #7EC09E on white background.



Black color preview on #7EC09E background

This text has black color on #7EC09E background.


White color preview on #7EC09E background

This text has white color on #7EC09E background.