COLOR #8E9DAD

HEX: #8E9DAD
RGB: (142,157,173)

Color info

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

RGB color model

#8E9DAD color RGB value is (142,157,173).

  • red value is 142;
  • green value is 157;
  • blue value is 173.
RGB:
(142,157,173)
(56%,62%,68%)

RGB channels and saturation

R 142 of 255 = 56%
G 157 of 255 = 62%
B 173 of 255 = 68%

142
157
173

R + G + B ~ 62%. #8E9DAD is quite light color.

Portions of RGB colors in percentages

R + G + B =
142 + 157 + 173 = 472 (100%)
R 142 of 472 ~ 30.08%
G 157 of 472 ~ 33.26%
B 173 of 472 ~ 36.65%

%30.08
%33.26
%36.65

CMYK color model

#8E9DAD color CMYK value is (18,9,0,32).

  • cyan value is 17.92%
  • magenta value is 9.25%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(18,9,0,32)
C18M9Y0K32 
(18%,9%,0%,32%)
(0.18/0.09/0.00/0.32)	

CMYK percentages

%17.92
%9.25
%0
%32.16

Codes

Color #8E9DAD in popluar color models

8E9DAD
RGB142157173
HSL211°15.90%61.76%
HSB/HSV211°17.92%67.84%
CMYK17.92%9.25%0.00%
32.16%

Color #8E9DAD in popluar number systems.

HEX8E9DAD
Decimal142157173
Binary100011101001110110101101
Octal216235255

Shades and tints

Shades of #8E9DAD

#8E9DAD
(142,157,173)
#828F9E
(130,143,158)
#76818F
(118,129,143)
#6A7380
(106,115,128)
#5E6571
(94,101,113)
#525762
(82,87,98)
#464953
(70,73,83)
#3A3B44
(58,59,68)
#2E2D35
(46,45,53)
#221F26
(34,31,38)
#161117
(22,17,23)
#000000
(0,0,0)

Tints of #8E9DAD

#8E9DAD
(142,157,173)
#98A5B4
(152,165,180)
#A2ADBB
(162,173,187)
#ACB5C2
(172,181,194)
#B6BDC9
(182,189,201)
#C0C5D0
(192,197,208)
#CACDD7
(202,205,215)
#D4D5DE
(212,213,222)
#DEDDE5
(222,221,229)
#E8E5EC
(232,229,236)
#F2EDF3
(242,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E9DAD; }

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

This text font color is #8E9DAD.


Background Color

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

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

This div background color is #8E9DAD.


Border color

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

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

This div border color is #8E9DAD.


Opacity

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

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

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

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

This text has shadow with #8E9DAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E9DAD on black background.


Color preview on white background

This text has color #8E9DAD on white background.



Black color preview on #8E9DAD background

This text has black color on #8E9DAD background.


White color preview on #8E9DAD background

This text has white color on #8E9DAD background.