COLOR #8E78AF

HEX: #8E78AF
RGB: (142,120,175)

Color info

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

RGB color model

#8E78AF color RGB value is (142,120,175).

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

RGB channels and saturation

R 142 of 255 = 56%
G 120 of 255 = 47%
B 175 of 255 = 69%

142
120
175

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

Portions of RGB colors in percentages

R + G + B =
142 + 120 + 175 = 437 (100%)
R 142 of 437 ~ 32.49%
G 120 of 437 ~ 27.46%
B 175 of 437 ~ 40.05%

%32.49
%27.46
%40.05

CMYK color model

#8E78AF color CMYK value is (19,31,0,31).

  • cyan value is 18.86%
  • magenta value is 31.43%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(19,31,0,31)
C19M31Y0K31 
(19%,31%,0%,31%)
(0.19/0.31/0.00/0.31)	

CMYK percentages

%18.86
%31.43
%0
%31.37

Codes

Color #8E78AF in popluar color models

8E78AF
RGB142120175
HSL264°25.58%57.84%
HSB/HSV264°31.43%68.63%
CMYK18.86%31.43%0.00%
31.37%

Color #8E78AF in popluar number systems.

HEX8E78AF
Decimal142120175
Binary10001110111100010101111
Octal216170257

Shades and tints

Shades of #8E78AF

#8E78AF
(142,120,175)
#826EA0
(130,110,160)
#766491
(118,100,145)
#6A5A82
(106,90,130)
#5E5073
(94,80,115)
#524664
(82,70,100)
#463C55
(70,60,85)
#3A3246
(58,50,70)
#2E2837
(46,40,55)
#221E28
(34,30,40)
#161419
(22,20,25)
#000000
(0,0,0)

Tints of #8E78AF

#8E78AF
(142,120,175)
#9884B6
(152,132,182)
#A290BD
(162,144,189)
#AC9CC4
(172,156,196)
#B6A8CB
(182,168,203)
#C0B4D2
(192,180,210)
#CAC0D9
(202,192,217)
#D4CCE0
(212,204,224)
#DED8E7
(222,216,231)
#E8E4EE
(232,228,238)
#F2F0F5
(242,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E78AF; }

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

This text font color is #8E78AF.


Background Color

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

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

This div background color is #8E78AF.


Border color

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

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

This div border color is #8E78AF.


Opacity

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

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

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

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

This text has shadow with #8E78AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E78AF on black background.


Color preview on white background

This text has color #8E78AF on white background.



Black color preview on #8E78AF background

This text has black color on #8E78AF background.


White color preview on #8E78AF background

This text has white color on #8E78AF background.