COLOR #7E9E8E

HEX: #7E9E8E
RGB: (126,158,142)

Color info

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

RGB color model

#7E9E8E color RGB value is (126,158,142).

  • red value is 126;
  • green value is 158;
  • blue value is 142.
RGB:
(126,158,142)
(49%,62%,56%)

RGB channels and saturation

R 126 of 255 = 49%
G 158 of 255 = 62%
B 142 of 255 = 56%

126
158
142

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

Portions of RGB colors in percentages

R + G + B =
126 + 158 + 142 = 426 (100%)
R 126 of 426 ~ 29.58%
G 158 of 426 ~ 37.09%
B 142 of 426 ~ 33.33%

%29.58
%37.09
%33.33

CMYK color model

#7E9E8E color CMYK value is (20,0,10,38).

  • cyan value is 20.25%
  • magenta value is 0.00%
  • yellow value is 10.13%
  • key color value is 38.04%
CMYK:
(20,0,10,38)
C20M0Y10K38 
(20%,0%,10%,38%)
(0.20/0.00/0.10/0.38)	

CMYK percentages

%20.25
%0
%10.13
%38.04

Codes

Color #7E9E8E in popluar color models

7E9E8E
RGB126158142
HSL150°14.16%55.69%
HSB/HSV150°20.25%61.96%
CMYK20.25%0.00%10.13%
38.04%

Color #7E9E8E in popluar number systems.

HEX7E9E8E
Decimal126158142
Binary11111101001111010001110
Octal176236216

Shades and tints

Shades of #7E9E8E

#7E9E8E
(126,158,142)
#739082
(115,144,130)
#688276
(104,130,118)
#5D746A
(93,116,106)
#52665E
(82,102,94)
#475852
(71,88,82)
#3C4A46
(60,74,70)
#313C3A
(49,60,58)
#262E2E
(38,46,46)
#1B2022
(27,32,34)
#101216
(16,18,22)
#000000
(0,0,0)

Tints of #7E9E8E

#7E9E8E
(126,158,142)
#89A698
(137,166,152)
#94AEA2
(148,174,162)
#9FB6AC
(159,182,172)
#AABEB6
(170,190,182)
#B5C6C0
(181,198,192)
#C0CECA
(192,206,202)
#CBD6D4
(203,214,212)
#D6DEDE
(214,222,222)
#E1E6E8
(225,230,232)
#ECEEF2
(236,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E9E8E; }

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

This text font color is #7E9E8E.


Background Color

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

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

This div background color is #7E9E8E.


Border color

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

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

This div border color is #7E9E8E.


Opacity

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

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

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

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

This text has shadow with #7E9E8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E9E8E on black background.


Color preview on white background

This text has color #7E9E8E on white background.



Black color preview on #7E9E8E background

This text has black color on #7E9E8E background.


White color preview on #7E9E8E background

This text has white color on #7E9E8E background.