COLOR #7EC291

HEX: #7EC291
RGB: (126,194,145)

Color info

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

RGB color model

#7EC291 color RGB value is (126,194,145).

  • red value is 126;
  • green value is 194;
  • blue value is 145.
RGB:
(126,194,145)
(49%,76%,57%)

RGB channels and saturation

R 126 of 255 = 49%
G 194 of 255 = 76%
B 145 of 255 = 57%

126
194
145

R + G + B ~ 61%. #7EC291 is quite light color.

Portions of RGB colors in percentages

R + G + B =
126 + 194 + 145 = 465 (100%)
R 126 of 465 ~ 27.1%
G 194 of 465 ~ 41.72%
B 145 of 465 ~ 31.18%

%27.1
%41.72
%31.18

CMYK color model

#7EC291 color CMYK value is (35,0,25,24).

  • cyan value is 35.05%
  • magenta value is 0.00%
  • yellow value is 25.26%
  • key color value is 23.92%
CMYK:
(35,0,25,24)
C35M0Y25K24 
(35%,0%,25%,24%)
(0.35/0.00/0.25/0.24)	

CMYK percentages

%35.05
%0
%25.26
%23.92

Codes

Color #7EC291 in popluar color models

7EC291
RGB126194145
HSL137°35.79%62.75%
HSB/HSV137°35.05%76.08%
CMYK35.05%0.00%25.26%
23.92%

Color #7EC291 in popluar number systems.

HEX7EC291
Decimal126194145
Binary11111101100001010010001
Octal176302221

Shades and tints

Shades of #7EC291

#7EC291
(126,194,145)
#73B184
(115,177,132)
#68A077
(104,160,119)
#5D8F6A
(93,143,106)
#527E5D
(82,126,93)
#476D50
(71,109,80)
#3C5C43
(60,92,67)
#314B36
(49,75,54)
#263A29
(38,58,41)
#1B291C
(27,41,28)
#10180F
(16,24,15)
#000000
(0,0,0)

Tints of #7EC291

#7EC291
(126,194,145)
#89C79B
(137,199,155)
#94CCA5
(148,204,165)
#9FD1AF
(159,209,175)
#AAD6B9
(170,214,185)
#B5DBC3
(181,219,195)
#C0E0CD
(192,224,205)
#CBE5D7
(203,229,215)
#D6EAE1
(214,234,225)
#E1EFEB
(225,239,235)
#ECF4F5
(236,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7EC291; }

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

This text font color is #7EC291.


Background Color

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

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

This div background color is #7EC291.


Border color

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

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

This div border color is #7EC291.


Opacity

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

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

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

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

This text has shadow with #7EC291 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EC291 on black background.


Color preview on white background

This text has color #7EC291 on white background.



Black color preview on #7EC291 background

This text has black color on #7EC291 background.


White color preview on #7EC291 background

This text has white color on #7EC291 background.