COLOR #8E9DAB

HEX: #8E9DAB
RGB: (142,157,171)

Color info

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

RGB color model

#8E9DAB color RGB value is (142,157,171).

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

RGB channels and saturation

R 142 of 255 = 56%
G 157 of 255 = 62%
B 171 of 255 = 67%

142
157
171

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

Portions of RGB colors in percentages

R + G + B =
142 + 157 + 171 = 470 (100%)
R 142 of 470 ~ 30.21%
G 157 of 470 ~ 33.4%
B 171 of 470 ~ 36.38%

%30.21
%33.4
%36.38

CMYK color model

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

  • cyan value is 16.96%
  • magenta value is 8.19%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(17,8,0,33)
C17M8Y0K33 
(17%,8%,0%,33%)
(0.17/0.08/0.00/0.33)	

CMYK percentages

%16.96
%8.19
%0
%32.94

Codes

Color #8E9DAB in popluar color models

8E9DAB
RGB142157171
HSL209°14.72%61.37%
HSB/HSV209°16.96%67.06%
CMYK16.96%8.19%0.00%
32.94%

Color #8E9DAB in popluar number systems.

HEX8E9DAB
Decimal142157171
Binary100011101001110110101011
Octal216235253

Shades and tints

Shades of #8E9DAB

#8E9DAB
(142,157,171)
#828F9C
(130,143,156)
#76818D
(118,129,141)
#6A737E
(106,115,126)
#5E656F
(94,101,111)
#525760
(82,87,96)
#464951
(70,73,81)
#3A3B42
(58,59,66)
#2E2D33
(46,45,51)
#221F24
(34,31,36)
#161115
(22,17,21)
#000000
(0,0,0)

Tints of #8E9DAB

#8E9DAB
(142,157,171)
#98A5B2
(152,165,178)
#A2ADB9
(162,173,185)
#ACB5C0
(172,181,192)
#B6BDC7
(182,189,199)
#C0C5CE
(192,197,206)
#CACDD5
(202,205,213)
#D4D5DC
(212,213,220)
#DEDDE3
(222,221,227)
#E8E5EA
(232,229,234)
#F2EDF1
(242,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E9DAB; }

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

This text font color is #8E9DAB.


Background Color

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

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

This div background color is #8E9DAB.


Border color

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

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

This div border color is #8E9DAB.


Opacity

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

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

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

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

This text has shadow with #8E9DAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E9DAB on black background.


Color preview on white background

This text has color #8E9DAB on white background.



Black color preview on #8E9DAB background

This text has black color on #8E9DAB background.


White color preview on #8E9DAB background

This text has white color on #8E9DAB background.