COLOR #7E959D

HEX: #7E959D
RGB: (126,149,157)

Color info

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

RGB color model

#7E959D color RGB value is (126,149,157).

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

RGB channels and saturation

R 126 of 255 = 49%
G 149 of 255 = 58%
B 157 of 255 = 62%

126
149
157

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

Portions of RGB colors in percentages

R + G + B =
126 + 149 + 157 = 432 (100%)
R 126 of 432 ~ 29.17%
G 149 of 432 ~ 34.49%
B 157 of 432 ~ 36.34%

%29.17
%34.49
%36.34

CMYK color model

#7E959D color CMYK value is (20,5,0,38).

  • cyan value is 19.75%
  • magenta value is 5.10%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(20,5,0,38)
C20M5Y0K38 
(20%,5%,0%,38%)
(0.20/0.05/0.00/0.38)	

CMYK percentages

%19.75
%5.1
%0
%38.43

Codes

Color #7E959D in popluar color models

7E959D
RGB126149157
HSL195°13.66%55.49%
HSB/HSV195°19.75%61.57%
CMYK19.75%5.10%0.00%
38.43%

Color #7E959D in popluar number systems.

HEX7E959D
Decimal126149157
Binary11111101001010110011101
Octal176225235

Shades and tints

Shades of #7E959D

#7E959D
(126,149,157)
#73888F
(115,136,143)
#687B81
(104,123,129)
#5D6E73
(93,110,115)
#526165
(82,97,101)
#475457
(71,84,87)
#3C4749
(60,71,73)
#313A3B
(49,58,59)
#262D2D
(38,45,45)
#1B201F
(27,32,31)
#101311
(16,19,17)
#000000
(0,0,0)

Tints of #7E959D

#7E959D
(126,149,157)
#899EA5
(137,158,165)
#94A7AD
(148,167,173)
#9FB0B5
(159,176,181)
#AAB9BD
(170,185,189)
#B5C2C5
(181,194,197)
#C0CBCD
(192,203,205)
#CBD4D5
(203,212,213)
#D6DDDD
(214,221,221)
#E1E6E5
(225,230,229)
#ECEFED
(236,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E959D color. Also use rgb(126,149,157) instead hex code.

Text Font Color

.myTextColor { color: #7E959D; }

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

This text font color is #7E959D.


Background Color

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

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

This div background color is #7E959D.


Border color

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

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

This div border color is #7E959D.


Opacity

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

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

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

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

This text has shadow with #7E959D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E959D on black background.


Color preview on white background

This text has color #7E959D on white background.



Black color preview on #7E959D background

This text has black color on #7E959D background.


White color preview on #7E959D background

This text has white color on #7E959D background.