COLOR #7EA089

HEX: #7EA089
RGB: (126,160,137)

Color info

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

RGB color model

#7EA089 color RGB value is (126,160,137).

  • red value is 126;
  • green value is 160;
  • blue value is 137.
RGB:
(126,160,137)
(49%,63%,54%)

RGB channels and saturation

R 126 of 255 = 49%
G 160 of 255 = 63%
B 137 of 255 = 54%

126
160
137

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

Portions of RGB colors in percentages

R + G + B =
126 + 160 + 137 = 423 (100%)
R 126 of 423 ~ 29.79%
G 160 of 423 ~ 37.83%
B 137 of 423 ~ 32.39%

%29.79
%37.83
%32.39

CMYK color model

#7EA089 color CMYK value is (21,0,14,37).

  • cyan value is 21.25%
  • magenta value is 0.00%
  • yellow value is 14.38%
  • key color value is 37.25%
CMYK:
(21,0,14,37)
C21M0Y14K37 
(21%,0%,14%,37%)
(0.21/0.00/0.14/0.37)	

CMYK percentages

%21.25
%0
%14.38
%37.25

Codes

Color #7EA089 in popluar color models

7EA089
RGB126160137
HSL139°15.18%56.08%
HSB/HSV139°21.25%62.75%
CMYK21.25%0.00%14.38%
37.25%

Color #7EA089 in popluar number systems.

HEX7EA089
Decimal126160137
Binary11111101010000010001001
Octal176240211

Shades and tints

Shades of #7EA089

#7EA089
(126,160,137)
#73927D
(115,146,125)
#688471
(104,132,113)
#5D7665
(93,118,101)
#526859
(82,104,89)
#475A4D
(71,90,77)
#3C4C41
(60,76,65)
#313E35
(49,62,53)
#263029
(38,48,41)
#1B221D
(27,34,29)
#101411
(16,20,17)
#000000
(0,0,0)

Tints of #7EA089

#7EA089
(126,160,137)
#89A893
(137,168,147)
#94B09D
(148,176,157)
#9FB8A7
(159,184,167)
#AAC0B1
(170,192,177)
#B5C8BB
(181,200,187)
#C0D0C5
(192,208,197)
#CBD8CF
(203,216,207)
#D6E0D9
(214,224,217)
#E1E8E3
(225,232,227)
#ECF0ED
(236,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7EA089 color. Also use rgb(126,160,137) instead hex code.

Text Font Color

.myTextColor { color: #7EA089; }

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

This text font color is #7EA089.


Background Color

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

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

This div background color is #7EA089.


Border color

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

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

This div border color is #7EA089.


Opacity

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

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

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

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

This text has shadow with #7EA089 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EA089 on black background.


Color preview on white background

This text has color #7EA089 on white background.



Black color preview on #7EA089 background

This text has black color on #7EA089 background.


White color preview on #7EA089 background

This text has white color on #7EA089 background.