COLOR #7E949F

HEX: #7E949F
RGB: (126,148,159)

Color info

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

RGB color model

#7E949F color RGB value is (126,148,159).

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

RGB channels and saturation

R 126 of 255 = 49%
G 148 of 255 = 58%
B 159 of 255 = 62%

126
148
159

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

Portions of RGB colors in percentages

R + G + B =
126 + 148 + 159 = 433 (100%)
R 126 of 433 ~ 29.1%
G 148 of 433 ~ 34.18%
B 159 of 433 ~ 36.72%

%29.1
%34.18
%36.72

CMYK color model

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

  • cyan value is 20.75%
  • magenta value is 6.92%
  • yellow value is 0.00%
  • key color value is 37.65%
CMYK:
(21,7,0,38)
C21M7Y0K38 
(21%,7%,0%,38%)
(0.21/0.07/0.00/0.38)	

CMYK percentages

%20.75
%6.92
%0
%37.65

Codes

Color #7E949F in popluar color models

7E949F
RGB126148159
HSL200°14.67%55.88%
HSB/HSV200°20.75%62.35%
CMYK20.75%6.92%0.00%
37.65%

Color #7E949F in popluar number systems.

HEX7E949F
Decimal126148159
Binary11111101001010010011111
Octal176224237

Shades and tints

Shades of #7E949F

#7E949F
(126,148,159)
#738791
(115,135,145)
#687A83
(104,122,131)
#5D6D75
(93,109,117)
#526067
(82,96,103)
#475359
(71,83,89)
#3C464B
(60,70,75)
#31393D
(49,57,61)
#262C2F
(38,44,47)
#1B1F21
(27,31,33)
#101213
(16,18,19)
#000000
(0,0,0)

Tints of #7E949F

#7E949F
(126,148,159)
#899DA7
(137,157,167)
#94A6AF
(148,166,175)
#9FAFB7
(159,175,183)
#AAB8BF
(170,184,191)
#B5C1C7
(181,193,199)
#C0CACF
(192,202,207)
#CBD3D7
(203,211,215)
#D6DCDF
(214,220,223)
#E1E5E7
(225,229,231)
#ECEEEF
(236,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E949F; }

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

This text font color is #7E949F.


Background Color

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

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

This div background color is #7E949F.


Border color

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

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

This div border color is #7E949F.


Opacity

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

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

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

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

This text has shadow with #7E949F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E949F on black background.


Color preview on white background

This text has color #7E949F on white background.



Black color preview on #7E949F background

This text has black color on #7E949F background.


White color preview on #7E949F background

This text has white color on #7E949F background.