COLOR #7EC953

HEX: #7EC953
RGB: (126,201,83)

Color info

#7EC953 contains mainly green color. Web safe color of #7EC953 is #66CC66 (or #6C6).

RGB color model

#7EC953 color RGB value is (126,201,83).

  • red value is 126;
  • green value is 201;
  • blue value is 83.
RGB:
(126,201,83)
(49%,79%,33%)

RGB channels and saturation

R 126 of 255 = 49%
G 201 of 255 = 79%
B 83 of 255 = 33%

126
201
83

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

Portions of RGB colors in percentages

R + G + B =
126 + 201 + 83 = 410 (100%)
R 126 of 410 ~ 30.73%
G 201 of 410 ~ 49.02%
B 83 of 410 ~ 20.24%

%30.73
%49.02
%20.24

CMYK color model

#7EC953 color CMYK value is (37,0,59,21).

  • cyan value is 37.31%
  • magenta value is 0.00%
  • yellow value is 58.71%
  • key color value is 21.18%
CMYK:
(37,0,59,21)
C37M0Y59K21 
(37%,0%,59%,21%)
(0.37/0.00/0.59/0.21)	

CMYK percentages

%37.31
%0
%58.71
%21.18

Codes

Color #7EC953 in popluar color models

7EC953
RGB12620183
HSL98°52.21%55.69%
HSB/HSV98°58.71%78.82%
CMYK37.31%0.00%58.71%
21.18%

Color #7EC953 in popluar number systems.

HEX7EC953
Decimal12620183
Binary1111110110010011010011
Octal176311123

Shades and tints

Shades of #7EC953

#7EC953
(126,201,83)
#73B74C
(115,183,76)
#68A545
(104,165,69)
#5D933E
(93,147,62)
#528137
(82,129,55)
#476F30
(71,111,48)
#3C5D29
(60,93,41)
#314B22
(49,75,34)
#26391B
(38,57,27)
#1B2714
(27,39,20)
#10150D
(16,21,13)
#000000
(0,0,0)

Tints of #7EC953

#7EC953
(126,201,83)
#89CD62
(137,205,98)
#94D171
(148,209,113)
#9FD580
(159,213,128)
#AAD98F
(170,217,143)
#B5DD9E
(181,221,158)
#C0E1AD
(192,225,173)
#CBE5BC
(203,229,188)
#D6E9CB
(214,233,203)
#E1EDDA
(225,237,218)
#ECF1E9
(236,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7EC953 color. Also use rgb(126,201,83) instead hex code.

Text Font Color

.myTextColor { color: #7EC953; }

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

This text font color is #7EC953.


Background Color

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

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

This div background color is #7EC953.


Border color

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

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

This div border color is #7EC953.


Opacity

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

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

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

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

This text has shadow with #7EC953 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EC953 on black background.


Color preview on white background

This text has color #7EC953 on white background.



Black color preview on #7EC953 background

This text has black color on #7EC953 background.


White color preview on #7EC953 background

This text has white color on #7EC953 background.