COLOR #7E8F9E

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

126
143
158

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

Portions of RGB colors in percentages

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

%29.51
%33.49
%37

CMYK color model

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

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

CMYK percentages

%20.25
%9.49
%0
%38.04

Codes

Color #7E8F9E in popluar color models

7E8F9E
RGB126143158
HSL208°14.16%55.69%
HSB/HSV208°20.25%61.96%
CMYK20.25%9.49%0.00%
38.04%

Color #7E8F9E in popluar number systems.

HEX7E8F9E
Decimal126143158
Binary11111101000111110011110
Octal176217236

Shades and tints

Shades of #7E8F9E

#7E8F9E
(126,143,158)
#738290
(115,130,144)
#687582
(104,117,130)
#5D6874
(93,104,116)
#525B66
(82,91,102)
#474E58
(71,78,88)
#3C414A
(60,65,74)
#31343C
(49,52,60)
#26272E
(38,39,46)
#1B1A20
(27,26,32)
#100D12
(16,13,18)
#000000
(0,0,0)

Tints of #7E8F9E

#7E8F9E
(126,143,158)
#8999A6
(137,153,166)
#94A3AE
(148,163,174)
#9FADB6
(159,173,182)
#AAB7BE
(170,183,190)
#B5C1C6
(181,193,198)
#C0CBCE
(192,203,206)
#CBD5D6
(203,213,214)
#D6DFDE
(214,223,222)
#E1E9E6
(225,233,230)
#ECF3EE
(236,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E8F9E; }

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

This text font color is #7E8F9E.


Background Color

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

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

This div background color is #7E8F9E.


Border color

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

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

This div border color is #7E8F9E.


Opacity

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

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

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

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

This text has shadow with #7E8F9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E8F9E on black background.


Color preview on white background

This text has color #7E8F9E on white background.



Black color preview on #7E8F9E background

This text has black color on #7E8F9E background.


White color preview on #7E8F9E background

This text has white color on #7E8F9E background.