COLOR #7EA397

HEX: #7EA397
RGB: (126,163,151)

Color info

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

RGB color model

#7EA397 color RGB value is (126,163,151).

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

RGB channels and saturation

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

126
163
151

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

Portions of RGB colors in percentages

R + G + B =
126 + 163 + 151 = 440 (100%)
R 126 of 440 ~ 28.64%
G 163 of 440 ~ 37.05%
B 151 of 440 ~ 34.32%

%28.64
%37.05
%34.32

CMYK color model

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

  • cyan value is 22.70%
  • magenta value is 0.00%
  • yellow value is 7.36%
  • key color value is 36.08%
CMYK:
(23,0,7,36)
C23M0Y7K36 
(23%,0%,7%,36%)
(0.23/0.00/0.07/0.36)	

CMYK percentages

%22.7
%0
%7.36
%36.08

Codes

Color #7EA397 in popluar color models

7EA397
RGB126163151
HSL161°16.74%56.67%
HSB/HSV161°22.70%63.92%
CMYK22.70%0.00%7.36%
36.08%

Color #7EA397 in popluar number systems.

HEX7EA397
Decimal126163151
Binary11111101010001110010111
Octal176243227

Shades and tints

Shades of #7EA397

#7EA397
(126,163,151)
#73958A
(115,149,138)
#68877D
(104,135,125)
#5D7970
(93,121,112)
#526B63
(82,107,99)
#475D56
(71,93,86)
#3C4F49
(60,79,73)
#31413C
(49,65,60)
#26332F
(38,51,47)
#1B2522
(27,37,34)
#101715
(16,23,21)
#000000
(0,0,0)

Tints of #7EA397

#7EA397
(126,163,151)
#89ABA0
(137,171,160)
#94B3A9
(148,179,169)
#9FBBB2
(159,187,178)
#AAC3BB
(170,195,187)
#B5CBC4
(181,203,196)
#C0D3CD
(192,211,205)
#CBDBD6
(203,219,214)
#D6E3DF
(214,227,223)
#E1EBE8
(225,235,232)
#ECF3F1
(236,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7EA397; }

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

This text font color is #7EA397.


Background Color

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

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

This div background color is #7EA397.


Border color

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

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

This div border color is #7EA397.


Opacity

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

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

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

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

This text has shadow with #7EA397 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EA397 on black background.


Color preview on white background

This text has color #7EA397 on white background.



Black color preview on #7EA397 background

This text has black color on #7EA397 background.


White color preview on #7EA397 background

This text has white color on #7EA397 background.