COLOR #7E8986

HEX: #7E8986
RGB: (126,137,134)

Color info

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

RGB color model

#7E8986 color RGB value is (126,137,134).

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

RGB channels and saturation

R 126 of 255 = 49%
G 137 of 255 = 54%
B 134 of 255 = 53%

126
137
134

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

Portions of RGB colors in percentages

R + G + B =
126 + 137 + 134 = 397 (100%)
R 126 of 397 ~ 31.74%
G 137 of 397 ~ 34.51%
B 134 of 397 ~ 33.75%

%31.74
%34.51
%33.75

CMYK color model

#7E8986 color CMYK value is (8,0,2,46).

  • cyan value is 8.03%
  • magenta value is 0.00%
  • yellow value is 2.19%
  • key color value is 46.27%
CMYK:
(8,0,2,46)
C8M0Y2K46 
(8%,0%,2%,46%)
(0.08/0.00/0.02/0.46)	

CMYK percentages

%8.03
%0
%2.19
%46.27

Codes

Color #7E8986 in popluar color models

7E8986
RGB126137134
HSL164°4.45%51.57%
HSB/HSV164°8.03%53.73%
CMYK8.03%0.00%2.19%
46.27%

Color #7E8986 in popluar number systems.

HEX7E8986
Decimal126137134
Binary11111101000100110000110
Octal176211206

Shades and tints

Shades of #7E8986

#7E8986
(126,137,134)
#737D7A
(115,125,122)
#68716E
(104,113,110)
#5D6562
(93,101,98)
#525956
(82,89,86)
#474D4A
(71,77,74)
#3C413E
(60,65,62)
#313532
(49,53,50)
#262926
(38,41,38)
#1B1D1A
(27,29,26)
#10110E
(16,17,14)
#000000
(0,0,0)

Tints of #7E8986

#7E8986
(126,137,134)
#899391
(137,147,145)
#949D9C
(148,157,156)
#9FA7A7
(159,167,167)
#AAB1B2
(170,177,178)
#B5BBBD
(181,187,189)
#C0C5C8
(192,197,200)
#CBCFD3
(203,207,211)
#D6D9DE
(214,217,222)
#E1E3E9
(225,227,233)
#ECEDF4
(236,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E8986; }

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

This text font color is #7E8986.


Background Color

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

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

This div background color is #7E8986.


Border color

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

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

This div border color is #7E8986.


Opacity

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

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

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

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

This text has shadow with #7E8986 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E8986 on black background.


Color preview on white background

This text has color #7E8986 on white background.



Black color preview on #7E8986 background

This text has black color on #7E8986 background.


White color preview on #7E8986 background

This text has white color on #7E8986 background.