COLOR #7EB97F

HEX: #7EB97F
RGB: (126,185,127)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

126
185
127

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

Portions of RGB colors in percentages

R + G + B =
126 + 185 + 127 = 438 (100%)
R 126 of 438 ~ 28.77%
G 185 of 438 ~ 42.24%
B 127 of 438 ~ 29%

%28.77
%42.24
%29

CMYK color model

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

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

CMYK percentages

%31.89
%0
%31.35
%27.45

Codes

Color #7EB97F in popluar color models

7EB97F
RGB126185127
HSL121°29.65%60.98%
HSB/HSV121°31.89%72.55%
CMYK31.89%0.00%31.35%
27.45%

Color #7EB97F in popluar number systems.

HEX7EB97F
Decimal126185127
Binary1111110101110011111111
Octal176271177

Shades and tints

Shades of #7EB97F

#7EB97F
(126,185,127)
#73A974
(115,169,116)
#689969
(104,153,105)
#5D895E
(93,137,94)
#527953
(82,121,83)
#476948
(71,105,72)
#3C593D
(60,89,61)
#314932
(49,73,50)
#263927
(38,57,39)
#1B291C
(27,41,28)
#101911
(16,25,17)
#000000
(0,0,0)

Tints of #7EB97F

#7EB97F
(126,185,127)
#89BF8A
(137,191,138)
#94C595
(148,197,149)
#9FCBA0
(159,203,160)
#AAD1AB
(170,209,171)
#B5D7B6
(181,215,182)
#C0DDC1
(192,221,193)
#CBE3CC
(203,227,204)
#D6E9D7
(214,233,215)
#E1EFE2
(225,239,226)
#ECF5ED
(236,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7EB97F; }

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

This text font color is #7EB97F.


Background Color

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

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

This div background color is #7EB97F.


Border color

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

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

This div border color is #7EB97F.


Opacity

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

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

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

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

This text has shadow with #7EB97F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EB97F on black background.


Color preview on white background

This text has color #7EB97F on white background.



Black color preview on #7EB97F background

This text has black color on #7EB97F background.


White color preview on #7EB97F background

This text has white color on #7EB97F background.