COLOR #8E9EAA

HEX: #8E9EAA
RGB: (142,158,170)

Color info

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

RGB color model

#8E9EAA color RGB value is (142,158,170).

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

RGB channels and saturation

R 142 of 255 = 56%
G 158 of 255 = 62%
B 170 of 255 = 67%

142
158
170

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

Portions of RGB colors in percentages

R + G + B =
142 + 158 + 170 = 470 (100%)
R 142 of 470 ~ 30.21%
G 158 of 470 ~ 33.62%
B 170 of 470 ~ 36.17%

%30.21
%33.62
%36.17

CMYK color model

#8E9EAA color CMYK value is (16,7,0,33).

  • cyan value is 16.47%
  • magenta value is 7.06%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(16,7,0,33)
C16M7Y0K33 
(16%,7%,0%,33%)
(0.16/0.07/0.00/0.33)	

CMYK percentages

%16.47
%7.06
%0
%33.33

Codes

Color #8E9EAA in popluar color models

8E9EAA
RGB142158170
HSL206°14.14%61.18%
HSB/HSV206°16.47%66.67%
CMYK16.47%7.06%0.00%
33.33%

Color #8E9EAA in popluar number systems.

HEX8E9EAA
Decimal142158170
Binary100011101001111010101010
Octal216236252

Shades and tints

Shades of #8E9EAA

#8E9EAA
(142,158,170)
#82909B
(130,144,155)
#76828C
(118,130,140)
#6A747D
(106,116,125)
#5E666E
(94,102,110)
#52585F
(82,88,95)
#464A50
(70,74,80)
#3A3C41
(58,60,65)
#2E2E32
(46,46,50)
#222023
(34,32,35)
#161214
(22,18,20)
#000000
(0,0,0)

Tints of #8E9EAA

#8E9EAA
(142,158,170)
#98A6B1
(152,166,177)
#A2AEB8
(162,174,184)
#ACB6BF
(172,182,191)
#B6BEC6
(182,190,198)
#C0C6CD
(192,198,205)
#CACED4
(202,206,212)
#D4D6DB
(212,214,219)
#DEDEE2
(222,222,226)
#E8E6E9
(232,230,233)
#F2EEF0
(242,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E9EAA; }

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

This text font color is #8E9EAA.


Background Color

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

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

This div background color is #8E9EAA.


Border color

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

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

This div border color is #8E9EAA.


Opacity

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

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

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

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

This text has shadow with #8E9EAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E9EAA on black background.


Color preview on white background

This text has color #8E9EAA on white background.



Black color preview on #8E9EAA background

This text has black color on #8E9EAA background.


White color preview on #8E9EAA background

This text has white color on #8E9EAA background.