COLOR #7E8493

HEX: #7E8493 RGB: (126,132,147)

Color info

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

RGB color model

#7E8493 color RGB value is (126,132,147).

RGB: (126,132,147) (49%, 52%, 58%)

RGB channels and saturation

R 126 of 255 = 49%
G 132 of 255 = 52%
B 147 of 255 = 58%

126
132
147

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

Portions of RGB colors in percentages

R + G + B = 126 + 132 + 147 = 405 (100%)
R 126 of 405 ~ 31.11%
G 132 of 405 ~ 32.59%
B 147 of 405 ~ 36.3'%

%31.11
%32.59
%36.3

CMYK color model

#7E8493 color CMYK value is (14,10,0,42).

  • cyan value is 14.29%
  • magenta value is 10.20%
  • yellow value is 0.00%
  • key color value is 42.35%

CMYK: (14,10,0,42)
C14M10Y0K42 (14%, 10%, 0%, 42%)
(0.14 / 0.10 / 0.00 / 0.42)

CMYK percentages

%14.29
%10.2
%0
%42.35

Codes

Color #7E8493 in popluar color models

7E 84 93
RGB 126 132 147
HSL 223° 8.86% 53.53%
HSB/HSV 223° 14.29% 57.65%
CMYK 14.29% 10.20% 0.00%
42.35%

Color #7E8493 in popluar number systems.

HEX 7E 84 93
Decimal 126 132 147
Binary 1111110 10000100 10010011
Octal 176 204 223

Shades and tints

Shades of #7E8493

#7E8493
(126,132,147)
#737886
(115,120,134)
#686C79
(104,108,121)
#5D606C
(93,96,108)
#52545F
(82,84,95)
#474852
(71,72,82)
#3C3C45
(60,60,69)
#313038
(49,48,56)
#26242B
(38,36,43)
#1B181E
(27,24,30)
#100C11
(16,12,17)
#000000
(0,0,0)

Tints of #7E8493

#7E8493
(126,132,147)
#898F9C
(137,143,156)
#949AA5
(148,154,165)
#9FA5AE
(159,165,174)
#AAB0B7
(170,176,183)
#B5BBC0
(181,187,192)
#C0C6C9
(192,198,201)
#CBD1D2
(203,209,210)
#D6DCDB
(214,220,219)
#E1E7E4
(225,231,228)
#ECF2ED
(236,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E8493; }

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

This text font color is #7E8493.

Background Color

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

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

This div background color is #7E8493.

Border color

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

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

This div border color is #7E8493.

Opacity

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

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

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

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

This text has shadow with #7E8493 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E8493.

Preview

Color preview on black background

This text has color #7E8493 on black background.


Color preview on white background

This text has color #7E8493 on white background.


Black color preview on #7E8493 background

This text has black color on #7E8493 background.


White color preview on #7E8493 background

This text has white color on #7E8493 background.


Related colors

Complementary color

Complementary color for #hex is #817B6C.


I love getcolorcode.com

Triadic colors

1 #937E84 and #84937E with #7E8493 are triadic colors.

2 #93847E and #847E93 with #7E8493 are triadic colors.