COLOR #7EA396

HEX: #7EA396
RGB: (126,163,150)

Color info

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

RGB color model

#7EA396 color RGB value is (126,163,150).

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

RGB channels and saturation

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

126
163
150

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

Portions of RGB colors in percentages

R + G + B =
126 + 163 + 150 = 439 (100%)
R 126 of 439 ~ 28.7%
G 163 of 439 ~ 37.13%
B 150 of 439 ~ 34.17%

%28.7
%37.13
%34.17

CMYK color model

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

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

CMYK percentages

%22.7
%0
%7.98
%36.08

Codes

Color #7EA396 in popluar color models

7EA396
RGB126163150
HSL159°16.74%56.67%
HSB/HSV159°22.70%63.92%
CMYK22.70%0.00%7.98%
36.08%

Color #7EA396 in popluar number systems.

HEX7EA396
Decimal126163150
Binary11111101010001110010110
Octal176243226

Shades and tints

Shades of #7EA396

#7EA396
(126,163,150)
#739589
(115,149,137)
#68877C
(104,135,124)
#5D796F
(93,121,111)
#526B62
(82,107,98)
#475D55
(71,93,85)
#3C4F48
(60,79,72)
#31413B
(49,65,59)
#26332E
(38,51,46)
#1B2521
(27,37,33)
#101714
(16,23,20)
#000000
(0,0,0)

Tints of #7EA396

#7EA396
(126,163,150)
#89AB9F
(137,171,159)
#94B3A8
(148,179,168)
#9FBBB1
(159,187,177)
#AAC3BA
(170,195,186)
#B5CBC3
(181,203,195)
#C0D3CC
(192,211,204)
#CBDBD5
(203,219,213)
#D6E3DE
(214,227,222)
#E1EBE7
(225,235,231)
#ECF3F0
(236,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7EA396; }

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

This text font color is #7EA396.


Background Color

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

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

This div background color is #7EA396.


Border color

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

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

This div border color is #7EA396.


Opacity

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

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

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

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

This text has shadow with #7EA396 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EA396 on black background.


Color preview on white background

This text has color #7EA396 on white background.



Black color preview on #7EA396 background

This text has black color on #7EA396 background.


White color preview on #7EA396 background

This text has white color on #7EA396 background.