COLOR #7E9C9E

HEX: #7E9C9E RGB: (126,156,158)

Color info

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

RGB color model

#7E9C9E color RGB value is (126,156,158).

RGB: (126,156,158) (49%, 61%, 62%)

RGB channels and saturation

R 126 of 255 = 49%
G 156 of 255 = 61%
B 158 of 255 = 62%

126
156
158

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

Portions of RGB colors in percentages

R + G + B = 126 + 156 + 158 = 440 (100%)
R 126 of 440 ~ 28.64%
G 156 of 440 ~ 35.45%
B 158 of 440 ~ 35.91'%

%28.64
%35.45
%35.91

CMYK color model

#7E9C9E color CMYK value is (20,1,0,38).

  • cyan value is 20.25%
  • magenta value is 1.27%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK: (20,1,0,38) C20M1Y0K38 (20%,1%,0%,38%) (0.20/0.01/0.00/0.38) 

CMYK percentages

%20.25
%1.27
%0
%38.04

Codes

Color #7E9C9E in popluar color models

7E 9C 9E
RGB 126 156 158
HSL 184° 14.16% 55.69%
HSB/HSV 184° 20.25% 61.96%
CMYK 20.25% 1.27% 0.00%
38.04%

Color #7E9C9E in popluar number systems.

HEX 7E 9C 9E
Decimal 126 156 158
Binary 1111110 10011100 10011110
Octal 176 234 236

Shades and tints

Shades of #7E9C9E

#7E9C9E
(126,156,158)
#738E90
(115,142,144)
#688082
(104,128,130)
#5D7274
(93,114,116)
#526466
(82,100,102)
#475658
(71,86,88)
#3C484A
(60,72,74)
#313A3C
(49,58,60)
#262C2E
(38,44,46)
#1B1E20
(27,30,32)
#101012
(16,16,18)
#000000
(0,0,0)

Tints of #7E9C9E

#7E9C9E
(126,156,158)
#89A5A6
(137,165,166)
#94AEAE
(148,174,174)
#9FB7B6
(159,183,182)
#AAC0BE
(170,192,190)
#B5C9C6
(181,201,198)
#C0D2CE
(192,210,206)
#CBDBD6
(203,219,214)
#D6E4DE
(214,228,222)
#E1EDE6
(225,237,230)
#ECF6EE
(236,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E9C9E; }

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

This text font color is #7E9C9E.

Background Color

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

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

This div background color is #7E9C9E.

Border color

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

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

This div border color is #7E9C9E.

Opacity

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

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

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

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

This text has shadow with #7E9C9E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E9C9E.

Preview

Color preview on black background

This text has color #7E9C9E on black background.


Color preview on white background

This text has color #7E9C9E on white background.


Black color preview on #7E9C9E background

This text has black color on #7E9C9E background.


White color preview on #7E9C9E background

This text has white color on #7E9C9E background.


Related colors

Complementary color

Complementary color for #hex is #816361.


I love getcolorcode.com

Triadic colors

1 #9E7E9C and #9C9E7E with #7E9C9E are triadic colors.

2 #9E9C7E and #9C7E9E with #7E9C9E are triadic colors.