COLOR #7EA497

HEX: #7EA497
RGB: (126,164,151)

Color info

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

RGB color model

#7EA497 color RGB value is (126,164,151).

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

RGB channels and saturation

R 126 of 255 = 49%
G 164 of 255 = 64%
B 151 of 255 = 59%

126
164
151

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

Portions of RGB colors in percentages

R + G + B =
126 + 164 + 151 = 441 (100%)
R 126 of 441 ~ 28.57%
G 164 of 441 ~ 37.19%
B 151 of 441 ~ 34.24%

%28.57
%37.19
%34.24

CMYK color model

#7EA497 color CMYK value is (23,0,8,36).

  • cyan value is 23.17%
  • magenta value is 0.00%
  • yellow value is 7.93%
  • key color value is 35.69%
CMYK:
(23,0,8,36)
C23M0Y8K36 
(23%,0%,8%,36%)
(0.23/0.00/0.08/0.36)	

CMYK percentages

%23.17
%0
%7.93
%35.69

Codes

Color #7EA497 in popluar color models

7EA497
RGB126164151
HSL159°17.27%56.86%
HSB/HSV159°23.17%64.31%
CMYK23.17%0.00%7.93%
35.69%

Color #7EA497 in popluar number systems.

HEX7EA497
Decimal126164151
Binary11111101010010010010111
Octal176244227

Shades and tints

Shades of #7EA497

#7EA497
(126,164,151)
#73968A
(115,150,138)
#68887D
(104,136,125)
#5D7A70
(93,122,112)
#526C63
(82,108,99)
#475E56
(71,94,86)
#3C5049
(60,80,73)
#31423C
(49,66,60)
#26342F
(38,52,47)
#1B2622
(27,38,34)
#101815
(16,24,21)
#000000
(0,0,0)

Tints of #7EA497

#7EA497
(126,164,151)
#89ACA0
(137,172,160)
#94B4A9
(148,180,169)
#9FBCB2
(159,188,178)
#AAC4BB
(170,196,187)
#B5CCC4
(181,204,196)
#C0D4CD
(192,212,205)
#CBDCD6
(203,220,214)
#D6E4DF
(214,228,223)
#E1ECE8
(225,236,232)
#ECF4F1
(236,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7EA497; }

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

This text font color is #7EA497.


Background Color

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

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

This div background color is #7EA497.


Border color

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

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

This div border color is #7EA497.


Opacity

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

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

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

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

This text has shadow with #7EA497 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EA497 on black background.


Color preview on white background

This text has color #7EA497 on white background.



Black color preview on #7EA497 background

This text has black color on #7EA497 background.


White color preview on #7EA497 background

This text has white color on #7EA497 background.