COLOR #8E9AAA

HEX: #8E9AAA
RGB: (142,154,170)

Color info

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

RGB color model

#8E9AAA color RGB value is (142,154,170).

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

RGB channels and saturation

R 142 of 255 = 56%
G 154 of 255 = 60%
B 170 of 255 = 67%

142
154
170

R + G + B ~ 61%. #8E9AAA is quite light color.

Portions of RGB colors in percentages

R + G + B =
142 + 154 + 170 = 466 (100%)
R 142 of 466 ~ 30.47%
G 154 of 466 ~ 33.05%
B 170 of 466 ~ 36.48%

%30.47
%33.05
%36.48

CMYK color model

#8E9AAA color CMYK value is (16,9,0,33).

  • cyan value is 16.47%
  • magenta value is 9.41%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(16,9,0,33)
C16M9Y0K33 
(16%,9%,0%,33%)
(0.16/0.09/0.00/0.33)	

CMYK percentages

%16.47
%9.41
%0
%33.33

Codes

Color #8E9AAA in popluar color models

8E9AAA
RGB142154170
HSL214°14.14%61.18%
HSB/HSV214°16.47%66.67%
CMYK16.47%9.41%0.00%
33.33%

Color #8E9AAA in popluar number systems.

HEX8E9AAA
Decimal142154170
Binary100011101001101010101010
Octal216232252

Shades and tints

Shades of #8E9AAA

#8E9AAA
(142,154,170)
#828C9B
(130,140,155)
#767E8C
(118,126,140)
#6A707D
(106,112,125)
#5E626E
(94,98,110)
#52545F
(82,84,95)
#464650
(70,70,80)
#3A3841
(58,56,65)
#2E2A32
(46,42,50)
#221C23
(34,28,35)
#160E14
(22,14,20)
#000000
(0,0,0)

Tints of #8E9AAA

#8E9AAA
(142,154,170)
#98A3B1
(152,163,177)
#A2ACB8
(162,172,184)
#ACB5BF
(172,181,191)
#B6BEC6
(182,190,198)
#C0C7CD
(192,199,205)
#CAD0D4
(202,208,212)
#D4D9DB
(212,217,219)
#DEE2E2
(222,226,226)
#E8EBE9
(232,235,233)
#F2F4F0
(242,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E9AAA; }

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

This text font color is #8E9AAA.


Background Color

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

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

This div background color is #8E9AAA.


Border color

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

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

This div border color is #8E9AAA.


Opacity

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

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

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

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

This text has shadow with #8E9AAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E9AAA on black background.


Color preview on white background

This text has color #8E9AAA on white background.



Black color preview on #8E9AAA background

This text has black color on #8E9AAA background.


White color preview on #8E9AAA background

This text has white color on #8E9AAA background.