COLOR #8E7984

HEX: #8E7984
RGB: (142,121,132)

Color info

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

RGB color model

#8E7984 color RGB value is (142,121,132).

  • red value is 142;
  • green value is 121;
  • blue value is 132.
RGB:
(142,121,132)
(56%,47%,52%)

RGB channels and saturation

R 142 of 255 = 56%
G 121 of 255 = 47%
B 132 of 255 = 52%

142
121
132

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

Portions of RGB colors in percentages

R + G + B =
142 + 121 + 132 = 395 (100%)
R 142 of 395 ~ 35.95%
G 121 of 395 ~ 30.63%
B 132 of 395 ~ 33.42%

%35.95
%30.63
%33.42

CMYK color model

#8E7984 color CMYK value is (0,15,7,44).

  • cyan value is 0.00%
  • magenta value is 14.79%
  • yellow value is 7.04%
  • key color value is 44.31%
CMYK:
(0,15,7,44)
C0M15Y7K44 
(0%,15%,7%,44%)
(0.00/0.15/0.07/0.44)	

CMYK percentages

%0
%14.79
%7.04
%44.31

Codes

Color #8E7984 in popluar color models

8E7984
RGB142121132
HSL329°8.50%51.57%
HSB/HSV329°14.79%55.69%
CMYK0.00%14.79%7.04%
44.31%

Color #8E7984 in popluar number systems.

HEX8E7984
Decimal142121132
Binary10001110111100110000100
Octal216171204

Shades and tints

Shades of #8E7984

#8E7984
(142,121,132)
#826E78
(130,110,120)
#76636C
(118,99,108)
#6A5860
(106,88,96)
#5E4D54
(94,77,84)
#524248
(82,66,72)
#46373C
(70,55,60)
#3A2C30
(58,44,48)
#2E2124
(46,33,36)
#221618
(34,22,24)
#160B0C
(22,11,12)
#000000
(0,0,0)

Tints of #8E7984

#8E7984
(142,121,132)
#98858F
(152,133,143)
#A2919A
(162,145,154)
#AC9DA5
(172,157,165)
#B6A9B0
(182,169,176)
#C0B5BB
(192,181,187)
#CAC1C6
(202,193,198)
#D4CDD1
(212,205,209)
#DED9DC
(222,217,220)
#E8E5E7
(232,229,231)
#F2F1F2
(242,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E7984 color. Also use rgb(142,121,132) instead hex code.

Text Font Color

.myTextColor { color: #8E7984; }

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

This text font color is #8E7984.


Background Color

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

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

This div background color is #8E7984.


Border color

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

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

This div border color is #8E7984.


Opacity

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

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

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

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

This text has shadow with #8E7984 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E7984 on black background.


Color preview on white background

This text has color #8E7984 on white background.



Black color preview on #8E7984 background

This text has black color on #8E7984 background.


White color preview on #8E7984 background

This text has white color on #8E7984 background.