COLOR #7EA390

HEX: #7EA390
RGB: (126,163,144)

Color info

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

RGB color model

#7EA390 color RGB value is (126,163,144).

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

RGB channels and saturation

R 126 of 255 = 49%
G 163 of 255 = 64%
B 144 of 255 = 56%

126
163
144

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

Portions of RGB colors in percentages

R + G + B =
126 + 163 + 144 = 433 (100%)
R 126 of 433 ~ 29.1%
G 163 of 433 ~ 37.64%
B 144 of 433 ~ 33.26%

%29.1
%37.64
%33.26

CMYK color model

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

  • cyan value is 22.70%
  • magenta value is 0.00%
  • yellow value is 11.66%
  • key color value is 36.08%
CMYK:
(23,0,12,36)
C23M0Y12K36 
(23%,0%,12%,36%)
(0.23/0.00/0.12/0.36)	

CMYK percentages

%22.7
%0
%11.66
%36.08

Codes

Color #7EA390 in popluar color models

7EA390
RGB126163144
HSL149°16.74%56.67%
HSB/HSV149°22.70%63.92%
CMYK22.70%0.00%11.66%
36.08%

Color #7EA390 in popluar number systems.

HEX7EA390
Decimal126163144
Binary11111101010001110010000
Octal176243220

Shades and tints

Shades of #7EA390

#7EA390
(126,163,144)
#739583
(115,149,131)
#688776
(104,135,118)
#5D7969
(93,121,105)
#526B5C
(82,107,92)
#475D4F
(71,93,79)
#3C4F42
(60,79,66)
#314135
(49,65,53)
#263328
(38,51,40)
#1B251B
(27,37,27)
#10170E
(16,23,14)
#000000
(0,0,0)

Tints of #7EA390

#7EA390
(126,163,144)
#89AB9A
(137,171,154)
#94B3A4
(148,179,164)
#9FBBAE
(159,187,174)
#AAC3B8
(170,195,184)
#B5CBC2
(181,203,194)
#C0D3CC
(192,211,204)
#CBDBD6
(203,219,214)
#D6E3E0
(214,227,224)
#E1EBEA
(225,235,234)
#ECF3F4
(236,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7EA390; }

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

This text font color is #7EA390.


Background Color

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

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

This div background color is #7EA390.


Border color

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

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

This div border color is #7EA390.


Opacity

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

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

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

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

This text has shadow with #7EA390 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EA390 on black background.


Color preview on white background

This text has color #7EA390 on white background.



Black color preview on #7EA390 background

This text has black color on #7EA390 background.


White color preview on #7EA390 background

This text has white color on #7EA390 background.