COLOR #7E9E89

HEX: #7E9E89
RGB: (126,158,137)

Color info

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

RGB color model

#7E9E89 color RGB value is (126,158,137).

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

RGB channels and saturation

R 126 of 255 = 49%
G 158 of 255 = 62%
B 137 of 255 = 54%

126
158
137

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

Portions of RGB colors in percentages

R + G + B =
126 + 158 + 137 = 421 (100%)
R 126 of 421 ~ 29.93%
G 158 of 421 ~ 37.53%
B 137 of 421 ~ 32.54%

%29.93
%37.53
%32.54

CMYK color model

#7E9E89 color CMYK value is (20,0,13,38).

  • cyan value is 20.25%
  • magenta value is 0.00%
  • yellow value is 13.29%
  • key color value is 38.04%
CMYK:
(20,0,13,38)
C20M0Y13K38 
(20%,0%,13%,38%)
(0.20/0.00/0.13/0.38)	

CMYK percentages

%20.25
%0
%13.29
%38.04

Codes

Color #7E9E89 in popluar color models

7E9E89
RGB126158137
HSL141°14.16%55.69%
HSB/HSV141°20.25%61.96%
CMYK20.25%0.00%13.29%
38.04%

Color #7E9E89 in popluar number systems.

HEX7E9E89
Decimal126158137
Binary11111101001111010001001
Octal176236211

Shades and tints

Shades of #7E9E89

#7E9E89
(126,158,137)
#73907D
(115,144,125)
#688271
(104,130,113)
#5D7465
(93,116,101)
#526659
(82,102,89)
#47584D
(71,88,77)
#3C4A41
(60,74,65)
#313C35
(49,60,53)
#262E29
(38,46,41)
#1B201D
(27,32,29)
#101211
(16,18,17)
#000000
(0,0,0)

Tints of #7E9E89

#7E9E89
(126,158,137)
#89A693
(137,166,147)
#94AE9D
(148,174,157)
#9FB6A7
(159,182,167)
#AABEB1
(170,190,177)
#B5C6BB
(181,198,187)
#C0CEC5
(192,206,197)
#CBD6CF
(203,214,207)
#D6DED9
(214,222,217)
#E1E6E3
(225,230,227)
#ECEEED
(236,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E9E89; }

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

This text font color is #7E9E89.


Background Color

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

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

This div background color is #7E9E89.


Border color

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

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

This div border color is #7E9E89.


Opacity

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

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

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

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

This text has shadow with #7E9E89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E9E89 on black background.


Color preview on white background

This text has color #7E9E89 on white background.



Black color preview on #7E9E89 background

This text has black color on #7E9E89 background.


White color preview on #7E9E89 background

This text has white color on #7E9E89 background.