COLOR #7E9E8F

HEX: #7E9E8F RGB: (126,158,143)

Color info

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

RGB color model

#7E9E8F color RGB value is (126,158,143).

RGB: (126,158,143) (49%, 62%, 56%)

RGB channels and saturation

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

126
158
143

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

Portions of RGB colors in percentages

R + G + B = 126 + 158 + 143 = 427 (100%)
R 126 of 427 ~ 29.51%
G 158 of 427 ~ 37%
B 143 of 427 ~ 33.49'%

%29.51
%37
%33.49

CMYK color model

#7E9E8F color CMYK value is (20,0,9,38).

  • cyan value is 20.25%
  • magenta value is 0.00%
  • yellow value is 9.49%
  • key color value is 38.04%
CMYK: (20,0,9,38) C20M0Y9K38 (20%,0%,9%,38%) (0.20/0.00/0.09/0.38) 

CMYK percentages

%20.25
%0
%9.49
%38.04

Codes

Color #7E9E8F in popluar color models

7E 9E 8F
RGB 126 158 143
HSL 152° 14.16% 55.69%
HSB/HSV 152° 20.25% 61.96%
CMYK 20.25% 0.00% 9.49%
38.04%

Color #7E9E8F in popluar number systems.

HEX 7E 9E 8F
Decimal 126 158 143
Binary 1111110 10011110 10001111
Octal 176 236 217

Shades and tints

Shades of #7E9E8F

#7E9E8F
(126,158,143)
#739082
(115,144,130)
#688275
(104,130,117)
#5D7468
(93,116,104)
#52665B
(82,102,91)
#47584E
(71,88,78)
#3C4A41
(60,74,65)
#313C34
(49,60,52)
#262E27
(38,46,39)
#1B201A
(27,32,26)
#10120D
(16,18,13)
#000000
(0,0,0)

Tints of #7E9E8F

#7E9E8F
(126,158,143)
#89A699
(137,166,153)
#94AEA3
(148,174,163)
#9FB6AD
(159,182,173)
#AABEB7
(170,190,183)
#B5C6C1
(181,198,193)
#C0CECB
(192,206,203)
#CBD6D5
(203,214,213)
#D6DEDF
(214,222,223)
#E1E6E9
(225,230,233)
#ECEEF3
(236,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E9E8F; }

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

This text font color is #7E9E8F.

Background Color

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

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

This div background color is #7E9E8F.

Border color

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

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

This div border color is #7E9E8F.

Opacity

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

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

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

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

This text has shadow with #7E9E8F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E9E8F.

Preview

Color preview on black background

This text has color #7E9E8F on black background.


Color preview on white background

This text has color #7E9E8F on white background.


Black color preview on #7E9E8F background

This text has black color on #7E9E8F background.


White color preview on #7E9E8F background

This text has white color on #7E9E8F background.


Related colors

Complementary color

Complementary color for #hex is #816170.


I love getcolorcode.com

Triadic colors

1 #8F7E9E and #9E8F7E with #7E9E8F are triadic colors.

2 #8F9E7E and #9E7E8F with #7E9E8F are triadic colors.