COLOR #7EC389

HEX: #7EC389 RGB: (126,195,137)

Color info

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

RGB color model

#7EC389 color RGB value is (126,195,137).

RGB: (126,195,137) (49%, 76%, 54%)

RGB channels and saturation

R 126 of 255 = 49%
G 195 of 255 = 76%
B 137 of 255 = 54%

126
195
137

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

Portions of RGB colors in percentages

R + G + B = 126 + 195 + 137 = 458 (100%)
R 126 of 458 ~ 27.51%
G 195 of 458 ~ 42.58%
B 137 of 458 ~ 29.91'%

%27.51
%42.58
%29.91

CMYK color model

#7EC389 color CMYK value is (35,0,30,24).

  • cyan value is 35.38%
  • magenta value is 0.00%
  • yellow value is 29.74%
  • key color value is 23.53%

CMYK: (35,0,30,24)
C35M0Y30K24 (35%, 0%, 30%, 24%)
(0.35 / 0.00 / 0.30 / 0.24)

CMYK percentages

%35.38
%0
%29.74
%23.53

Codes

Color #7EC389 in popluar color models

7E C3 89
RGB 126 195 137
HSL 130° 36.51% 62.94%
HSB/HSV 130° 35.38% 76.47%
CMYK 35.38% 0.00% 29.74%
23.53%

Color #7EC389 in popluar number systems.

HEX 7E C3 89
Decimal 126 195 137
Binary 1111110 11000011 10001001
Octal 176 303 211

Shades and tints

Shades of #7EC389

#7EC389
(126,195,137)
#73B27D
(115,178,125)
#68A171
(104,161,113)
#5D9065
(93,144,101)
#527F59
(82,127,89)
#476E4D
(71,110,77)
#3C5D41
(60,93,65)
#314C35
(49,76,53)
#263B29
(38,59,41)
#1B2A1D
(27,42,29)
#101911
(16,25,17)
#000000
(0,0,0)

Tints of #7EC389

#7EC389
(126,195,137)
#89C893
(137,200,147)
#94CD9D
(148,205,157)
#9FD2A7
(159,210,167)
#AAD7B1
(170,215,177)
#B5DCBB
(181,220,187)
#C0E1C5
(192,225,197)
#CBE6CF
(203,230,207)
#D6EBD9
(214,235,217)
#E1F0E3
(225,240,227)
#ECF5ED
(236,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7EC389; }

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

This text font color is #7EC389.

Background Color

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

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

This div background color is #7EC389.

Border color

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

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

This div border color is #7EC389.

Opacity

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

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

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

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

This text has shadow with #7EC389 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7EC389.

Preview

Color preview on black background

This text has color #7EC389 on black background.


Color preview on white background

This text has color #7EC389 on white background.


Black color preview on #7EC389 background

This text has black color on #7EC389 background.


White color preview on #7EC389 background

This text has white color on #7EC389 background.


Related colors

Complementary color

Complementary color for #hex is #813C76.


I love getcolorcode.com

Triadic colors

1 #897EC3 and #C3897E with #7EC389 are triadic colors.

2 #89C37E and #C37E89 with #7EC389 are triadic colors.