COLOR #7E8685

HEX: #7E8685 RGB: (126,134,133)

Color info

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

RGB color model

#7E8685 color RGB value is (126,134,133).

RGB: (126,134,133) (49%, 53%, 52%)

RGB channels and saturation

R 126 of 255 = 49%
G 134 of 255 = 53%
B 133 of 255 = 52%

126
134
133

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

Portions of RGB colors in percentages

R + G + B = 126 + 134 + 133 = 393 (100%)
R 126 of 393 ~ 32.06%
G 134 of 393 ~ 34.1%
B 133 of 393 ~ 33.84'%

%32.06
%34.1
%33.84

CMYK color model

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

  • cyan value is 5.97%
  • magenta value is 0.00%
  • yellow value is 0.75%
  • key color value is 47.45%

CMYK: (6,0,1,47)
C6M0Y1K47 (6%, 0%, 1%, 47%)
(0.06 / 0.00 / 0.01 / 0.47)

CMYK percentages

%5.97
%0
%0.75
%47.45

Codes

Color #7E8685 in popluar color models

7E 86 85
RGB 126 134 133
HSL 173° 3.20% 50.98%
HSB/HSV 173° 5.97% 52.55%
CMYK 5.97% 0.00% 0.75%
47.45%

Color #7E8685 in popluar number systems.

HEX 7E 86 85
Decimal 126 134 133
Binary 1111110 10000110 10000101
Octal 176 206 205

Shades and tints

Shades of #7E8685

#7E8685
(126,134,133)
#737A79
(115,122,121)
#686E6D
(104,110,109)
#5D6261
(93,98,97)
#525655
(82,86,85)
#474A49
(71,74,73)
#3C3E3D
(60,62,61)
#313231
(49,50,49)
#262625
(38,38,37)
#1B1A19
(27,26,25)
#100E0D
(16,14,13)
#000000
(0,0,0)

Tints of #7E8685

#7E8685
(126,134,133)
#899190
(137,145,144)
#949C9B
(148,156,155)
#9FA7A6
(159,167,166)
#AAB2B1
(170,178,177)
#B5BDBC
(181,189,188)
#C0C8C7
(192,200,199)
#CBD3D2
(203,211,210)
#D6DEDD
(214,222,221)
#E1E9E8
(225,233,232)
#ECF4F3
(236,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E8685; }

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

This text font color is #7E8685.

Background Color

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

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

This div background color is #7E8685.

Border color

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

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

This div border color is #7E8685.

Opacity

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

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

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

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

This text has shadow with #7E8685 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E8685.

Preview

Color preview on black background

This text has color #7E8685 on black background.


Color preview on white background

This text has color #7E8685 on white background.


Black color preview on #7E8685 background

This text has black color on #7E8685 background.


White color preview on #7E8685 background

This text has white color on #7E8685 background.


Related colors

Complementary color

Complementary color for #hex is #81797A.


I love getcolorcode.com

Triadic colors

1 #857E86 and #86857E with #7E8685 are triadic colors.

2 #85867E and #867E85 with #7E8685 are triadic colors.