COLOR #7EB97E

HEX: #7EB97E
RGB: (126,185,126)

Color info

#7EB97E contains red, green and blue colors in about the same proportion. Web safe color of #7EB97E is #66CC66 (or #6C6).

RGB color model

#7EB97E color RGB value is (126,185,126).

  • red value is 126;
  • green value is 185;
  • blue value is 126.
RGB:
(126,185,126)
(49%,73%,49%)

RGB channels and saturation

R 126 of 255 = 49%
G 185 of 255 = 73%
B 126 of 255 = 49%

126
185
126

R + G + B ~ 57%. #7EB97E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
126 + 185 + 126 = 437 (100%)
R 126 of 437 ~ 28.83%
G 185 of 437 ~ 42.33%
B 126 of 437 ~ 28.83%

%28.83
%42.33
%28.83

CMYK color model

#7EB97E color CMYK value is (32,0,32,27).

  • cyan value is 31.89%
  • magenta value is 0.00%
  • yellow value is 31.89%
  • key color value is 27.45%
CMYK:
(32,0,32,27)
C32M0Y32K27 
(32%,0%,32%,27%)
(0.32/0.00/0.32/0.27)	

CMYK percentages

%31.89
%0
%31.89
%27.45

Codes

Color #7EB97E in popluar color models

7EB97E
RGB126185126
HSL120°29.65%60.98%
HSB/HSV120°31.89%72.55%
CMYK31.89%0.00%31.89%
27.45%

Color #7EB97E in popluar number systems.

HEX7EB97E
Decimal126185126
Binary1111110101110011111110
Octal176271176

Shades and tints

Shades of #7EB97E

#7EB97E
(126,185,126)
#73A973
(115,169,115)
#689968
(104,153,104)
#5D895D
(93,137,93)
#527952
(82,121,82)
#476947
(71,105,71)
#3C593C
(60,89,60)
#314931
(49,73,49)
#263926
(38,57,38)
#1B291B
(27,41,27)
#101910
(16,25,16)
#000000
(0,0,0)

Tints of #7EB97E

#7EB97E
(126,185,126)
#89BF89
(137,191,137)
#94C594
(148,197,148)
#9FCB9F
(159,203,159)
#AAD1AA
(170,209,170)
#B5D7B5
(181,215,181)
#C0DDC0
(192,221,192)
#CBE3CB
(203,227,203)
#D6E9D6
(214,233,214)
#E1EFE1
(225,239,225)
#ECF5EC
(236,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7EB97E; }

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

This text font color is #7EB97E.


Background Color

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

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

This div background color is #7EB97E.


Border color

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

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

This div border color is #7EB97E.


Opacity

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

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

Text with #7EB97E 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 #7EB97E;}

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

This text has shadow with #7EB97E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EB97E on black background.


Color preview on white background

This text has color #7EB97E on white background.



Black color preview on #7EB97E background

This text has black color on #7EB97E background.


White color preview on #7EB97E background

This text has white color on #7EB97E background.