COLOR #8E757C

HEX: #8E757C RGB: (142,117,124)

Color info

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

RGB color model

#8E757C color RGB value is (142,117,124).

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

RGB channels and saturation

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

142
117
124

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

Portions of RGB colors in percentages

R + G + B = 142 + 117 + 124 = 383 (100%)
R 142 of 383 ~ 37.08%
G 117 of 383 ~ 30.55%
B 124 of 383 ~ 32.38'%

%37.08
%30.55
%32.38

CMYK color model

#8E757C color CMYK value is (0,18,13,44).

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

CMYK: (0,18,13,44)
C0M18Y13K44 (0%, 18%, 13%, 44%)
(0.00 / 0.18 / 0.13 / 0.44)

CMYK percentages

%0
%17.61
%12.68
%44.31

Codes

Color #8E757C in popluar color models

8E 75 7C
RGB 142 117 124
HSL 343° 9.96% 50.78%
HSB/HSV 343° 17.61% 55.69%
CMYK 0.00% 17.61% 12.68%
44.31%

Color #8E757C in popluar number systems.

HEX 8E 75 7C
Decimal 142 117 124
Binary 10001110 1110101 1111100
Octal 216 165 174

Shades and tints

Shades of #8E757C

#8E757C
(142,117,124)
#826B71
(130,107,113)
#766166
(118,97,102)
#6A575B
(106,87,91)
#5E4D50
(94,77,80)
#524345
(82,67,69)
#46393A
(70,57,58)
#3A2F2F
(58,47,47)
#2E2524
(46,37,36)
#221B19
(34,27,25)
#16110E
(22,17,14)
#000000
(0,0,0)

Tints of #8E757C

#8E757C
(142,117,124)
#988187
(152,129,135)
#A28D92
(162,141,146)
#AC999D
(172,153,157)
#B6A5A8
(182,165,168)
#C0B1B3
(192,177,179)
#CABDBE
(202,189,190)
#D4C9C9
(212,201,201)
#DED5D4
(222,213,212)
#E8E1DF
(232,225,223)
#F2EDEA
(242,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E757C; }

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

This text font color is #8E757C.

Background Color

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

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

This div background color is #8E757C.

Border color

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

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

This div border color is #8E757C.

Opacity

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

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

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

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

This text has shadow with #8E757C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8E757C.

Preview

Color preview on black background

This text has color #8E757C on black background.


Color preview on white background

This text has color #8E757C on white background.


Black color preview on #8E757C background

This text has black color on #8E757C background.


White color preview on #8E757C background

This text has white color on #8E757C background.


Related colors

Complementary color

Complementary color for #hex is #718A83.


I love getcolorcode.com

Triadic colors

1 #7C8E75 and #757C8E with #8E757C are triadic colors.

2 #7C758E and #758E7C with #8E757C are triadic colors.