COLOR #8E94AA

HEX: #8E94AA
RGB: (142,148,170)

Color info

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

RGB color model

#8E94AA color RGB value is (142,148,170).

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

RGB channels and saturation

R 142 of 255 = 56%
G 148 of 255 = 58%
B 170 of 255 = 67%

142
148
170

R + G + B ~ 60%. #8E94AA is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
142 + 148 + 170 = 460 (100%)
R 142 of 460 ~ 30.87%
G 148 of 460 ~ 32.17%
B 170 of 460 ~ 36.96%

%30.87
%32.17
%36.96

CMYK color model

#8E94AA color CMYK value is (16,13,0,33).

  • cyan value is 16.47%
  • magenta value is 12.94%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(16,13,0,33)
C16M13Y0K33 
(16%,13%,0%,33%)
(0.16/0.13/0.00/0.33)	

CMYK percentages

%16.47
%12.94
%0
%33.33

Codes

Color #8E94AA in popluar color models

8E94AA
RGB142148170
HSL227°14.14%61.18%
HSB/HSV227°16.47%66.67%
CMYK16.47%12.94%0.00%
33.33%

Color #8E94AA in popluar number systems.

HEX8E94AA
Decimal142148170
Binary100011101001010010101010
Octal216224252

Shades and tints

Shades of #8E94AA

#8E94AA
(142,148,170)
#82879B
(130,135,155)
#767A8C
(118,122,140)
#6A6D7D
(106,109,125)
#5E606E
(94,96,110)
#52535F
(82,83,95)
#464650
(70,70,80)
#3A3941
(58,57,65)
#2E2C32
(46,44,50)
#221F23
(34,31,35)
#161214
(22,18,20)
#000000
(0,0,0)

Tints of #8E94AA

#8E94AA
(142,148,170)
#989DB1
(152,157,177)
#A2A6B8
(162,166,184)
#ACAFBF
(172,175,191)
#B6B8C6
(182,184,198)
#C0C1CD
(192,193,205)
#CACAD4
(202,202,212)
#D4D3DB
(212,211,219)
#DEDCE2
(222,220,226)
#E8E5E9
(232,229,233)
#F2EEF0
(242,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E94AA; }

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

This text font color is #8E94AA.


Background Color

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

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

This div background color is #8E94AA.


Border color

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

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

This div border color is #8E94AA.


Opacity

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

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

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

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

This text has shadow with #8E94AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E94AA on black background.


Color preview on white background

This text has color #8E94AA on white background.



Black color preview on #8E94AA background

This text has black color on #8E94AA background.


White color preview on #8E94AA background

This text has white color on #8E94AA background.