COLOR #7E8687

HEX: #7E8687
RGB: (126,134,135)

Color info

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

RGB color model

#7E8687 color RGB value is (126,134,135).

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

RGB channels and saturation

R 126 of 255 = 49%
G 134 of 255 = 53%
B 135 of 255 = 53%

126
134
135

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

Portions of RGB colors in percentages

R + G + B =
126 + 134 + 135 = 395 (100%)
R 126 of 395 ~ 31.9%
G 134 of 395 ~ 33.92%
B 135 of 395 ~ 34.18%

%31.9
%33.92
%34.18

CMYK color model

#7E8687 color CMYK value is (7,1,0,47).

  • cyan value is 6.67%
  • magenta value is 0.74%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(7,1,0,47)
C7M1Y0K47 
(7%,1%,0%,47%)
(0.07/0.01/0.00/0.47)	

CMYK percentages

%6.67
%0.74
%0
%47.06

Codes

Color #7E8687 in popluar color models

7E8687
RGB126134135
HSL187°3.61%51.18%
HSB/HSV187°6.67%52.94%
CMYK6.67%0.74%0.00%
47.06%

Color #7E8687 in popluar number systems.

HEX7E8687
Decimal126134135
Binary11111101000011010000111
Octal176206207

Shades and tints

Shades of #7E8687

#7E8687
(126,134,135)
#737A7B
(115,122,123)
#686E6F
(104,110,111)
#5D6263
(93,98,99)
#525657
(82,86,87)
#474A4B
(71,74,75)
#3C3E3F
(60,62,63)
#313233
(49,50,51)
#262627
(38,38,39)
#1B1A1B
(27,26,27)
#100E0F
(16,14,15)
#000000
(0,0,0)

Tints of #7E8687

#7E8687
(126,134,135)
#899191
(137,145,145)
#949C9B
(148,156,155)
#9FA7A5
(159,167,165)
#AAB2AF
(170,178,175)
#B5BDB9
(181,189,185)
#C0C8C3
(192,200,195)
#CBD3CD
(203,211,205)
#D6DED7
(214,222,215)
#E1E9E1
(225,233,225)
#ECF4EB
(236,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E8687; }

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

This text font color is #7E8687.


Background Color

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

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

This div background color is #7E8687.


Border color

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

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

This div border color is #7E8687.


Opacity

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

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

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

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

This text has shadow with #7E8687 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E8687 on black background.


Color preview on white background

This text has color #7E8687 on white background.



Black color preview on #7E8687 background

This text has black color on #7E8687 background.


White color preview on #7E8687 background

This text has white color on #7E8687 background.