COLOR #7E8794

HEX: #7E8794
RGB: (126,135,148)

Color info

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

RGB color model

#7E8794 color RGB value is (126,135,148).

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

RGB channels and saturation

R 126 of 255 = 49%
G 135 of 255 = 53%
B 148 of 255 = 58%

126
135
148

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

Portions of RGB colors in percentages

R + G + B =
126 + 135 + 148 = 409 (100%)
R 126 of 409 ~ 30.81%
G 135 of 409 ~ 33.01%
B 148 of 409 ~ 36.19%

%30.81
%33.01
%36.19

CMYK color model

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

  • cyan value is 14.86%
  • magenta value is 8.78%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK:
(15,9,0,42)
C15M9Y0K42 
(15%,9%,0%,42%)
(0.15/0.09/0.00/0.42)	

CMYK percentages

%14.86
%8.78
%0
%41.96

Codes

Color #7E8794 in popluar color models

7E8794
RGB126135148
HSL215°9.32%53.73%
HSB/HSV215°14.86%58.04%
CMYK14.86%8.78%0.00%
41.96%

Color #7E8794 in popluar number systems.

HEX7E8794
Decimal126135148
Binary11111101000011110010100
Octal176207224

Shades and tints

Shades of #7E8794

#7E8794
(126,135,148)
#737B87
(115,123,135)
#686F7A
(104,111,122)
#5D636D
(93,99,109)
#525760
(82,87,96)
#474B53
(71,75,83)
#3C3F46
(60,63,70)
#313339
(49,51,57)
#26272C
(38,39,44)
#1B1B1F
(27,27,31)
#100F12
(16,15,18)
#000000
(0,0,0)

Tints of #7E8794

#7E8794
(126,135,148)
#89919D
(137,145,157)
#949BA6
(148,155,166)
#9FA5AF
(159,165,175)
#AAAFB8
(170,175,184)
#B5B9C1
(181,185,193)
#C0C3CA
(192,195,202)
#CBCDD3
(203,205,211)
#D6D7DC
(214,215,220)
#E1E1E5
(225,225,229)
#ECEBEE
(236,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E8794; }

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

This text font color is #7E8794.


Background Color

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

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

This div background color is #7E8794.


Border color

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

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

This div border color is #7E8794.


Opacity

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

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

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

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

This text has shadow with #7E8794 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E8794 on black background.


Color preview on white background

This text has color #7E8794 on white background.



Black color preview on #7E8794 background

This text has black color on #7E8794 background.


White color preview on #7E8794 background

This text has white color on #7E8794 background.