COLOR #7EA991

HEX: #7EA991 RGB: (126,169,145)

Color info

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

RGB color model

#7EA991 color RGB value is (126,169,145).

RGB: (126,169,145) (49%, 66%, 57%)

RGB channels and saturation

R 126 of 255 = 49%
G 169 of 255 = 66%
B 145 of 255 = 57%

126
169
145

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

Portions of RGB colors in percentages

R + G + B = 126 + 169 + 145 = 440 (100%)
R 126 of 440 ~ 28.64%
G 169 of 440 ~ 38.41%
B 145 of 440 ~ 32.95'%

%28.64
%38.41
%32.95

CMYK color model

#7EA991 color CMYK value is (25,0,14,34).

  • cyan value is 25.44%
  • magenta value is 0.00%
  • yellow value is 14.20%
  • key color value is 33.73%

CMYK: (25,0,14,34)
C25M0Y14K34 (25%, 0%, 14%, 34%)
(0.25 / 0.00 / 0.14 / 0.34)

CMYK percentages

%25.44
%0
%14.2
%33.73

Codes

Color #7EA991 in popluar color models

7E A9 91
RGB 126 169 145
HSL 147° 20.00% 57.84%
HSB/HSV 147° 25.44% 66.27%
CMYK 25.44% 0.00% 14.20%
33.73%

Color #7EA991 in popluar number systems.

HEX 7E A9 91
Decimal 126 169 145
Binary 1111110 10101001 10010001
Octal 176 251 221

Shades and tints

Shades of #7EA991

#7EA991
(126,169,145)
#739A84
(115,154,132)
#688B77
(104,139,119)
#5D7C6A
(93,124,106)
#526D5D
(82,109,93)
#475E50
(71,94,80)
#3C4F43
(60,79,67)
#314036
(49,64,54)
#263129
(38,49,41)
#1B221C
(27,34,28)
#10130F
(16,19,15)
#000000
(0,0,0)

Tints of #7EA991

#7EA991
(126,169,145)
#89B09B
(137,176,155)
#94B7A5
(148,183,165)
#9FBEAF
(159,190,175)
#AAC5B9
(170,197,185)
#B5CCC3
(181,204,195)
#C0D3CD
(192,211,205)
#CBDAD7
(203,218,215)
#D6E1E1
(214,225,225)
#E1E8EB
(225,232,235)
#ECEFF5
(236,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7EA991 color. Also use rgb(126,169,145) instead hex code.

Text Font Color

.myTextColor { color: #7EA991; }

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

This text font color is #7EA991.

Background Color

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

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

This div background color is #7EA991.

Border color

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

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

This div border color is #7EA991.

Opacity

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

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

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

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

This text has shadow with #7EA991 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7EA991.

Preview

Color preview on black background

This text has color #7EA991 on black background.


Color preview on white background

This text has color #7EA991 on white background.


Black color preview on #7EA991 background

This text has black color on #7EA991 background.


White color preview on #7EA991 background

This text has white color on #7EA991 background.


Related colors

Complementary color

Complementary color for #hex is #81566E.


I love getcolorcode.com

Triadic colors

1 #917EA9 and #A9917E with #7EA991 are triadic colors.

2 #91A97E and #A97E91 with #7EA991 are triadic colors.