COLOR #7E8490

HEX: #7E8490
RGB: (126,132,144)

Color info

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

RGB color model

#7E8490 color RGB value is (126,132,144).

  • red value is 126;
  • green value is 132;
  • blue value is 144.
RGB:
(126,132,144)
(49%,52%,56%)

RGB channels and saturation

R 126 of 255 = 49%
G 132 of 255 = 52%
B 144 of 255 = 56%

126
132
144

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

Portions of RGB colors in percentages

R + G + B =
126 + 132 + 144 = 402 (100%)
R 126 of 402 ~ 31.34%
G 132 of 402 ~ 32.84%
B 144 of 402 ~ 35.82%

%31.34
%32.84
%35.82

CMYK color model

#7E8490 color CMYK value is (13,8,0,44).

  • cyan value is 12.50%
  • magenta value is 8.33%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(13,8,0,44)
C13M8Y0K44 
(13%,8%,0%,44%)
(0.13/0.08/0.00/0.44)	

CMYK percentages

%12.5
%8.33
%0
%43.53

Codes

Color #7E8490 in popluar color models

7E8490
RGB126132144
HSL220°7.50%52.94%
HSB/HSV220°12.50%56.47%
CMYK12.50%8.33%0.00%
43.53%

Color #7E8490 in popluar number systems.

HEX7E8490
Decimal126132144
Binary11111101000010010010000
Octal176204220

Shades and tints

Shades of #7E8490

#7E8490
(126,132,144)
#737883
(115,120,131)
#686C76
(104,108,118)
#5D6069
(93,96,105)
#52545C
(82,84,92)
#47484F
(71,72,79)
#3C3C42
(60,60,66)
#313035
(49,48,53)
#262428
(38,36,40)
#1B181B
(27,24,27)
#100C0E
(16,12,14)
#000000
(0,0,0)

Tints of #7E8490

#7E8490
(126,132,144)
#898F9A
(137,143,154)
#949AA4
(148,154,164)
#9FA5AE
(159,165,174)
#AAB0B8
(170,176,184)
#B5BBC2
(181,187,194)
#C0C6CC
(192,198,204)
#CBD1D6
(203,209,214)
#D6DCE0
(214,220,224)
#E1E7EA
(225,231,234)
#ECF2F4
(236,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E8490 color. Also use rgb(126,132,144) instead hex code.

Text Font Color

.myTextColor { color: #7E8490; }

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

This text font color is #7E8490.


Background Color

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

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

This div background color is #7E8490.


Border color

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

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

This div border color is #7E8490.


Opacity

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

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

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

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

This text has shadow with #7E8490 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E8490 on black background.


Color preview on white background

This text has color #7E8490 on white background.



Black color preview on #7E8490 background

This text has black color on #7E8490 background.


White color preview on #7E8490 background

This text has white color on #7E8490 background.