COLOR #7EA68E

HEX: #7EA68E RGB: (126,166,142)

Color info

#7EA68E contains red, green and blue colors in about the same proportion. Web safe color of #7EA68E is #669999 (or #699).

RGB color model

#7EA68E color RGB value is (126,166,142).

RGB: (126,166,142) (49%, 65%, 56%)

RGB channels and saturation

R 126 of 255 = 49%
G 166 of 255 = 65%
B 142 of 255 = 56%

126
166
142

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

Portions of RGB colors in percentages

R + G + B = 126 + 166 + 142 = 434 (100%)
R 126 of 434 ~ 29.03%
G 166 of 434 ~ 38.25%
B 142 of 434 ~ 32.72'%

%29.03
%38.25
%32.72

CMYK color model

#7EA68E color CMYK value is (24,0,14,35).

  • cyan value is 24.10%
  • magenta value is 0.00%
  • yellow value is 14.46%
  • key color value is 34.90%
CMYK: (24,0,14,35) C24M0Y14K35 (24%,0%,14%,35%) (0.24/0.00/0.14/0.35) 

CMYK percentages

%24.1
%0
%14.46
%34.9

Codes

Color #7EA68E in popluar color models

7E A6 8E
RGB 126 166 142
HSL 144° 18.35% 57.25%
HSB/HSV 144° 24.10% 65.10%
CMYK 24.10% 0.00% 14.46%
34.90%

Color #7EA68E in popluar number systems.

HEX 7E A6 8E
Decimal 126 166 142
Binary 1111110 10100110 10001110
Octal 176 246 216

Shades and tints

Shades of #7EA68E

#7EA68E
(126,166,142)
#739782
(115,151,130)
#688876
(104,136,118)
#5D796A
(93,121,106)
#526A5E
(82,106,94)
#475B52
(71,91,82)
#3C4C46
(60,76,70)
#313D3A
(49,61,58)
#262E2E
(38,46,46)
#1B1F22
(27,31,34)
#101016
(16,16,22)
#000000
(0,0,0)

Tints of #7EA68E

#7EA68E
(126,166,142)
#89AE98
(137,174,152)
#94B6A2
(148,182,162)
#9FBEAC
(159,190,172)
#AAC6B6
(170,198,182)
#B5CEC0
(181,206,192)
#C0D6CA
(192,214,202)
#CBDED4
(203,222,212)
#D6E6DE
(214,230,222)
#E1EEE8
(225,238,232)
#ECF6F2
(236,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7EA68E color. Also use rgb(126,166,142) instead hex code.

Text Font Color

.myTextColor { color: #7EA68E; }

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

This text font color is #7EA68E.

Background Color

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

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

This div background color is #7EA68E.

Border color

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

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

This div border color is #7EA68E.

Opacity

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

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

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

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

This text has shadow with #7EA68E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7EA68E.

Preview

Color preview on black background

This text has color #7EA68E on black background.


Color preview on white background

This text has color #7EA68E on white background.


Black color preview on #7EA68E background

This text has black color on #7EA68E background.


White color preview on #7EA68E background

This text has white color on #7EA68E background.


Related colors

Complementary color

Complementary color for #hex is #815971.


I love getcolorcode.com

Triadic colors

1 #8E7EA6 and #A68E7E with #7EA68E are triadic colors.

2 #8EA67E and #A67E8E with #7EA68E are triadic colors.