COLOR #7E8994

HEX: #7E8994
RGB: (126,137,148)

Color info

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

RGB color model

#7E8994 color RGB value is (126,137,148).

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

RGB channels and saturation

R 126 of 255 = 49%
G 137 of 255 = 54%
B 148 of 255 = 58%

126
137
148

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

Portions of RGB colors in percentages

R + G + B =
126 + 137 + 148 = 411 (100%)
R 126 of 411 ~ 30.66%
G 137 of 411 ~ 33.33%
B 148 of 411 ~ 36.01%

%30.66
%33.33
%36.01

CMYK color model

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

  • cyan value is 14.86%
  • magenta value is 7.43%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK:
(15,7,0,42)
C15M7Y0K42 
(15%,7%,0%,42%)
(0.15/0.07/0.00/0.42)	

CMYK percentages

%14.86
%7.43
%0
%41.96

Codes

Color #7E8994 in popluar color models

7E8994
RGB126137148
HSL210°9.32%53.73%
HSB/HSV210°14.86%58.04%
CMYK14.86%7.43%0.00%
41.96%

Color #7E8994 in popluar number systems.

HEX7E8994
Decimal126137148
Binary11111101000100110010100
Octal176211224

Shades and tints

Shades of #7E8994

#7E8994
(126,137,148)
#737D87
(115,125,135)
#68717A
(104,113,122)
#5D656D
(93,101,109)
#525960
(82,89,96)
#474D53
(71,77,83)
#3C4146
(60,65,70)
#313539
(49,53,57)
#26292C
(38,41,44)
#1B1D1F
(27,29,31)
#101112
(16,17,18)
#000000
(0,0,0)

Tints of #7E8994

#7E8994
(126,137,148)
#89939D
(137,147,157)
#949DA6
(148,157,166)
#9FA7AF
(159,167,175)
#AAB1B8
(170,177,184)
#B5BBC1
(181,187,193)
#C0C5CA
(192,197,202)
#CBCFD3
(203,207,211)
#D6D9DC
(214,217,220)
#E1E3E5
(225,227,229)
#ECEDEE
(236,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E8994; }

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

This text font color is #7E8994.


Background Color

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

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

This div background color is #7E8994.


Border color

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

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

This div border color is #7E8994.


Opacity

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

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

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

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

This text has shadow with #7E8994 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E8994 on black background.


Color preview on white background

This text has color #7E8994 on white background.



Black color preview on #7E8994 background

This text has black color on #7E8994 background.


White color preview on #7E8994 background

This text has white color on #7E8994 background.