COLOR #7EC29D

HEX: #7EC29D RGB: (126,194,157)

Color info

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

RGB color model

#7EC29D color RGB value is (126,194,157).

RGB: (126,194,157) (49%, 76%, 62%)

RGB channels and saturation

R 126 of 255 = 49%
G 194 of 255 = 76%
B 157 of 255 = 62%

126
194
157

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

Portions of RGB colors in percentages

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'%

%26.42
%40.67
%32.91

CMYK color model

#7EC29D color CMYK value is (35,0,19,24).

  • cyan value is 35.05%
  • magenta value is 0.00%
  • yellow value is 19.07%
  • key color value is 23.92%

CMYK: (35,0,19,24)
C35M0Y19K24 (35%, 0%, 19%, 24%)
(0.35 / 0.00 / 0.19 / 0.24)

CMYK percentages

%35.05
%0
%19.07
%23.92

Codes

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 and tints

Shades of #7EC29D

#7EC29D
(126,194,157)
#73B18F
(115,177,143)
#68A081
(104,160,129)
#5D8F73
(93,143,115)
#527E65
(82,126,101)
#476D57
(71,109,87)
#3C5C49
(60,92,73)
#314B3B
(49,75,59)
#263A2D
(38,58,45)
#1B291F
(27,41,31)
#101811
(16,24,17)
#000000
(0,0,0)

Tints of #7EC29D

#7EC29D
(126,194,157)
#89C7A5
(137,199,165)
#94CCAD
(148,204,173)
#9FD1B5
(159,209,181)
#AAD6BD
(170,214,189)
#B5DBC5
(181,219,197)
#C0E0CD
(192,224,205)
#CBE5D5
(203,229,213)
#D6EADD
(214,234,221)
#E1EFE5
(225,239,229)
#ECF4ED
(236,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7EC29D; }

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

This text font color is #7EC29D.

Background Color

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

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

This div background color is #7EC29D.

Border color

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

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

This div border color is #7EC29D.

Opacity

.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%.

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 #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.

Div box shadow color

/* 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 div box has shadow with color #7EC29D.

Preview

Color preview on black background

This text has color #7EC29D on black background.


Color preview on white background

This text has color #7EC29D on white background.


Black color preview on #7EC29D background

This text has black color on #7EC29D background.


White color preview on #7EC29D background

This text has white color on #7EC29D background.


Related colors

Complementary color

Complementary color for #hex is #813D62.


I love getcolorcode.com

Triadic colors

1 #9D7EC2 and #C29D7E with #7EC29D are triadic colors.

2 #9DC27E and #C27E9D with #7EC29D are triadic colors.