COLOR #8E7CAA

HEX: #8E7CAA RGB: (142,124,170)

Color info

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

RGB color model

#8E7CAA color RGB value is (142,124,170).

RGB: (142,124,170) (56%, 49%, 67%)

RGB channels and saturation

R 142 of 255 = 56%
G 124 of 255 = 49%
B 170 of 255 = 67%

142
124
170

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

Portions of RGB colors in percentages

R + G + B = 142 + 124 + 170 = 436 (100%)
R 142 of 436 ~ 32.57%
G 124 of 436 ~ 28.44%
B 170 of 436 ~ 38.99'%

%32.57
%28.44
%38.99

CMYK color model

#8E7CAA color CMYK value is (16,27,0,33).

  • cyan value is 16.47%
  • magenta value is 27.06%
  • yellow value is 0.00%
  • key color value is 33.33%

CMYK: (16,27,0,33)
C16M27Y0K33 (16%, 27%, 0%, 33%)
(0.16 / 0.27 / 0.00 / 0.33)

CMYK percentages

%16.47
%27.06
%0
%33.33

Codes

Color #8E7CAA in popluar color models

8E 7C AA
RGB 142 124 170
HSL 263° 21.30% 57.65%
HSB/HSV 263° 27.06% 66.67%
CMYK 16.47% 27.06% 0.00%
33.33%

Color #8E7CAA in popluar number systems.

HEX 8E 7C AA
Decimal 142 124 170
Binary 10001110 1111100 10101010
Octal 216 174 252

Shades and tints

Shades of #8E7CAA

#8E7CAA
(142,124,170)
#82719B
(130,113,155)
#76668C
(118,102,140)
#6A5B7D
(106,91,125)
#5E506E
(94,80,110)
#52455F
(82,69,95)
#463A50
(70,58,80)
#3A2F41
(58,47,65)
#2E2432
(46,36,50)
#221923
(34,25,35)
#160E14
(22,14,20)
#000000
(0,0,0)

Tints of #8E7CAA

#8E7CAA
(142,124,170)
#9887B1
(152,135,177)
#A292B8
(162,146,184)
#AC9DBF
(172,157,191)
#B6A8C6
(182,168,198)
#C0B3CD
(192,179,205)
#CABED4
(202,190,212)
#D4C9DB
(212,201,219)
#DED4E2
(222,212,226)
#E8DFE9
(232,223,233)
#F2EAF0
(242,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E7CAA color. Also use rgb(142,124,170) instead hex code.

Text Font Color

.myTextColor { color: #8E7CAA; }

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

This text font color is #8E7CAA.

Background Color

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

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

This div background color is #8E7CAA.

Border color

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

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

This div border color is #8E7CAA.

Opacity

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

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

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

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

This text has shadow with #8E7CAA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8E7CAA.

Preview

Color preview on black background

This text has color #8E7CAA on black background.


Color preview on white background

This text has color #8E7CAA on white background.


Black color preview on #8E7CAA background

This text has black color on #8E7CAA background.


White color preview on #8E7CAA background

This text has white color on #8E7CAA background.


Related colors

Complementary color

Complementary color for #hex is #718355.


I love getcolorcode.com

Triadic colors

1 #AA8E7C and #7CAA8E with #8E7CAA are triadic colors.

2 #AA7C8E and #7C8EAA with #8E7CAA are triadic colors.