COLOR #8E6983

HEX: #8E6983 RGB: (142,105,131)

Color info

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

RGB color model

#8E6983 color RGB value is (142,105,131).

RGB: (142,105,131) (56%, 41%, 51%)

RGB channels and saturation

R 142 of 255 = 56%
G 105 of 255 = 41%
B 131 of 255 = 51%

142
105
131

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

Portions of RGB colors in percentages

R + G + B = 142 + 105 + 131 = 378 (100%)
R 142 of 378 ~ 37.57%
G 105 of 378 ~ 27.78%
B 131 of 378 ~ 34.66'%

%37.57
%27.78
%34.66

CMYK color model

#8E6983 color CMYK value is (0,26,8,44).

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

CMYK: (0,26,8,44)
C0M26Y8K44 (0%, 26%, 8%, 44%)
(0.00 / 0.26 / 0.08 / 0.44)

CMYK percentages

%0
%26.06
%7.75
%44.31

Codes

Color #8E6983 in popluar color models

8E 69 83
RGB 142 105 131
HSL 318° 14.98% 48.43%
HSB/HSV 318° 26.06% 55.69%
CMYK 0.00% 26.06% 7.75%
44.31%

Color #8E6983 in popluar number systems.

HEX 8E 69 83
Decimal 142 105 131
Binary 10001110 1101001 10000011
Octal 216 151 203

Shades and tints

Shades of #8E6983

#8E6983
(142,105,131)
#826078
(130,96,120)
#76576D
(118,87,109)
#6A4E62
(106,78,98)
#5E4557
(94,69,87)
#523C4C
(82,60,76)
#463341
(70,51,65)
#3A2A36
(58,42,54)
#2E212B
(46,33,43)
#221820
(34,24,32)
#160F15
(22,15,21)
#000000
(0,0,0)

Tints of #8E6983

#8E6983
(142,105,131)
#98768E
(152,118,142)
#A28399
(162,131,153)
#AC90A4
(172,144,164)
#B69DAF
(182,157,175)
#C0AABA
(192,170,186)
#CAB7C5
(202,183,197)
#D4C4D0
(212,196,208)
#DED1DB
(222,209,219)
#E8DEE6
(232,222,230)
#F2EBF1
(242,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E6983; }

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

This text font color is #8E6983.

Background Color

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

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

This div background color is #8E6983.

Border color

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

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

This div border color is #8E6983.

Opacity

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

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

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

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

This text has shadow with #8E6983 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8E6983.

Preview

Color preview on black background

This text has color #8E6983 on black background.


Color preview on white background

This text has color #8E6983 on white background.


Black color preview on #8E6983 background

This text has black color on #8E6983 background.


White color preview on #8E6983 background

This text has white color on #8E6983 background.


Related colors

Complementary color

Complementary color for #hex is #71967C.


I love getcolorcode.com

Triadic colors

1 #838E69 and #69838E with #8E6983 are triadic colors.

2 #83698E and #698E83 with #8E6983 are triadic colors.