COLOR #7E8894

HEX: #7E8894
RGB: (126,136,148)

Color info

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

RGB color model

#7E8894 color RGB value is (126,136,148).

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

RGB channels and saturation

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

126
136
148

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

Portions of RGB colors in percentages

R + G + B =
126 + 136 + 148 = 410 (100%)
R 126 of 410 ~ 30.73%
G 136 of 410 ~ 33.17%
B 148 of 410 ~ 36.1%

%30.73
%33.17
%36.1

CMYK color model

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

  • cyan value is 14.86%
  • magenta value is 8.11%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK:
(15,8,0,42)
C15M8Y0K42 
(15%,8%,0%,42%)
(0.15/0.08/0.00/0.42)	

CMYK percentages

%14.86
%8.11
%0
%41.96

Codes

Color #7E8894 in popluar color models

7E8894
RGB126136148
HSL213°9.32%53.73%
HSB/HSV213°14.86%58.04%
CMYK14.86%8.11%0.00%
41.96%

Color #7E8894 in popluar number systems.

HEX7E8894
Decimal126136148
Binary11111101000100010010100
Octal176210224

Shades and tints

Shades of #7E8894

#7E8894
(126,136,148)
#737C87
(115,124,135)
#68707A
(104,112,122)
#5D646D
(93,100,109)
#525860
(82,88,96)
#474C53
(71,76,83)
#3C4046
(60,64,70)
#313439
(49,52,57)
#26282C
(38,40,44)
#1B1C1F
(27,28,31)
#101012
(16,16,18)
#000000
(0,0,0)

Tints of #7E8894

#7E8894
(126,136,148)
#89929D
(137,146,157)
#949CA6
(148,156,166)
#9FA6AF
(159,166,175)
#AAB0B8
(170,176,184)
#B5BAC1
(181,186,193)
#C0C4CA
(192,196,202)
#CBCED3
(203,206,211)
#D6D8DC
(214,216,220)
#E1E2E5
(225,226,229)
#ECECEE
(236,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E8894; }

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

This text font color is #7E8894.


Background Color

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

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

This div background color is #7E8894.


Border color

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

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

This div border color is #7E8894.


Opacity

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

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

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

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

This text has shadow with #7E8894 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E8894 on black background.


Color preview on white background

This text has color #7E8894 on white background.



Black color preview on #7E8894 background

This text has black color on #7E8894 background.


White color preview on #7E8894 background

This text has white color on #7E8894 background.