COLOR #7EDC86

HEX: #7EDC86
RGB: (126,220,134)

Color info

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

RGB color model

#7EDC86 color RGB value is (126,220,134).

  • red value is 126;
  • green value is 220;
  • blue value is 134.
RGB:
(126,220,134)
(49%,86%,53%)

RGB channels and saturation

R 126 of 255 = 49%
G 220 of 255 = 86%
B 134 of 255 = 53%

126
220
134

R + G + B ~ 63%. #7EDC86 is quite light color.

Portions of RGB colors in percentages

R + G + B =
126 + 220 + 134 = 480 (100%)
R 126 of 480 ~ 26.25%
G 220 of 480 ~ 45.83%
B 134 of 480 ~ 27.92%

%26.25
%45.83
%27.92

CMYK color model

#7EDC86 color CMYK value is (43,0,39,14).

  • cyan value is 42.73%
  • magenta value is 0.00%
  • yellow value is 39.09%
  • key color value is 13.73%
CMYK:
(43,0,39,14)
C43M0Y39K14 
(43%,0%,39%,14%)
(0.43/0.00/0.39/0.14)	

CMYK percentages

%42.73
%0
%39.09
%13.73

Codes

Color #7EDC86 in popluar color models

7EDC86
RGB126220134
HSL125°57.32%67.84%
HSB/HSV125°42.73%86.27%
CMYK42.73%0.00%39.09%
13.73%

Color #7EDC86 in popluar number systems.

HEX7EDC86
Decimal126220134
Binary11111101101110010000110
Octal176334206

Shades and tints

Shades of #7EDC86

#7EDC86
(126,220,134)
#73C87A
(115,200,122)
#68B46E
(104,180,110)
#5DA062
(93,160,98)
#528C56
(82,140,86)
#47784A
(71,120,74)
#3C643E
(60,100,62)
#315032
(49,80,50)
#263C26
(38,60,38)
#1B281A
(27,40,26)
#10140E
(16,20,14)
#000000
(0,0,0)

Tints of #7EDC86

#7EDC86
(126,220,134)
#89DF91
(137,223,145)
#94E29C
(148,226,156)
#9FE5A7
(159,229,167)
#AAE8B2
(170,232,178)
#B5EBBD
(181,235,189)
#C0EEC8
(192,238,200)
#CBF1D3
(203,241,211)
#D6F4DE
(214,244,222)
#E1F7E9
(225,247,233)
#ECFAF4
(236,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7EDC86 color. Also use rgb(126,220,134) instead hex code.

Text Font Color

.myTextColor { color: #7EDC86; }

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

This text font color is #7EDC86.


Background Color

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

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

This div background color is #7EDC86.


Border color

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

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

This div border color is #7EDC86.


Opacity

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

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

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

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

This text has shadow with #7EDC86 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EDC86 on black background.


Color preview on white background

This text has color #7EDC86 on white background.



Black color preview on #7EDC86 background

This text has black color on #7EDC86 background.


White color preview on #7EDC86 background

This text has white color on #7EDC86 background.