COLOR #8E78AD

HEX: #8E78AD RGB: (142,120,173)

Color info

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

RGB color model

#8E78AD color RGB value is (142,120,173).

RGB: (142,120,173) (56%, 47%, 68%)

RGB channels and saturation

R 142 of 255 = 56%
G 120 of 255 = 47%
B 173 of 255 = 68%

142
120
173

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

Portions of RGB colors in percentages

R + G + B = 142 + 120 + 173 = 435 (100%)
R 142 of 435 ~ 32.64%
G 120 of 435 ~ 27.59%
B 173 of 435 ~ 39.77'%

%32.64
%27.59
%39.77

CMYK color model

#8E78AD color CMYK value is (18,31,0,32).

  • cyan value is 17.92%
  • magenta value is 30.64%
  • yellow value is 0.00%
  • key color value is 32.16%

CMYK: (18,31,0,32)
C18M31Y0K32 (18%, 31%, 0%, 32%)
(0.18 / 0.31 / 0.00 / 0.32)

CMYK percentages

%17.92
%30.64
%0
%32.16

Codes

Color #8E78AD in popluar color models

8E 78 AD
RGB 142 120 173
HSL 265° 24.42% 57.45%
HSB/HSV 265° 30.64% 67.84%
CMYK 17.92% 30.64% 0.00%
32.16%

Color #8E78AD in popluar number systems.

HEX 8E 78 AD
Decimal 142 120 173
Binary 10001110 1111000 10101101
Octal 216 170 255

Shades and tints

Shades of #8E78AD

#8E78AD
(142,120,173)
#826E9E
(130,110,158)
#76648F
(118,100,143)
#6A5A80
(106,90,128)
#5E5071
(94,80,113)
#524662
(82,70,98)
#463C53
(70,60,83)
#3A3244
(58,50,68)
#2E2835
(46,40,53)
#221E26
(34,30,38)
#161417
(22,20,23)
#000000
(0,0,0)

Tints of #8E78AD

#8E78AD
(142,120,173)
#9884B4
(152,132,180)
#A290BB
(162,144,187)
#AC9CC2
(172,156,194)
#B6A8C9
(182,168,201)
#C0B4D0
(192,180,208)
#CAC0D7
(202,192,215)
#D4CCDE
(212,204,222)
#DED8E5
(222,216,229)
#E8E4EC
(232,228,236)
#F2F0F3
(242,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E78AD; }

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

This text font color is #8E78AD.

Background Color

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

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

This div background color is #8E78AD.

Border color

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

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

This div border color is #8E78AD.

Opacity

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

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

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

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

This text has shadow with #8E78AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8E78AD.

Preview

Color preview on black background

This text has color #8E78AD on black background.


Color preview on white background

This text has color #8E78AD on white background.


Black color preview on #8E78AD background

This text has black color on #8E78AD background.


White color preview on #8E78AD background

This text has white color on #8E78AD background.


Related colors

Complementary color

Complementary color for #hex is #718752.


I love getcolorcode.com

Triadic colors

1 #AD8E78 and #78AD8E with #8E78AD are triadic colors.

2 #AD788E and #788EAD with #8E78AD are triadic colors.