COLOR #7EDC92

HEX: #7EDC92 RGB: (126,220,146)

Color info

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

RGB color model

#7EDC92 color RGB value is (126,220,146).

RGB: (126,220,146) (49%, 86%, 57%)

RGB channels and saturation

R 126 of 255 = 49%
G 220 of 255 = 86%
B 146 of 255 = 57%

126
220
146

R + G + B ~ 64%. #7EDC92 is quite light color.

Portions of RGB colors in percentages

R + G + B = 126 + 220 + 146 = 492 (100%)
R 126 of 492 ~ 25.61%
G 220 of 492 ~ 44.72%
B 146 of 492 ~ 29.67'%

%25.61
%44.72
%29.67

CMYK color model

#7EDC92 color CMYK value is (43,0,34,14).

  • cyan value is 42.73%
  • magenta value is 0.00%
  • yellow value is 33.64%
  • key color value is 13.73%

CMYK: (43,0,34,14)
C43M0Y34K14 (43%, 0%, 34%, 14%)
(0.43 / 0.00 / 0.34 / 0.14)

CMYK percentages

%42.73
%0
%33.64
%13.73

Codes

Color #7EDC92 in popluar color models

7E DC 92
RGB 126 220 146
HSL 133° 57.32% 67.84%
HSB/HSV 133° 42.73% 86.27%
CMYK 42.73% 0.00% 33.64%
13.73%

Color #7EDC92 in popluar number systems.

HEX 7E DC 92
Decimal 126 220 146
Binary 1111110 11011100 10010010
Octal 176 334 222

Shades and tints

Shades of #7EDC92

#7EDC92
(126,220,146)
#73C885
(115,200,133)
#68B478
(104,180,120)
#5DA06B
(93,160,107)
#528C5E
(82,140,94)
#477851
(71,120,81)
#3C6444
(60,100,68)
#315037
(49,80,55)
#263C2A
(38,60,42)
#1B281D
(27,40,29)
#101410
(16,20,16)
#000000
(0,0,0)

Tints of #7EDC92

#7EDC92
(126,220,146)
#89DF9B
(137,223,155)
#94E2A4
(148,226,164)
#9FE5AD
(159,229,173)
#AAE8B6
(170,232,182)
#B5EBBF
(181,235,191)
#C0EEC8
(192,238,200)
#CBF1D1
(203,241,209)
#D6F4DA
(214,244,218)
#E1F7E3
(225,247,227)
#ECFAEC
(236,250,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7EDC92; }

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

This text font color is #7EDC92.

Background Color

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

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

This div background color is #7EDC92.

Border color

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

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

This div border color is #7EDC92.

Opacity

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

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

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

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

This text has shadow with #7EDC92 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7EDC92.

Preview

Color preview on black background

This text has color #7EDC92 on black background.


Color preview on white background

This text has color #7EDC92 on white background.


Black color preview on #7EDC92 background

This text has black color on #7EDC92 background.


White color preview on #7EDC92 background

This text has white color on #7EDC92 background.


Related colors

Complementary color

Complementary color for #hex is #81236D.


I love getcolorcode.com

Triadic colors

1 #927EDC and #DC927E with #7EDC92 are triadic colors.

2 #92DC7E and #DC7E92 with #7EDC92 are triadic colors.