COLOR #8E7484

HEX: #8E7484
RGB: (142,116,132)

Color info

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

RGB color model

#8E7484 color RGB value is (142,116,132).

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

RGB channels and saturation

R 142 of 255 = 56%
G 116 of 255 = 45%
B 132 of 255 = 52%

142
116
132

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

Portions of RGB colors in percentages

R + G + B =
142 + 116 + 132 = 390 (100%)
R 142 of 390 ~ 36.41%
G 116 of 390 ~ 29.74%
B 132 of 390 ~ 33.85%

%36.41
%29.74
%33.85

CMYK color model

#8E7484 color CMYK value is (0,18,7,44).

  • cyan value is 0.00%
  • magenta value is 18.31%
  • yellow value is 7.04%
  • key color value is 44.31%
CMYK:
(0,18,7,44)
C0M18Y7K44 
(0%,18%,7%,44%)
(0.00/0.18/0.07/0.44)	

CMYK percentages

%0
%18.31
%7.04
%44.31

Codes

Color #8E7484 in popluar color models

8E7484
RGB142116132
HSL323°10.32%50.59%
HSB/HSV323°18.31%55.69%
CMYK0.00%18.31%7.04%
44.31%

Color #8E7484 in popluar number systems.

HEX8E7484
Decimal142116132
Binary10001110111010010000100
Octal216164204

Shades and tints

Shades of #8E7484

#8E7484
(142,116,132)
#826A78
(130,106,120)
#76606C
(118,96,108)
#6A5660
(106,86,96)
#5E4C54
(94,76,84)
#524248
(82,66,72)
#46383C
(70,56,60)
#3A2E30
(58,46,48)
#2E2424
(46,36,36)
#221A18
(34,26,24)
#16100C
(22,16,12)
#000000
(0,0,0)

Tints of #8E7484

#8E7484
(142,116,132)
#98808F
(152,128,143)
#A28C9A
(162,140,154)
#AC98A5
(172,152,165)
#B6A4B0
(182,164,176)
#C0B0BB
(192,176,187)
#CABCC6
(202,188,198)
#D4C8D1
(212,200,209)
#DED4DC
(222,212,220)
#E8E0E7
(232,224,231)
#F2ECF2
(242,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E7484; }

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

This text font color is #8E7484.


Background Color

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

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

This div background color is #8E7484.


Border color

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

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

This div border color is #8E7484.


Opacity

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

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

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

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

This text has shadow with #8E7484 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E7484 on black background.


Color preview on white background

This text has color #8E7484 on white background.



Black color preview on #8E7484 background

This text has black color on #8E7484 background.


White color preview on #8E7484 background

This text has white color on #8E7484 background.