COLOR #7E868E

HEX: #7E868E RGB: (126,134,142)

Color info

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

RGB color model

#7E868E color RGB value is (126,134,142).

RGB: (126,134,142) (49%, 53%, 56%)

RGB channels and saturation

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

126
134
142

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

Portions of RGB colors in percentages

R + G + B = 126 + 134 + 142 = 402 (100%)
R 126 of 402 ~ 31.34%
G 134 of 402 ~ 33.33%
B 142 of 402 ~ 35.32'%

%31.34
%33.33
%35.32

CMYK color model

#7E868E color CMYK value is (11,6,0,44).

  • cyan value is 11.27%
  • magenta value is 5.63%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK: (11,6,0,44) C11M6Y0K44 (11%,6%,0%,44%) (0.11/0.06/0.00/0.44) 

CMYK percentages

%11.27
%5.63
%0
%44.31

Codes

Color #7E868E in popluar color models

7E 86 8E
RGB 126 134 142
HSL 210° 6.61% 52.55%
HSB/HSV 210° 11.27% 55.69%
CMYK 11.27% 5.63% 0.00%
44.31%

Color #7E868E in popluar number systems.

HEX 7E 86 8E
Decimal 126 134 142
Binary 1111110 10000110 10001110
Octal 176 206 216

Shades and tints

Shades of #7E868E

#7E868E
(126,134,142)
#737A82
(115,122,130)
#686E76
(104,110,118)
#5D626A
(93,98,106)
#52565E
(82,86,94)
#474A52
(71,74,82)
#3C3E46
(60,62,70)
#31323A
(49,50,58)
#26262E
(38,38,46)
#1B1A22
(27,26,34)
#100E16
(16,14,22)
#000000
(0,0,0)

Tints of #7E868E

#7E868E
(126,134,142)
#899198
(137,145,152)
#949CA2
(148,156,162)
#9FA7AC
(159,167,172)
#AAB2B6
(170,178,182)
#B5BDC0
(181,189,192)
#C0C8CA
(192,200,202)
#CBD3D4
(203,211,212)
#D6DEDE
(214,222,222)
#E1E9E8
(225,233,232)
#ECF4F2
(236,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E868E; }

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

This text font color is #7E868E.

Background Color

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

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

This div background color is #7E868E.

Border color

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

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

This div border color is #7E868E.

Opacity

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

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

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

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

This text has shadow with #7E868E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E868E.

Preview

Color preview on black background

This text has color #7E868E on black background.


Color preview on white background

This text has color #7E868E on white background.


Black color preview on #7E868E background

This text has black color on #7E868E background.


White color preview on #7E868E background

This text has white color on #7E868E background.


Related colors

Complementary color

Complementary color for #hex is #817971.


I love getcolorcode.com

Triadic colors

1 #8E7E86 and #868E7E with #7E868E are triadic colors.

2 #8E867E and #867E8E with #7E868E are triadic colors.