COLOR #7E989F

HEX: #7E989F
RGB: (126,152,159)

Color info

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

RGB color model

#7E989F color RGB value is (126,152,159).

  • red value is 126;
  • green value is 152;
  • blue value is 159.
RGB:
(126,152,159)
(49%,60%,62%)

RGB channels and saturation

R 126 of 255 = 49%
G 152 of 255 = 60%
B 159 of 255 = 62%

126
152
159

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

Portions of RGB colors in percentages

R + G + B =
126 + 152 + 159 = 437 (100%)
R 126 of 437 ~ 28.83%
G 152 of 437 ~ 34.78%
B 159 of 437 ~ 36.38%

%28.83
%34.78
%36.38

CMYK color model

#7E989F color CMYK value is (21,4,0,38).

  • cyan value is 20.75%
  • magenta value is 4.40%
  • yellow value is 0.00%
  • key color value is 37.65%
CMYK:
(21,4,0,38)
C21M4Y0K38 
(21%,4%,0%,38%)
(0.21/0.04/0.00/0.38)	

CMYK percentages

%20.75
%4.4
%0
%37.65

Codes

Color #7E989F in popluar color models

7E989F
RGB126152159
HSL193°14.67%55.88%
HSB/HSV193°20.75%62.35%
CMYK20.75%4.40%0.00%
37.65%

Color #7E989F in popluar number systems.

HEX7E989F
Decimal126152159
Binary11111101001100010011111
Octal176230237

Shades and tints

Shades of #7E989F

#7E989F
(126,152,159)
#738B91
(115,139,145)
#687E83
(104,126,131)
#5D7175
(93,113,117)
#526467
(82,100,103)
#475759
(71,87,89)
#3C4A4B
(60,74,75)
#313D3D
(49,61,61)
#26302F
(38,48,47)
#1B2321
(27,35,33)
#101613
(16,22,19)
#000000
(0,0,0)

Tints of #7E989F

#7E989F
(126,152,159)
#89A1A7
(137,161,167)
#94AAAF
(148,170,175)
#9FB3B7
(159,179,183)
#AABCBF
(170,188,191)
#B5C5C7
(181,197,199)
#C0CECF
(192,206,207)
#CBD7D7
(203,215,215)
#D6E0DF
(214,224,223)
#E1E9E7
(225,233,231)
#ECF2EF
(236,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E989F color. Also use rgb(126,152,159) instead hex code.

Text Font Color

.myTextColor { color: #7E989F; }

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

This text font color is #7E989F.


Background Color

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

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

This div background color is #7E989F.


Border color

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

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

This div border color is #7E989F.


Opacity

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

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

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

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

This text has shadow with #7E989F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E989F on black background.


Color preview on white background

This text has color #7E989F on white background.



Black color preview on #7E989F background

This text has black color on #7E989F background.


White color preview on #7E989F background

This text has white color on #7E989F background.