COLOR #7E9489

HEX: #7E9489
RGB: (126,148,137)

Color info

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

RGB color model

#7E9489 color RGB value is (126,148,137).

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

RGB channels and saturation

R 126 of 255 = 49%
G 148 of 255 = 58%
B 137 of 255 = 54%

126
148
137

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

Portions of RGB colors in percentages

R + G + B =
126 + 148 + 137 = 411 (100%)
R 126 of 411 ~ 30.66%
G 148 of 411 ~ 36.01%
B 137 of 411 ~ 33.33%

%30.66
%36.01
%33.33

CMYK color model

#7E9489 color CMYK value is (15,0,7,42).

  • cyan value is 14.86%
  • magenta value is 0.00%
  • yellow value is 7.43%
  • key color value is 41.96%
CMYK:
(15,0,7,42)
C15M0Y7K42 
(15%,0%,7%,42%)
(0.15/0.00/0.07/0.42)	

CMYK percentages

%14.86
%0
%7.43
%41.96

Codes

Color #7E9489 in popluar color models

7E9489
RGB126148137
HSL150°9.32%53.73%
HSB/HSV150°14.86%58.04%
CMYK14.86%0.00%7.43%
41.96%

Color #7E9489 in popluar number systems.

HEX7E9489
Decimal126148137
Binary11111101001010010001001
Octal176224211

Shades and tints

Shades of #7E9489

#7E9489
(126,148,137)
#73877D
(115,135,125)
#687A71
(104,122,113)
#5D6D65
(93,109,101)
#526059
(82,96,89)
#47534D
(71,83,77)
#3C4641
(60,70,65)
#313935
(49,57,53)
#262C29
(38,44,41)
#1B1F1D
(27,31,29)
#101211
(16,18,17)
#000000
(0,0,0)

Tints of #7E9489

#7E9489
(126,148,137)
#899D93
(137,157,147)
#94A69D
(148,166,157)
#9FAFA7
(159,175,167)
#AAB8B1
(170,184,177)
#B5C1BB
(181,193,187)
#C0CAC5
(192,202,197)
#CBD3CF
(203,211,207)
#D6DCD9
(214,220,217)
#E1E5E3
(225,229,227)
#ECEEED
(236,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E9489; }

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

This text font color is #7E9489.


Background Color

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

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

This div background color is #7E9489.


Border color

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

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

This div border color is #7E9489.


Opacity

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

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

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

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

This text has shadow with #7E9489 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E9489 on black background.


Color preview on white background

This text has color #7E9489 on white background.



Black color preview on #7E9489 background

This text has black color on #7E9489 background.


White color preview on #7E9489 background

This text has white color on #7E9489 background.