COLOR #8E9CAE

HEX: #8E9CAE
RGB: (142,156,174)

Color info

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

RGB color model

#8E9CAE color RGB value is (142,156,174).

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

RGB channels and saturation

R 142 of 255 = 56%
G 156 of 255 = 61%
B 174 of 255 = 68%

142
156
174

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

Portions of RGB colors in percentages

R + G + B =
142 + 156 + 174 = 472 (100%)
R 142 of 472 ~ 30.08%
G 156 of 472 ~ 33.05%
B 174 of 472 ~ 36.86%

%30.08
%33.05
%36.86

CMYK color model

#8E9CAE color CMYK value is (18,10,0,32).

  • cyan value is 18.39%
  • magenta value is 10.34%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(18,10,0,32)
C18M10Y0K32 
(18%,10%,0%,32%)
(0.18/0.10/0.00/0.32)	

CMYK percentages

%18.39
%10.34
%0
%31.76

Codes

Color #8E9CAE in popluar color models

8E9CAE
RGB142156174
HSL214°16.49%61.96%
HSB/HSV214°18.39%68.24%
CMYK18.39%10.34%0.00%
31.76%

Color #8E9CAE in popluar number systems.

HEX8E9CAE
Decimal142156174
Binary100011101001110010101110
Octal216234256

Shades and tints

Shades of #8E9CAE

#8E9CAE
(142,156,174)
#828E9F
(130,142,159)
#768090
(118,128,144)
#6A7281
(106,114,129)
#5E6472
(94,100,114)
#525663
(82,86,99)
#464854
(70,72,84)
#3A3A45
(58,58,69)
#2E2C36
(46,44,54)
#221E27
(34,30,39)
#161018
(22,16,24)
#000000
(0,0,0)

Tints of #8E9CAE

#8E9CAE
(142,156,174)
#98A5B5
(152,165,181)
#A2AEBC
(162,174,188)
#ACB7C3
(172,183,195)
#B6C0CA
(182,192,202)
#C0C9D1
(192,201,209)
#CAD2D8
(202,210,216)
#D4DBDF
(212,219,223)
#DEE4E6
(222,228,230)
#E8EDED
(232,237,237)
#F2F6F4
(242,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E9CAE; }

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

This text font color is #8E9CAE.


Background Color

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

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

This div background color is #8E9CAE.


Border color

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

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

This div border color is #8E9CAE.


Opacity

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

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

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

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

This text has shadow with #8E9CAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E9CAE on black background.


Color preview on white background

This text has color #8E9CAE on white background.



Black color preview on #8E9CAE background

This text has black color on #8E9CAE background.


White color preview on #8E9CAE background

This text has white color on #8E9CAE background.