COLOR #8E7C8D

HEX: #8E7C8D RGB: (142,124,141)

Color info

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

RGB color model

#8E7C8D color RGB value is (142,124,141).

RGB: (142,124,141) (56%, 49%, 55%)

RGB channels and saturation

R 142 of 255 = 56%
G 124 of 255 = 49%
B 141 of 255 = 55%

142
124
141

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

Portions of RGB colors in percentages

R + G + B = 142 + 124 + 141 = 407 (100%)
R 142 of 407 ~ 34.89%
G 124 of 407 ~ 30.47%
B 141 of 407 ~ 34.64'%

%34.89
%30.47
%34.64

CMYK color model

#8E7C8D color CMYK value is (0,13,1,44).

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

CMYK: (0,13,1,44)
C0M13Y1K44 (0%, 13%, 1%, 44%)
(0.00 / 0.13 / 0.01 / 0.44)

CMYK percentages

%0
%12.68
%0.7
%44.31

Codes

Color #8E7C8D in popluar color models

8E 7C 8D
RGB 142 124 141
HSL 303° 7.38% 52.16%
HSB/HSV 303° 12.68% 55.69%
CMYK 0.00% 12.68% 0.70%
44.31%

Color #8E7C8D in popluar number systems.

HEX 8E 7C 8D
Decimal 142 124 141
Binary 10001110 1111100 10001101
Octal 216 174 215

Shades and tints

Shades of #8E7C8D

#8E7C8D
(142,124,141)
#827181
(130,113,129)
#766675
(118,102,117)
#6A5B69
(106,91,105)
#5E505D
(94,80,93)
#524551
(82,69,81)
#463A45
(70,58,69)
#3A2F39
(58,47,57)
#2E242D
(46,36,45)
#221921
(34,25,33)
#160E15
(22,14,21)
#000000
(0,0,0)

Tints of #8E7C8D

#8E7C8D
(142,124,141)
#988797
(152,135,151)
#A292A1
(162,146,161)
#AC9DAB
(172,157,171)
#B6A8B5
(182,168,181)
#C0B3BF
(192,179,191)
#CABEC9
(202,190,201)
#D4C9D3
(212,201,211)
#DED4DD
(222,212,221)
#E8DFE7
(232,223,231)
#F2EAF1
(242,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E7C8D; }

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

This text font color is #8E7C8D.

Background Color

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

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

This div background color is #8E7C8D.

Border color

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

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

This div border color is #8E7C8D.

Opacity

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

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

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

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

This text has shadow with #8E7C8D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8E7C8D.

Preview

Color preview on black background

This text has color #8E7C8D on black background.


Color preview on white background

This text has color #8E7C8D on white background.


Black color preview on #8E7C8D background

This text has black color on #8E7C8D background.


White color preview on #8E7C8D background

This text has white color on #8E7C8D background.


Related colors

Complementary color

Complementary color for #hex is #718372.


I love getcolorcode.com

Triadic colors

1 #8D8E7C and #7C8D8E with #8E7C8D are triadic colors.

2 #8D7C8E and #7C8E8D with #8E7C8D are triadic colors.