COLOR #7E8E87

HEX: #7E8E87
RGB: (126,142,135)

Color info

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

RGB color model

#7E8E87 color RGB value is (126,142,135).

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

RGB channels and saturation

R 126 of 255 = 49%
G 142 of 255 = 56%
B 135 of 255 = 53%

126
142
135

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

Portions of RGB colors in percentages

R + G + B =
126 + 142 + 135 = 403 (100%)
R 126 of 403 ~ 31.27%
G 142 of 403 ~ 35.24%
B 135 of 403 ~ 33.5%

%31.27
%35.24
%33.5

CMYK color model

#7E8E87 color CMYK value is (11,0,5,44).

  • cyan value is 11.27%
  • magenta value is 0.00%
  • yellow value is 4.93%
  • key color value is 44.31%
CMYK:
(11,0,5,44)
C11M0Y5K44 
(11%,0%,5%,44%)
(0.11/0.00/0.05/0.44)	

CMYK percentages

%11.27
%0
%4.93
%44.31

Codes

Color #7E8E87 in popluar color models

7E8E87
RGB126142135
HSL154°6.61%52.55%
HSB/HSV154°11.27%55.69%
CMYK11.27%0.00%4.93%
44.31%

Color #7E8E87 in popluar number systems.

HEX7E8E87
Decimal126142135
Binary11111101000111010000111
Octal176216207

Shades and tints

Shades of #7E8E87

#7E8E87
(126,142,135)
#73827B
(115,130,123)
#68766F
(104,118,111)
#5D6A63
(93,106,99)
#525E57
(82,94,87)
#47524B
(71,82,75)
#3C463F
(60,70,63)
#313A33
(49,58,51)
#262E27
(38,46,39)
#1B221B
(27,34,27)
#10160F
(16,22,15)
#000000
(0,0,0)

Tints of #7E8E87

#7E8E87
(126,142,135)
#899891
(137,152,145)
#94A29B
(148,162,155)
#9FACA5
(159,172,165)
#AAB6AF
(170,182,175)
#B5C0B9
(181,192,185)
#C0CAC3
(192,202,195)
#CBD4CD
(203,212,205)
#D6DED7
(214,222,215)
#E1E8E1
(225,232,225)
#ECF2EB
(236,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E8E87; }

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

This text font color is #7E8E87.


Background Color

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

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

This div background color is #7E8E87.


Border color

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

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

This div border color is #7E8E87.


Opacity

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

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

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

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

This text has shadow with #7E8E87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E8E87 on black background.


Color preview on white background

This text has color #7E8E87 on white background.



Black color preview on #7E8E87 background

This text has black color on #7E8E87 background.


White color preview on #7E8E87 background

This text has white color on #7E8E87 background.