COLOR #7E959F

HEX: #7E959F RGB: (126,149,159)

Color info

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

RGB color model

#7E959F color RGB value is (126,149,159).

RGB: (126,149,159) (49%, 58%, 62%)

RGB channels and saturation

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

126
149
159

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

Portions of RGB colors in percentages

R + G + B = 126 + 149 + 159 = 434 (100%)
R 126 of 434 ~ 29.03%
G 149 of 434 ~ 34.33%
B 159 of 434 ~ 36.64'%

%29.03
%34.33
%36.64

CMYK color model

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

  • cyan value is 20.75%
  • magenta value is 6.29%
  • yellow value is 0.00%
  • key color value is 37.65%

CMYK: (21,6,0,38)
C21M6Y0K38 (21%, 6%, 0%, 38%)
(0.21 / 0.06 / 0.00 / 0.38)

CMYK percentages

%20.75
%6.29
%0
%37.65

Codes

Color #7E959F in popluar color models

7E 95 9F
RGB 126 149 159
HSL 198° 14.67% 55.88%
HSB/HSV 198° 20.75% 62.35%
CMYK 20.75% 6.29% 0.00%
37.65%

Color #7E959F in popluar number systems.

HEX 7E 95 9F
Decimal 126 149 159
Binary 1111110 10010101 10011111
Octal 176 225 237

Shades and tints

Shades of #7E959F

#7E959F
(126,149,159)
#738891
(115,136,145)
#687B83
(104,123,131)
#5D6E75
(93,110,117)
#526167
(82,97,103)
#475459
(71,84,89)
#3C474B
(60,71,75)
#313A3D
(49,58,61)
#262D2F
(38,45,47)
#1B2021
(27,32,33)
#101313
(16,19,19)
#000000
(0,0,0)

Tints of #7E959F

#7E959F
(126,149,159)
#899EA7
(137,158,167)
#94A7AF
(148,167,175)
#9FB0B7
(159,176,183)
#AAB9BF
(170,185,191)
#B5C2C7
(181,194,199)
#C0CBCF
(192,203,207)
#CBD4D7
(203,212,215)
#D6DDDF
(214,221,223)
#E1E6E7
(225,230,231)
#ECEFEF
(236,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E959F; }

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

This text font color is #7E959F.

Background Color

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

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

This div background color is #7E959F.

Border color

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

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

This div border color is #7E959F.

Opacity

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

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

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

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

This text has shadow with #7E959F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E959F.

Preview

Color preview on black background

This text has color #7E959F on black background.


Color preview on white background

This text has color #7E959F on white background.


Black color preview on #7E959F background

This text has black color on #7E959F background.


White color preview on #7E959F background

This text has white color on #7E959F background.


Related colors

Complementary color

Complementary color for #hex is #816A60.


I love getcolorcode.com

Triadic colors

1 #9F7E95 and #959F7E with #7E959F are triadic colors.

2 #9F957E and #957E9F with #7E959F are triadic colors.