COLOR #7EDA8A

HEX: #7EDA8A RGB: (126,218,138)

Color info

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

RGB color model

#7EDA8A color RGB value is (126,218,138).

RGB: (126,218,138) (49%, 85%, 54%)

RGB channels and saturation

R 126 of 255 = 49%
G 218 of 255 = 85%
B 138 of 255 = 54%

126
218
138

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

Portions of RGB colors in percentages

R + G + B = 126 + 218 + 138 = 482 (100%)
R 126 of 482 ~ 26.14%
G 218 of 482 ~ 45.23%
B 138 of 482 ~ 28.63'%

%26.14
%45.23
%28.63

CMYK color model

#7EDA8A color CMYK value is (42,0,37,15).

  • cyan value is 42.20%
  • magenta value is 0.00%
  • yellow value is 36.70%
  • key color value is 14.51%

CMYK: (42,0,37,15)
C42M0Y37K15 (42%, 0%, 37%, 15%)
(0.42 / 0.00 / 0.37 / 0.15)

CMYK percentages

%42.2
%0
%36.7
%14.51

Codes

Color #7EDA8A in popluar color models

7E DA 8A
RGB 126 218 138
HSL 128° 55.42% 67.45%
HSB/HSV 128° 42.20% 85.49%
CMYK 42.20% 0.00% 36.70%
14.51%

Color #7EDA8A in popluar number systems.

HEX 7E DA 8A
Decimal 126 218 138
Binary 1111110 11011010 10001010
Octal 176 332 212

Shades and tints

Shades of #7EDA8A

#7EDA8A
(126,218,138)
#73C77E
(115,199,126)
#68B472
(104,180,114)
#5DA166
(93,161,102)
#528E5A
(82,142,90)
#477B4E
(71,123,78)
#3C6842
(60,104,66)
#315536
(49,85,54)
#26422A
(38,66,42)
#1B2F1E
(27,47,30)
#101C12
(16,28,18)
#000000
(0,0,0)

Tints of #7EDA8A

#7EDA8A
(126,218,138)
#89DD94
(137,221,148)
#94E09E
(148,224,158)
#9FE3A8
(159,227,168)
#AAE6B2
(170,230,178)
#B5E9BC
(181,233,188)
#C0ECC6
(192,236,198)
#CBEFD0
(203,239,208)
#D6F2DA
(214,242,218)
#E1F5E4
(225,245,228)
#ECF8EE
(236,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7EDA8A color. Also use rgb(126,218,138) instead hex code.

Text Font Color

.myTextColor { color: #7EDA8A; }

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

This text font color is #7EDA8A.

Background Color

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

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

This div background color is #7EDA8A.

Border color

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

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

This div border color is #7EDA8A.

Opacity

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

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

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

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

This text has shadow with #7EDA8A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7EDA8A.

Preview

Color preview on black background

This text has color #7EDA8A on black background.


Color preview on white background

This text has color #7EDA8A on white background.


Black color preview on #7EDA8A background

This text has black color on #7EDA8A background.


White color preview on #7EDA8A background

This text has white color on #7EDA8A background.


Related colors

Complementary color

Complementary color for #hex is #812575.


I love getcolorcode.com

Triadic colors

1 #8A7EDA and #DA8A7E with #7EDA8A are triadic colors.

2 #8ADA7E and #DA7E8A with #7EDA8A are triadic colors.