COLOR #7EA395

HEX: #7EA395
RGB: (126,163,149)

Color info

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

RGB color model

#7EA395 color RGB value is (126,163,149).

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

RGB channels and saturation

R 126 of 255 = 49%
G 163 of 255 = 64%
B 149 of 255 = 58%

126
163
149

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

Portions of RGB colors in percentages

R + G + B =
126 + 163 + 149 = 438 (100%)
R 126 of 438 ~ 28.77%
G 163 of 438 ~ 37.21%
B 149 of 438 ~ 34.02%

%28.77
%37.21
%34.02

CMYK color model

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

  • cyan value is 22.70%
  • magenta value is 0.00%
  • yellow value is 8.59%
  • key color value is 36.08%
CMYK:
(23,0,9,36)
C23M0Y9K36 
(23%,0%,9%,36%)
(0.23/0.00/0.09/0.36)	

CMYK percentages

%22.7
%0
%8.59
%36.08

Codes

Color #7EA395 in popluar color models

7EA395
RGB126163149
HSL157°16.74%56.67%
HSB/HSV157°22.70%63.92%
CMYK22.70%0.00%8.59%
36.08%

Color #7EA395 in popluar number systems.

HEX7EA395
Decimal126163149
Binary11111101010001110010101
Octal176243225

Shades and tints

Shades of #7EA395

#7EA395
(126,163,149)
#739588
(115,149,136)
#68877B
(104,135,123)
#5D796E
(93,121,110)
#526B61
(82,107,97)
#475D54
(71,93,84)
#3C4F47
(60,79,71)
#31413A
(49,65,58)
#26332D
(38,51,45)
#1B2520
(27,37,32)
#101713
(16,23,19)
#000000
(0,0,0)

Tints of #7EA395

#7EA395
(126,163,149)
#89AB9E
(137,171,158)
#94B3A7
(148,179,167)
#9FBBB0
(159,187,176)
#AAC3B9
(170,195,185)
#B5CBC2
(181,203,194)
#C0D3CB
(192,211,203)
#CBDBD4
(203,219,212)
#D6E3DD
(214,227,221)
#E1EBE6
(225,235,230)
#ECF3EF
(236,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7EA395; }

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

This text font color is #7EA395.


Background Color

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

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

This div background color is #7EA395.


Border color

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

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

This div border color is #7EA395.


Opacity

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

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

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

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

This text has shadow with #7EA395 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EA395 on black background.


Color preview on white background

This text has color #7EA395 on white background.



Black color preview on #7EA395 background

This text has black color on #7EA395 background.


White color preview on #7EA395 background

This text has white color on #7EA395 background.