COLOR #7E8294

HEX: #7E8294
RGB: (126,130,148)

Color info

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

RGB color model

#7E8294 color RGB value is (126,130,148).

  • red value is 126;
  • green value is 130;
  • blue value is 148.
RGB:
(126,130,148)
(49%,51%,58%)

RGB channels and saturation

R 126 of 255 = 49%
G 130 of 255 = 51%
B 148 of 255 = 58%

126
130
148

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

Portions of RGB colors in percentages

R + G + B =
126 + 130 + 148 = 404 (100%)
R 126 of 404 ~ 31.19%
G 130 of 404 ~ 32.18%
B 148 of 404 ~ 36.63%

%31.19
%32.18
%36.63

CMYK color model

#7E8294 color CMYK value is (15,12,0,42).

  • cyan value is 14.86%
  • magenta value is 12.16%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK:
(15,12,0,42)
C15M12Y0K42 
(15%,12%,0%,42%)
(0.15/0.12/0.00/0.42)	

CMYK percentages

%14.86
%12.16
%0
%41.96

Codes

Color #7E8294 in popluar color models

7E8294
RGB126130148
HSL229°9.32%53.73%
HSB/HSV229°14.86%58.04%
CMYK14.86%12.16%0.00%
41.96%

Color #7E8294 in popluar number systems.

HEX7E8294
Decimal126130148
Binary11111101000001010010100
Octal176202224

Shades and tints

Shades of #7E8294

#7E8294
(126,130,148)
#737787
(115,119,135)
#686C7A
(104,108,122)
#5D616D
(93,97,109)
#525660
(82,86,96)
#474B53
(71,75,83)
#3C4046
(60,64,70)
#313539
(49,53,57)
#262A2C
(38,42,44)
#1B1F1F
(27,31,31)
#101412
(16,20,18)
#000000
(0,0,0)

Tints of #7E8294

#7E8294
(126,130,148)
#898D9D
(137,141,157)
#9498A6
(148,152,166)
#9FA3AF
(159,163,175)
#AAAEB8
(170,174,184)
#B5B9C1
(181,185,193)
#C0C4CA
(192,196,202)
#CBCFD3
(203,207,211)
#D6DADC
(214,218,220)
#E1E5E5
(225,229,229)
#ECF0EE
(236,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E8294 color. Also use rgb(126,130,148) instead hex code.

Text Font Color

.myTextColor { color: #7E8294; }

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

This text font color is #7E8294.


Background Color

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

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

This div background color is #7E8294.


Border color

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

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

This div border color is #7E8294.


Opacity

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

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

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

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

This text has shadow with #7E8294 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E8294 on black background.


Color preview on white background

This text has color #7E8294 on white background.



Black color preview on #7E8294 background

This text has black color on #7E8294 background.


White color preview on #7E8294 background

This text has white color on #7E8294 background.