COLOR #7EA994

HEX: #7EA994 RGB: (126,169,148)

Color info

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

RGB color model

#7EA994 color RGB value is (126,169,148).

RGB: (126,169,148) (49%, 66%, 58%)

RGB channels and saturation

R 126 of 255 = 49%
G 169 of 255 = 66%
B 148 of 255 = 58%

126
169
148

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

Portions of RGB colors in percentages

R + G + B = 126 + 169 + 148 = 443 (100%)
R 126 of 443 ~ 28.44%
G 169 of 443 ~ 38.15%
B 148 of 443 ~ 33.41'%

%28.44
%38.15
%33.41

CMYK color model

#7EA994 color CMYK value is (25,0,12,34).

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

CMYK: (25,0,12,34)
C25M0Y12K34 (25%, 0%, 12%, 34%)
(0.25 / 0.00 / 0.12 / 0.34)

CMYK percentages

%25.44
%0
%12.43
%33.73

Codes

Color #7EA994 in popluar color models

7E A9 94
RGB 126 169 148
HSL 151° 20.00% 57.84%
HSB/HSV 151° 25.44% 66.27%
CMYK 25.44% 0.00% 12.43%
33.73%

Color #7EA994 in popluar number systems.

HEX 7E A9 94
Decimal 126 169 148
Binary 1111110 10101001 10010100
Octal 176 251 224

Shades and tints

Shades of #7EA994

#7EA994
(126,169,148)
#739A87
(115,154,135)
#688B7A
(104,139,122)
#5D7C6D
(93,124,109)
#526D60
(82,109,96)
#475E53
(71,94,83)
#3C4F46
(60,79,70)
#314039
(49,64,57)
#26312C
(38,49,44)
#1B221F
(27,34,31)
#101312
(16,19,18)
#000000
(0,0,0)

Tints of #7EA994

#7EA994
(126,169,148)
#89B09D
(137,176,157)
#94B7A6
(148,183,166)
#9FBEAF
(159,190,175)
#AAC5B8
(170,197,184)
#B5CCC1
(181,204,193)
#C0D3CA
(192,211,202)
#CBDAD3
(203,218,211)
#D6E1DC
(214,225,220)
#E1E8E5
(225,232,229)
#ECEFEE
(236,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7EA994; }

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

This text font color is #7EA994.

Background Color

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

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

This div background color is #7EA994.

Border color

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

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

This div border color is #7EA994.

Opacity

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

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

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

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

This text has shadow with #7EA994 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7EA994.

Preview

Color preview on black background

This text has color #7EA994 on black background.


Color preview on white background

This text has color #7EA994 on white background.


Black color preview on #7EA994 background

This text has black color on #7EA994 background.


White color preview on #7EA994 background

This text has white color on #7EA994 background.


Related colors

Complementary color

Complementary color for #hex is #81566B.


I love getcolorcode.com

Triadic colors

1 #947EA9 and #A9947E with #7EA994 are triadic colors.

2 #94A97E and #A97E94 with #7EA994 are triadic colors.