COLOR #8E767C

HEX: #8E767C RGB: (142,118,124)

Color info

#8E767C contains red, green and blue colors in about the same proportion. Web safe color of #8E767C is #996666 (or #966).

RGB color model

#8E767C color RGB value is (142,118,124).

RGB: (142,118,124) (56%, 46%, 49%)

RGB channels and saturation

R 142 of 255 = 56%
G 118 of 255 = 46%
B 124 of 255 = 49%

142
118
124

R + G + B ~ 50%. #8E767C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 142 + 118 + 124 = 384 (100%)
R 142 of 384 ~ 36.98%
G 118 of 384 ~ 30.73%
B 124 of 384 ~ 32.29'%

%36.98
%30.73
%32.29

CMYK color model

#8E767C color CMYK value is (0,17,13,44).

  • cyan value is 0.00%
  • magenta value is 16.90%
  • yellow value is 12.68%
  • key color value is 44.31%

CMYK: (0,17,13,44)
C0M17Y13K44 (0%, 17%, 13%, 44%)
(0.00 / 0.17 / 0.13 / 0.44)

CMYK percentages

%0
%16.9
%12.68
%44.31

Codes

Color #8E767C in popluar color models

8E 76 7C
RGB 142 118 124
HSL 345° 9.60% 50.98%
HSB/HSV 345° 16.90% 55.69%
CMYK 0.00% 16.90% 12.68%
44.31%

Color #8E767C in popluar number systems.

HEX 8E 76 7C
Decimal 142 118 124
Binary 10001110 1110110 1111100
Octal 216 166 174

Shades and tints

Shades of #8E767C

#8E767C
(142,118,124)
#826C71
(130,108,113)
#766266
(118,98,102)
#6A585B
(106,88,91)
#5E4E50
(94,78,80)
#524445
(82,68,69)
#463A3A
(70,58,58)
#3A302F
(58,48,47)
#2E2624
(46,38,36)
#221C19
(34,28,25)
#16120E
(22,18,14)
#000000
(0,0,0)

Tints of #8E767C

#8E767C
(142,118,124)
#988287
(152,130,135)
#A28E92
(162,142,146)
#AC9A9D
(172,154,157)
#B6A6A8
(182,166,168)
#C0B2B3
(192,178,179)
#CABEBE
(202,190,190)
#D4CAC9
(212,202,201)
#DED6D4
(222,214,212)
#E8E2DF
(232,226,223)
#F2EEEA
(242,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E767C color. Also use rgb(142,118,124) instead hex code.

Text Font Color

.myTextColor { color: #8E767C; }

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

This text font color is #8E767C.

Background Color

.myBgColor { background-color: #8E767C; }

<div style="background-color:#8E767C">Inner text</div>

This div background color is #8E767C.

Border color

.myBorderColor { border: 1px solid #8E767C; }

<div style="border:3px solid #8E767C">Div</div>

This div border color is #8E767C.

Opacity

.myOpacity80 { color: #8E767C; opacity: 0.8; }

<p style="color:#8E767C;opacity:0.8;">80%</p>

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

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

This text has shadow with #8E767C color.


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

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

This text has shadow with #8E767C primary color and red secondary color.


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

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

This text has shadow with #8E767C and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #8E767C.

Preview

Color preview on black background

This text has color #8E767C on black background.


Color preview on white background

This text has color #8E767C on white background.


Black color preview on #8E767C background

This text has black color on #8E767C background.


White color preview on #8E767C background

This text has white color on #8E767C background.


Related colors

Complementary color

Complementary color for #hex is #718983.


I love getcolorcode.com

Triadic colors

1 #7C8E76 and #767C8E with #8E767C are triadic colors.

2 #7C768E and #768E7C with #8E767C are triadic colors.