COLOR #8E83AB

HEX: #8E83AB
RGB: (142,131,171)

Color info

#8E83AB contains red, green and blue colors in about the same proportion. Web safe color of #8E83AB is #999999 (or #999).

RGB color model

#8E83AB color RGB value is (142,131,171).

  • red value is 142;
  • green value is 131;
  • blue value is 171.
RGB:
(142,131,171)
(56%,51%,67%)

RGB channels and saturation

R 142 of 255 = 56%
G 131 of 255 = 51%
B 171 of 255 = 67%

142
131
171

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

Portions of RGB colors in percentages

R + G + B =
142 + 131 + 171 = 444 (100%)
R 142 of 444 ~ 31.98%
G 131 of 444 ~ 29.5%
B 171 of 444 ~ 38.51%

%31.98
%29.5
%38.51

CMYK color model

#8E83AB color CMYK value is (17,23,0,33).

  • cyan value is 16.96%
  • magenta value is 23.39%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(17,23,0,33)
C17M23Y0K33 
(17%,23%,0%,33%)
(0.17/0.23/0.00/0.33)	

CMYK percentages

%16.96
%23.39
%0
%32.94

Codes

Color #8E83AB in popluar color models

8E83AB
RGB142131171
HSL257°19.23%59.22%
HSB/HSV257°23.39%67.06%
CMYK16.96%23.39%0.00%
32.94%

Color #8E83AB in popluar number systems.

HEX8E83AB
Decimal142131171
Binary100011101000001110101011
Octal216203253

Shades and tints

Shades of #8E83AB

#8E83AB
(142,131,171)
#82789C
(130,120,156)
#766D8D
(118,109,141)
#6A627E
(106,98,126)
#5E576F
(94,87,111)
#524C60
(82,76,96)
#464151
(70,65,81)
#3A3642
(58,54,66)
#2E2B33
(46,43,51)
#222024
(34,32,36)
#161515
(22,21,21)
#000000
(0,0,0)

Tints of #8E83AB

#8E83AB
(142,131,171)
#988EB2
(152,142,178)
#A299B9
(162,153,185)
#ACA4C0
(172,164,192)
#B6AFC7
(182,175,199)
#C0BACE
(192,186,206)
#CAC5D5
(202,197,213)
#D4D0DC
(212,208,220)
#DEDBE3
(222,219,227)
#E8E6EA
(232,230,234)
#F2F1F1
(242,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E83AB color. Also use rgb(142,131,171) instead hex code.

Text Font Color

.myTextColor { color: #8E83AB; }

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

This text font color is #8E83AB.


Background Color

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

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

This div background color is #8E83AB.


Border color

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

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

This div border color is #8E83AB.


Opacity

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

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

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

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

This text has shadow with #8E83AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E83AB on black background.


Color preview on white background

This text has color #8E83AB on white background.



Black color preview on #8E83AB background

This text has black color on #8E83AB background.


White color preview on #8E83AB background

This text has white color on #8E83AB background.