COLOR #8E7EAC

HEX: #8E7EAC
RGB: (142,126,172)

Color info

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

RGB color model

#8E7EAC color RGB value is (142,126,172).

  • red value is 142;
  • green value is 126;
  • blue value is 172.
RGB:
(142,126,172)
(56%,49%,67%)

RGB channels and saturation

R 142 of 255 = 56%
G 126 of 255 = 49%
B 172 of 255 = 67%

142
126
172

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

Portions of RGB colors in percentages

R + G + B =
142 + 126 + 172 = 440 (100%)
R 142 of 440 ~ 32.27%
G 126 of 440 ~ 28.64%
B 172 of 440 ~ 39.09%

%32.27
%28.64
%39.09

CMYK color model

#8E7EAC color CMYK value is (17,27,0,33).

  • cyan value is 17.44%
  • magenta value is 26.74%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(17,27,0,33)
C17M27Y0K33 
(17%,27%,0%,33%)
(0.17/0.27/0.00/0.33)	

CMYK percentages

%17.44
%26.74
%0
%32.55

Codes

Color #8E7EAC in popluar color models

8E7EAC
RGB142126172
HSL261°21.70%58.43%
HSB/HSV261°26.74%67.45%
CMYK17.44%26.74%0.00%
32.55%

Color #8E7EAC in popluar number systems.

HEX8E7EAC
Decimal142126172
Binary10001110111111010101100
Octal216176254

Shades and tints

Shades of #8E7EAC

#8E7EAC
(142,126,172)
#82739D
(130,115,157)
#76688E
(118,104,142)
#6A5D7F
(106,93,127)
#5E5270
(94,82,112)
#524761
(82,71,97)
#463C52
(70,60,82)
#3A3143
(58,49,67)
#2E2634
(46,38,52)
#221B25
(34,27,37)
#161016
(22,16,22)
#000000
(0,0,0)

Tints of #8E7EAC

#8E7EAC
(142,126,172)
#9889B3
(152,137,179)
#A294BA
(162,148,186)
#AC9FC1
(172,159,193)
#B6AAC8
(182,170,200)
#C0B5CF
(192,181,207)
#CAC0D6
(202,192,214)
#D4CBDD
(212,203,221)
#DED6E4
(222,214,228)
#E8E1EB
(232,225,235)
#F2ECF2
(242,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E7EAC color. Also use rgb(142,126,172) instead hex code.

Text Font Color

.myTextColor { color: #8E7EAC; }

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

This text font color is #8E7EAC.


Background Color

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

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

This div background color is #8E7EAC.


Border color

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

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

This div border color is #8E7EAC.


Opacity

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

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

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

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

This text has shadow with #8E7EAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E7EAC on black background.


Color preview on white background

This text has color #8E7EAC on white background.



Black color preview on #8E7EAC background

This text has black color on #8E7EAC background.


White color preview on #8E7EAC background

This text has white color on #8E7EAC background.