COLOR #8E80AA

HEX: #8E80AA
RGB: (142,128,170)

Color info

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

RGB color model

#8E80AA color RGB value is (142,128,170).

  • red value is 142;
  • green value is 128;
  • blue value is 170.
RGB:
(142,128,170)
(56%,50%,67%)

RGB channels and saturation

R 142 of 255 = 56%
G 128 of 255 = 50%
B 170 of 255 = 67%

142
128
170

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

Portions of RGB colors in percentages

R + G + B =
142 + 128 + 170 = 440 (100%)
R 142 of 440 ~ 32.27%
G 128 of 440 ~ 29.09%
B 170 of 440 ~ 38.64%

%32.27
%29.09
%38.64

CMYK color model

#8E80AA color CMYK value is (16,25,0,33).

  • cyan value is 16.47%
  • magenta value is 24.71%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(16,25,0,33)
C16M25Y0K33 
(16%,25%,0%,33%)
(0.16/0.25/0.00/0.33)	

CMYK percentages

%16.47
%24.71
%0
%33.33

Codes

Color #8E80AA in popluar color models

8E80AA
RGB142128170
HSL260°19.81%58.43%
HSB/HSV260°24.71%66.67%
CMYK16.47%24.71%0.00%
33.33%

Color #8E80AA in popluar number systems.

HEX8E80AA
Decimal142128170
Binary100011101000000010101010
Octal216200252

Shades and tints

Shades of #8E80AA

#8E80AA
(142,128,170)
#82759B
(130,117,155)
#766A8C
(118,106,140)
#6A5F7D
(106,95,125)
#5E546E
(94,84,110)
#52495F
(82,73,95)
#463E50
(70,62,80)
#3A3341
(58,51,65)
#2E2832
(46,40,50)
#221D23
(34,29,35)
#161214
(22,18,20)
#000000
(0,0,0)

Tints of #8E80AA

#8E80AA
(142,128,170)
#988BB1
(152,139,177)
#A296B8
(162,150,184)
#ACA1BF
(172,161,191)
#B6ACC6
(182,172,198)
#C0B7CD
(192,183,205)
#CAC2D4
(202,194,212)
#D4CDDB
(212,205,219)
#DED8E2
(222,216,226)
#E8E3E9
(232,227,233)
#F2EEF0
(242,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E80AA; }

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

This text font color is #8E80AA.


Background Color

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

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

This div background color is #8E80AA.


Border color

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

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

This div border color is #8E80AA.


Opacity

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

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

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

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

This text has shadow with #8E80AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E80AA on black background.


Color preview on white background

This text has color #8E80AA on white background.



Black color preview on #8E80AA background

This text has black color on #8E80AA background.


White color preview on #8E80AA background

This text has white color on #8E80AA background.