COLOR #8E7E8C

HEX: #8E7E8C RGB: (142,126,140)

Color info

#8E7E8C contains red, green and blue colors in about the same proportion. Web safe color of #8E7E8C is #996699 (or #969).

RGB color model

#8E7E8C color RGB value is (142,126,140).

RGB: (142,126,140) (56%, 49%, 55%)

RGB channels and saturation

R 142 of 255 = 56%
G 126 of 255 = 49%
B 140 of 255 = 55%

142
126
140

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

Portions of RGB colors in percentages

R + G + B = 142 + 126 + 140 = 408 (100%)
R 142 of 408 ~ 34.8%
G 126 of 408 ~ 30.88%
B 140 of 408 ~ 34.31'%

%34.8
%30.88
%34.31

CMYK color model

#8E7E8C color CMYK value is (0,11,1,44).

  • cyan value is 0.00%
  • magenta value is 11.27%
  • yellow value is 1.41%
  • key color value is 44.31%

CMYK: (0,11,1,44)
C0M11Y1K44 (0%, 11%, 1%, 44%)
(0.00 / 0.11 / 0.01 / 0.44)

CMYK percentages

%0
%11.27
%1.41
%44.31

Codes

Color #8E7E8C in popluar color models

8E 7E 8C
RGB 142 126 140
HSL 308° 6.61% 52.55%
HSB/HSV 308° 11.27% 55.69%
CMYK 0.00% 11.27% 1.41%
44.31%

Color #8E7E8C in popluar number systems.

HEX 8E 7E 8C
Decimal 142 126 140
Binary 10001110 1111110 10001100
Octal 216 176 214

Shades and tints

Shades of #8E7E8C

#8E7E8C
(142,126,140)
#827380
(130,115,128)
#766874
(118,104,116)
#6A5D68
(106,93,104)
#5E525C
(94,82,92)
#524750
(82,71,80)
#463C44
(70,60,68)
#3A3138
(58,49,56)
#2E262C
(46,38,44)
#221B20
(34,27,32)
#161014
(22,16,20)
#000000
(0,0,0)

Tints of #8E7E8C

#8E7E8C
(142,126,140)
#988996
(152,137,150)
#A294A0
(162,148,160)
#AC9FAA
(172,159,170)
#B6AAB4
(182,170,180)
#C0B5BE
(192,181,190)
#CAC0C8
(202,192,200)
#D4CBD2
(212,203,210)
#DED6DC
(222,214,220)
#E8E1E6
(232,225,230)
#F2ECF0
(242,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E7E8C color. Also use rgb(142,126,140) instead hex code.

Text Font Color

.myTextColor { color: #8E7E8C; }

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

This text font color is #8E7E8C.

Background Color

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

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

This div background color is #8E7E8C.

Border color

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

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

This div border color is #8E7E8C.

Opacity

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

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

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

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

This text has shadow with #8E7E8C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8E7E8C.

Preview

Color preview on black background

This text has color #8E7E8C on black background.


Color preview on white background

This text has color #8E7E8C on white background.


Black color preview on #8E7E8C background

This text has black color on #8E7E8C background.


White color preview on #8E7E8C background

This text has white color on #8E7E8C background.


Related colors

Complementary color

Complementary color for #hex is #718173.


I love getcolorcode.com

Triadic colors

1 #8C8E7E and #7E8C8E with #8E7E8C are triadic colors.

2 #8C7E8E and #7E8E8C with #8E7E8C are triadic colors.