COLOR #8E7480

HEX: #8E7480 RGB: (142,116,128)

Color info

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

RGB color model

#8E7480 color RGB value is (142,116,128).

RGB: (142,116,128) (56%, 45%, 50%)

RGB channels and saturation

R 142 of 255 = 56%
G 116 of 255 = 45%
B 128 of 255 = 50%

142
116
128

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

Portions of RGB colors in percentages

R + G + B = 142 + 116 + 128 = 386 (100%)
R 142 of 386 ~ 36.79%
G 116 of 386 ~ 30.05%
B 128 of 386 ~ 33.16'%

%36.79
%30.05
%33.16

CMYK color model

#8E7480 color CMYK value is (0,18,10,44).

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

CMYK: (0,18,10,44)
C0M18Y10K44 (0%, 18%, 10%, 44%)
(0.00 / 0.18 / 0.10 / 0.44)

CMYK percentages

%0
%18.31
%9.86
%44.31

Codes

Color #8E7480 in popluar color models

8E 74 80
RGB 142 116 128
HSL 332° 10.32% 50.59%
HSB/HSV 332° 18.31% 55.69%
CMYK 0.00% 18.31% 9.86%
44.31%

Color #8E7480 in popluar number systems.

HEX 8E 74 80
Decimal 142 116 128
Binary 10001110 1110100 10000000
Octal 216 164 200

Shades and tints

Shades of #8E7480

#8E7480
(142,116,128)
#826A75
(130,106,117)
#76606A
(118,96,106)
#6A565F
(106,86,95)
#5E4C54
(94,76,84)
#524249
(82,66,73)
#46383E
(70,56,62)
#3A2E33
(58,46,51)
#2E2428
(46,36,40)
#221A1D
(34,26,29)
#161012
(22,16,18)
#000000
(0,0,0)

Tints of #8E7480

#8E7480
(142,116,128)
#98808B
(152,128,139)
#A28C96
(162,140,150)
#AC98A1
(172,152,161)
#B6A4AC
(182,164,172)
#C0B0B7
(192,176,183)
#CABCC2
(202,188,194)
#D4C8CD
(212,200,205)
#DED4D8
(222,212,216)
#E8E0E3
(232,224,227)
#F2ECEE
(242,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E7480; }

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

This text font color is #8E7480.

Background Color

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

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

This div background color is #8E7480.

Border color

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

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

This div border color is #8E7480.

Opacity

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

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

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

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

This text has shadow with #8E7480 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8E7480.

Preview

Color preview on black background

This text has color #8E7480 on black background.


Color preview on white background

This text has color #8E7480 on white background.


Black color preview on #8E7480 background

This text has black color on #8E7480 background.


White color preview on #8E7480 background

This text has white color on #8E7480 background.


Related colors

Complementary color

Complementary color for #hex is #718B7F.


I love getcolorcode.com

Triadic colors

1 #808E74 and #74808E with #8E7480 are triadic colors.

2 #80748E and #748E80 with #8E7480 are triadic colors.