COLOR #8E6980

HEX: #8E6980 RGB: (142,105,128)

Color info

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

RGB color model

#8E6980 color RGB value is (142,105,128).

RGB: (142,105,128) (56%, 41%, 50%)

RGB channels and saturation

R 142 of 255 = 56%
G 105 of 255 = 41%
B 128 of 255 = 50%

142
105
128

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

Portions of RGB colors in percentages

R + G + B = 142 + 105 + 128 = 375 (100%)
R 142 of 375 ~ 37.87%
G 105 of 375 ~ 28%
B 128 of 375 ~ 34.13'%

%37.87
%28
%34.13

CMYK color model

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

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

CMYK: (0,26,10,44)
C0M26Y10K44 (0%, 26%, 10%, 44%)
(0.00 / 0.26 / 0.10 / 0.44)

CMYK percentages

%0
%26.06
%9.86
%44.31

Codes

Color #8E6980 in popluar color models

8E 69 80
RGB 142 105 128
HSL 323° 14.98% 48.43%
HSB/HSV 323° 26.06% 55.69%
CMYK 0.00% 26.06% 9.86%
44.31%

Color #8E6980 in popluar number systems.

HEX 8E 69 80
Decimal 142 105 128
Binary 10001110 1101001 10000000
Octal 216 151 200

Shades and tints

Shades of #8E6980

#8E6980
(142,105,128)
#826075
(130,96,117)
#76576A
(118,87,106)
#6A4E5F
(106,78,95)
#5E4554
(94,69,84)
#523C49
(82,60,73)
#46333E
(70,51,62)
#3A2A33
(58,42,51)
#2E2128
(46,33,40)
#22181D
(34,24,29)
#160F12
(22,15,18)
#000000
(0,0,0)

Tints of #8E6980

#8E6980
(142,105,128)
#98768B
(152,118,139)
#A28396
(162,131,150)
#AC90A1
(172,144,161)
#B69DAC
(182,157,172)
#C0AAB7
(192,170,183)
#CAB7C2
(202,183,194)
#D4C4CD
(212,196,205)
#DED1D8
(222,209,216)
#E8DEE3
(232,222,227)
#F2EBEE
(242,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E6980; }

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

This text font color is #8E6980.

Background Color

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

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

This div background color is #8E6980.

Border color

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

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

This div border color is #8E6980.

Opacity

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

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

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

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

This text has shadow with #8E6980 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8E6980.

Preview

Color preview on black background

This text has color #8E6980 on black background.


Color preview on white background

This text has color #8E6980 on white background.


Black color preview on #8E6980 background

This text has black color on #8E6980 background.


White color preview on #8E6980 background

This text has white color on #8E6980 background.


Related colors

Complementary color

Complementary color for #hex is #71967F.


I love getcolorcode.com

Triadic colors

1 #808E69 and #69808E with #8E6980 are triadic colors.

2 #80698E and #698E80 with #8E6980 are triadic colors.