COLOR #7EC084

HEX: #7EC084
RGB: (126,192,132)

Color info

#7EC084 contains mainly green color. Web safe color of #7EC084 is #66CC99 (or #6C9).

RGB color model

#7EC084 color RGB value is (126,192,132).

  • red value is 126;
  • green value is 192;
  • blue value is 132.
RGB:
(126,192,132)
(49%,75%,52%)

RGB channels and saturation

R 126 of 255 = 49%
G 192 of 255 = 75%
B 132 of 255 = 52%

126
192
132

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

Portions of RGB colors in percentages

R + G + B =
126 + 192 + 132 = 450 (100%)
R 126 of 450 ~ 28%
G 192 of 450 ~ 42.67%
B 132 of 450 ~ 29.33%

%28
%42.67
%29.33

CMYK color model

#7EC084 color CMYK value is (34,0,31,25).

  • cyan value is 34.38%
  • magenta value is 0.00%
  • yellow value is 31.25%
  • key color value is 24.71%
CMYK:
(34,0,31,25)
C34M0Y31K25 
(34%,0%,31%,25%)
(0.34/0.00/0.31/0.25)	

CMYK percentages

%34.38
%0
%31.25
%24.71

Codes

Color #7EC084 in popluar color models

7EC084
RGB126192132
HSL125°34.38%62.35%
HSB/HSV125°34.38%75.29%
CMYK34.38%0.00%31.25%
24.71%

Color #7EC084 in popluar number systems.

HEX7EC084
Decimal126192132
Binary11111101100000010000100
Octal176300204

Shades and tints

Shades of #7EC084

#7EC084
(126,192,132)
#73AF78
(115,175,120)
#689E6C
(104,158,108)
#5D8D60
(93,141,96)
#527C54
(82,124,84)
#476B48
(71,107,72)
#3C5A3C
(60,90,60)
#314930
(49,73,48)
#263824
(38,56,36)
#1B2718
(27,39,24)
#10160C
(16,22,12)
#000000
(0,0,0)

Tints of #7EC084

#7EC084
(126,192,132)
#89C58F
(137,197,143)
#94CA9A
(148,202,154)
#9FCFA5
(159,207,165)
#AAD4B0
(170,212,176)
#B5D9BB
(181,217,187)
#C0DEC6
(192,222,198)
#CBE3D1
(203,227,209)
#D6E8DC
(214,232,220)
#E1EDE7
(225,237,231)
#ECF2F2
(236,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7EC084; }

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

This text font color is #7EC084.


Background Color

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

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

This div background color is #7EC084.


Border color

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

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

This div border color is #7EC084.


Opacity

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

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

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

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

This text has shadow with #7EC084 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EC084 on black background.


Color preview on white background

This text has color #7EC084 on white background.



Black color preview on #7EC084 background

This text has black color on #7EC084 background.


White color preview on #7EC084 background

This text has white color on #7EC084 background.