COLOR #7EA597

HEX: #7EA597
RGB: (126,165,151)

Color info

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

RGB color model

#7EA597 color RGB value is (126,165,151).

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

RGB channels and saturation

R 126 of 255 = 49%
G 165 of 255 = 65%
B 151 of 255 = 59%

126
165
151

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

Portions of RGB colors in percentages

R + G + B =
126 + 165 + 151 = 442 (100%)
R 126 of 442 ~ 28.51%
G 165 of 442 ~ 37.33%
B 151 of 442 ~ 34.16%

%28.51
%37.33
%34.16

CMYK color model

#7EA597 color CMYK value is (24,0,8,35).

  • cyan value is 23.64%
  • magenta value is 0.00%
  • yellow value is 8.48%
  • key color value is 35.29%
CMYK:
(24,0,8,35)
C24M0Y8K35 
(24%,0%,8%,35%)
(0.24/0.00/0.08/0.35)	

CMYK percentages

%23.64
%0
%8.48
%35.29

Codes

Color #7EA597 in popluar color models

7EA597
RGB126165151
HSL158°17.81%57.06%
HSB/HSV158°23.64%64.71%
CMYK23.64%0.00%8.48%
35.29%

Color #7EA597 in popluar number systems.

HEX7EA597
Decimal126165151
Binary11111101010010110010111
Octal176245227

Shades and tints

Shades of #7EA597

#7EA597
(126,165,151)
#73968A
(115,150,138)
#68877D
(104,135,125)
#5D7870
(93,120,112)
#526963
(82,105,99)
#475A56
(71,90,86)
#3C4B49
(60,75,73)
#313C3C
(49,60,60)
#262D2F
(38,45,47)
#1B1E22
(27,30,34)
#100F15
(16,15,21)
#000000
(0,0,0)

Tints of #7EA597

#7EA597
(126,165,151)
#89ADA0
(137,173,160)
#94B5A9
(148,181,169)
#9FBDB2
(159,189,178)
#AAC5BB
(170,197,187)
#B5CDC4
(181,205,196)
#C0D5CD
(192,213,205)
#CBDDD6
(203,221,214)
#D6E5DF
(214,229,223)
#E1EDE8
(225,237,232)
#ECF5F1
(236,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7EA597; }

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

This text font color is #7EA597.


Background Color

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

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

This div background color is #7EA597.


Border color

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

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

This div border color is #7EA597.


Opacity

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

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

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

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

This text has shadow with #7EA597 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EA597 on black background.


Color preview on white background

This text has color #7EA597 on white background.



Black color preview on #7EA597 background

This text has black color on #7EA597 background.


White color preview on #7EA597 background

This text has white color on #7EA597 background.