COLOR #7E9A89

HEX: #7E9A89
RGB: (126,154,137)

Color info

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

RGB color model

#7E9A89 color RGB value is (126,154,137).

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

RGB channels and saturation

R 126 of 255 = 49%
G 154 of 255 = 60%
B 137 of 255 = 54%

126
154
137

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

Portions of RGB colors in percentages

R + G + B =
126 + 154 + 137 = 417 (100%)
R 126 of 417 ~ 30.22%
G 154 of 417 ~ 36.93%
B 137 of 417 ~ 32.85%

%30.22
%36.93
%32.85

CMYK color model

#7E9A89 color CMYK value is (18,0,11,40).

  • cyan value is 18.18%
  • magenta value is 0.00%
  • yellow value is 11.04%
  • key color value is 39.61%
CMYK:
(18,0,11,40)
C18M0Y11K40 
(18%,0%,11%,40%)
(0.18/0.00/0.11/0.40)	

CMYK percentages

%18.18
%0
%11.04
%39.61

Codes

Color #7E9A89 in popluar color models

7E9A89
RGB126154137
HSL144°12.17%54.90%
HSB/HSV144°18.18%60.39%
CMYK18.18%0.00%11.04%
39.61%

Color #7E9A89 in popluar number systems.

HEX7E9A89
Decimal126154137
Binary11111101001101010001001
Octal176232211

Shades and tints

Shades of #7E9A89

#7E9A89
(126,154,137)
#738C7D
(115,140,125)
#687E71
(104,126,113)
#5D7065
(93,112,101)
#526259
(82,98,89)
#47544D
(71,84,77)
#3C4641
(60,70,65)
#313835
(49,56,53)
#262A29
(38,42,41)
#1B1C1D
(27,28,29)
#100E11
(16,14,17)
#000000
(0,0,0)

Tints of #7E9A89

#7E9A89
(126,154,137)
#89A393
(137,163,147)
#94AC9D
(148,172,157)
#9FB5A7
(159,181,167)
#AABEB1
(170,190,177)
#B5C7BB
(181,199,187)
#C0D0C5
(192,208,197)
#CBD9CF
(203,217,207)
#D6E2D9
(214,226,217)
#E1EBE3
(225,235,227)
#ECF4ED
(236,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E9A89; }

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

This text font color is #7E9A89.


Background Color

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

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

This div background color is #7E9A89.


Border color

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

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

This div border color is #7E9A89.


Opacity

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

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

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

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

This text has shadow with #7E9A89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E9A89 on black background.


Color preview on white background

This text has color #7E9A89 on white background.



Black color preview on #7E9A89 background

This text has black color on #7E9A89 background.


White color preview on #7E9A89 background

This text has white color on #7E9A89 background.