COLOR #7EA494

HEX: #7EA494
RGB: (126,164,148)

Color info

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

RGB color model

#7EA494 color RGB value is (126,164,148).

  • red value is 126;
  • green value is 164;
  • blue value is 148.
RGB: (126,164,148) (49%,64%,58%)

RGB channels and saturation

R 126 of 255 = 49%
G 164 of 255 = 64%
B 148 of 255 = 58%

126
164
148

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

Portions of RGB colors in percentages

R + G + B =
126 + 164 + 148 = 438 (100%)
R 126 of 438 ~ 28.77%
G 164 of 438 ~ 37.44%
B 148 of 438 ~ 33.79%

%28.77
%37.44
%33.79

CMYK color model

#7EA494 color CMYK value is (23,0,10,36).

  • cyan value is 23.17%
  • magenta value is 0.00%
  • yellow value is 9.76%
  • key color value is 35.69%
CMYK: (23,0,10,36) C23M0Y10K36 (23%,0%,10%,36%) (0.23/0.00/0.10/0.36)

CMYK percentages

%23.17
%0
%9.76
%35.69

Codes

Color #7EA494 in popluar color models

7EA494
RGB126164148
HSL155°17.27%56.86%
HSB/HSV155°23.17%64.31%
CMYK23.17%0.00%9.76%
35.69%

Color #7EA494 in popluar number systems.

HEX7EA494
Decimal126164148
Binary11111101010010010010100
Octal176244224

Shades and tints

Shades of #7EA494

#7EA494
(126,164,148)
#739687
(115,150,135)
#68887A
(104,136,122)
#5D7A6D
(93,122,109)
#526C60
(82,108,96)
#475E53
(71,94,83)
#3C5046
(60,80,70)
#314239
(49,66,57)
#26342C
(38,52,44)
#1B261F
(27,38,31)
#101812
(16,24,18)
#000000
(0,0,0)

Tints of #7EA494

#7EA494
(126,164,148)
#89AC9D
(137,172,157)
#94B4A6
(148,180,166)
#9FBCAF
(159,188,175)
#AAC4B8
(170,196,184)
#B5CCC1
(181,204,193)
#C0D4CA
(192,212,202)
#CBDCD3
(203,220,211)
#D6E4DC
(214,228,220)
#E1ECE5
(225,236,229)
#ECF4EE
(236,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7EA494; }

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

This text font color is #7EA494.


Background Color

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

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

This div background color is #7EA494.


Border color

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

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

This div border color is #7EA494.


Opacity

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

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

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

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

This text has shadow with #7EA494 color.

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

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

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


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

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

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


Div box shadow color

 /* css code */ .divShadow { -moz-box-shadow:	1px 1px 3px 2px #7EA494; -webkit-box-shadow:	1px 1px 3px 2px #7EA494; box-shadow:	1px 1px 3px 2px #7EA494; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #7EA494; -webkit-box-shadow: 1px 1px 3px 2px #7EA494; box-shadow:1px 1px 3px 2px #7EA494;">
Div content here</div>
This div box has shadow with color #7EA494.

Preview

Color preview on black background

This text has color #7EA494 on black background.


Color preview on white background

This text has color #7EA494 on white background.



Black color preview on #7EA494 background

This text has black color on #7EA494 background.


White color preview on #7EA494 background

This text has white color on #7EA494 background.