COLOR #8E7893

HEX: #8E7893 RGB: (142,120,147)

Color info

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

RGB color model

#8E7893 color RGB value is (142,120,147).

RGB: (142,120,147) (56%, 47%, 58%)

RGB channels and saturation

R 142 of 255 = 56%
G 120 of 255 = 47%
B 147 of 255 = 58%

142
120
147

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

Portions of RGB colors in percentages

R + G + B = 142 + 120 + 147 = 409 (100%)
R 142 of 409 ~ 34.72%
G 120 of 409 ~ 29.34%
B 147 of 409 ~ 35.94'%

%34.72
%29.34
%35.94

CMYK color model

#8E7893 color CMYK value is (3,18,0,42).

  • cyan value is 3.40%
  • magenta value is 18.37%
  • yellow value is 0.00%
  • key color value is 42.35%

CMYK: (3,18,0,42)
C3M18Y0K42 (3%, 18%, 0%, 42%)
(0.03 / 0.18 / 0.00 / 0.42)

CMYK percentages

%3.4
%18.37
%0
%42.35

Codes

Color #8E7893 in popluar color models

8E 78 93
RGB 142 120 147
HSL 289° 11.11% 52.35%
HSB/HSV 289° 18.37% 57.65%
CMYK 3.40% 18.37% 0.00%
42.35%

Color #8E7893 in popluar number systems.

HEX 8E 78 93
Decimal 142 120 147
Binary 10001110 1111000 10010011
Octal 216 170 223

Shades and tints

Shades of #8E7893

#8E7893
(142,120,147)
#826E86
(130,110,134)
#766479
(118,100,121)
#6A5A6C
(106,90,108)
#5E505F
(94,80,95)
#524652
(82,70,82)
#463C45
(70,60,69)
#3A3238
(58,50,56)
#2E282B
(46,40,43)
#221E1E
(34,30,30)
#161411
(22,20,17)
#000000
(0,0,0)

Tints of #8E7893

#8E7893
(142,120,147)
#98849C
(152,132,156)
#A290A5
(162,144,165)
#AC9CAE
(172,156,174)
#B6A8B7
(182,168,183)
#C0B4C0
(192,180,192)
#CAC0C9
(202,192,201)
#D4CCD2
(212,204,210)
#DED8DB
(222,216,219)
#E8E4E4
(232,228,228)
#F2F0ED
(242,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E7893; }

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

This text font color is #8E7893.

Background Color

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

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

This div background color is #8E7893.

Border color

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

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

This div border color is #8E7893.

Opacity

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

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

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

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

This text has shadow with #8E7893 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8E7893.

Preview

Color preview on black background

This text has color #8E7893 on black background.


Color preview on white background

This text has color #8E7893 on white background.


Black color preview on #8E7893 background

This text has black color on #8E7893 background.


White color preview on #8E7893 background

This text has white color on #8E7893 background.


Related colors

Complementary color

Complementary color for #hex is #71876C.


I love getcolorcode.com

Triadic colors

1 #938E78 and #78938E with #8E7893 are triadic colors.

2 #93788E and #788E93 with #8E7893 are triadic colors.