COLOR #8E8DAF

HEX: #8E8DAF
RGB: (142,141,175)

Color info

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

RGB color model

#8E8DAF color RGB value is (142,141,175).

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

RGB channels and saturation

R 142 of 255 = 56%
G 141 of 255 = 55%
B 175 of 255 = 69%

142
141
175

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

Portions of RGB colors in percentages

R + G + B =
142 + 141 + 175 = 458 (100%)
R 142 of 458 ~ 31%
G 141 of 458 ~ 30.79%
B 175 of 458 ~ 38.21%

%31
%30.79
%38.21

CMYK color model

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

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

CMYK percentages

%18.86
%19.43
%0
%31.37

Codes

Color #8E8DAF in popluar color models

8E8DAF
RGB142141175
HSL242°17.53%61.96%
HSB/HSV242°19.43%68.63%
CMYK18.86%19.43%0.00%
31.37%

Color #8E8DAF in popluar number systems.

HEX8E8DAF
Decimal142141175
Binary100011101000110110101111
Octal216215257

Shades and tints

Shades of #8E8DAF

#8E8DAF
(142,141,175)
#8281A0
(130,129,160)
#767591
(118,117,145)
#6A6982
(106,105,130)
#5E5D73
(94,93,115)
#525164
(82,81,100)
#464555
(70,69,85)
#3A3946
(58,57,70)
#2E2D37
(46,45,55)
#222128
(34,33,40)
#161519
(22,21,25)
#000000
(0,0,0)

Tints of #8E8DAF

#8E8DAF
(142,141,175)
#9897B6
(152,151,182)
#A2A1BD
(162,161,189)
#ACABC4
(172,171,196)
#B6B5CB
(182,181,203)
#C0BFD2
(192,191,210)
#CAC9D9
(202,201,217)
#D4D3E0
(212,211,224)
#DEDDE7
(222,221,231)
#E8E7EE
(232,231,238)
#F2F1F5
(242,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E8DAF; }

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

This text font color is #8E8DAF.


Background Color

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

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

This div background color is #8E8DAF.


Border color

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

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

This div border color is #8E8DAF.


Opacity

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

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

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

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

This text has shadow with #8E8DAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E8DAF on black background.


Color preview on white background

This text has color #8E8DAF on white background.



Black color preview on #8E8DAF background

This text has black color on #8E8DAF background.


White color preview on #8E8DAF background

This text has white color on #8E8DAF background.