COLOR #8E7884

HEX: #8E7884
RGB: (142,120,132)

Color info

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

RGB color model

#8E7884 color RGB value is (142,120,132).

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

RGB channels and saturation

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

142
120
132

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

Portions of RGB colors in percentages

R + G + B =
142 + 120 + 132 = 394 (100%)
R 142 of 394 ~ 36.04%
G 120 of 394 ~ 30.46%
B 132 of 394 ~ 33.5%

%36.04
%30.46
%33.5

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 15.49%
  • 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
%15.49
%7.04
%44.31

Codes

Color #8E7884 in popluar color models

8E7884
RGB142120132
HSL327°8.87%51.37%
HSB/HSV327°15.49%55.69%
CMYK0.00%15.49%7.04%
44.31%

Color #8E7884 in popluar number systems.

HEX8E7884
Decimal142120132
Binary10001110111100010000100
Octal216170204

Shades and tints

Shades of #8E7884

#8E7884
(142,120,132)
#826E78
(130,110,120)
#76646C
(118,100,108)
#6A5A60
(106,90,96)
#5E5054
(94,80,84)
#524648
(82,70,72)
#463C3C
(70,60,60)
#3A3230
(58,50,48)
#2E2824
(46,40,36)
#221E18
(34,30,24)
#16140C
(22,20,12)
#000000
(0,0,0)

Tints of #8E7884

#8E7884
(142,120,132)
#98848F
(152,132,143)
#A2909A
(162,144,154)
#AC9CA5
(172,156,165)
#B6A8B0
(182,168,176)
#C0B4BB
(192,180,187)
#CAC0C6
(202,192,198)
#D4CCD1
(212,204,209)
#DED8DC
(222,216,220)
#E8E4E7
(232,228,231)
#F2F0F2
(242,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E7884; }

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

This text font color is #8E7884.


Background Color

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

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

This div background color is #8E7884.


Border color

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

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

This div border color is #8E7884.


Opacity

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

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

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

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

This text has shadow with #8E7884 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E7884 on black background.


Color preview on white background

This text has color #8E7884 on white background.



Black color preview on #8E7884 background

This text has black color on #8E7884 background.


White color preview on #8E7884 background

This text has white color on #8E7884 background.