COLOR #8E9EAE

HEX: #8E9EAE
RGB: (142,158,174)

Color info

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

RGB color model

#8E9EAE color RGB value is (142,158,174).

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

RGB channels and saturation

R 142 of 255 = 56%
G 158 of 255 = 62%
B 174 of 255 = 68%

142
158
174

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

Portions of RGB colors in percentages

R + G + B =
142 + 158 + 174 = 474 (100%)
R 142 of 474 ~ 29.96%
G 158 of 474 ~ 33.33%
B 174 of 474 ~ 36.71%

%29.96
%33.33
%36.71

CMYK color model

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

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

CMYK percentages

%18.39
%9.2
%0
%31.76

Codes

Color #8E9EAE in popluar color models

8E9EAE
RGB142158174
HSL210°16.49%61.96%
HSB/HSV210°18.39%68.24%
CMYK18.39%9.20%0.00%
31.76%

Color #8E9EAE in popluar number systems.

HEX8E9EAE
Decimal142158174
Binary100011101001111010101110
Octal216236256

Shades and tints

Shades of #8E9EAE

#8E9EAE
(142,158,174)
#82909F
(130,144,159)
#768290
(118,130,144)
#6A7481
(106,116,129)
#5E6672
(94,102,114)
#525863
(82,88,99)
#464A54
(70,74,84)
#3A3C45
(58,60,69)
#2E2E36
(46,46,54)
#222027
(34,32,39)
#161218
(22,18,24)
#000000
(0,0,0)

Tints of #8E9EAE

#8E9EAE
(142,158,174)
#98A6B5
(152,166,181)
#A2AEBC
(162,174,188)
#ACB6C3
(172,182,195)
#B6BECA
(182,190,202)
#C0C6D1
(192,198,209)
#CACED8
(202,206,216)
#D4D6DF
(212,214,223)
#DEDEE6
(222,222,230)
#E8E6ED
(232,230,237)
#F2EEF4
(242,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E9EAE color. Also use rgb(142,158,174) instead hex code.

Text Font Color

.myTextColor { color: #8E9EAE; }

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

This text font color is #8E9EAE.


Background Color

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

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

This div background color is #8E9EAE.


Border color

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

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

This div border color is #8E9EAE.


Opacity

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

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

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

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

This text has shadow with #8E9EAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E9EAE on black background.


Color preview on white background

This text has color #8E9EAE on white background.



Black color preview on #8E9EAE background

This text has black color on #8E9EAE background.


White color preview on #8E9EAE background

This text has white color on #8E9EAE background.