COLOR #8E7083

HEX: #8E7083 RGB: (142,112,131)

Color info

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

RGB color model

#8E7083 color RGB value is (142,112,131).

RGB: (142,112,131) (56%, 44%, 51%)

RGB channels and saturation

R 142 of 255 = 56%
G 112 of 255 = 44%
B 131 of 255 = 51%

142
112
131

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

Portions of RGB colors in percentages

R + G + B = 142 + 112 + 131 = 385 (100%)
R 142 of 385 ~ 36.88%
G 112 of 385 ~ 29.09%
B 131 of 385 ~ 34.03'%

%36.88
%29.09
%34.03

CMYK color model

#8E7083 color CMYK value is (0,21,8,44).

  • cyan value is 0.00%
  • magenta value is 21.13%
  • yellow value is 7.75%
  • key color value is 44.31%

CMYK: (0,21,8,44)
C0M21Y8K44 (0%, 21%, 8%, 44%)
(0.00 / 0.21 / 0.08 / 0.44)

CMYK percentages

%0
%21.13
%7.75
%44.31

Codes

Color #8E7083 in popluar color models

8E 70 83
RGB 142 112 131
HSL 322° 11.81% 49.80%
HSB/HSV 322° 21.13% 55.69%
CMYK 0.00% 21.13% 7.75%
44.31%

Color #8E7083 in popluar number systems.

HEX 8E 70 83
Decimal 142 112 131
Binary 10001110 1110000 10000011
Octal 216 160 203

Shades and tints

Shades of #8E7083

#8E7083
(142,112,131)
#826678
(130,102,120)
#765C6D
(118,92,109)
#6A5262
(106,82,98)
#5E4857
(94,72,87)
#523E4C
(82,62,76)
#463441
(70,52,65)
#3A2A36
(58,42,54)
#2E202B
(46,32,43)
#221620
(34,22,32)
#160C15
(22,12,21)
#000000
(0,0,0)

Tints of #8E7083

#8E7083
(142,112,131)
#987D8E
(152,125,142)
#A28A99
(162,138,153)
#AC97A4
(172,151,164)
#B6A4AF
(182,164,175)
#C0B1BA
(192,177,186)
#CABEC5
(202,190,197)
#D4CBD0
(212,203,208)
#DED8DB
(222,216,219)
#E8E5E6
(232,229,230)
#F2F2F1
(242,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E7083 color. Also use rgb(142,112,131) instead hex code.

Text Font Color

.myTextColor { color: #8E7083; }

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

This text font color is #8E7083.

Background Color

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

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

This div background color is #8E7083.

Border color

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

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

This div border color is #8E7083.

Opacity

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

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

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

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

This text has shadow with #8E7083 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8E7083.

Preview

Color preview on black background

This text has color #8E7083 on black background.


Color preview on white background

This text has color #8E7083 on white background.


Black color preview on #8E7083 background

This text has black color on #8E7083 background.


White color preview on #8E7083 background

This text has white color on #8E7083 background.


Related colors

Complementary color

Complementary color for #hex is #718F7C.


I love getcolorcode.com

Triadic colors

1 #838E70 and #70838E with #8E7083 are triadic colors.

2 #83708E and #708E83 with #8E7083 are triadic colors.