COLOR #8E9AA9

HEX: #8E9AA9
RGB: (142,154,169)

Color info

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

RGB color model

#8E9AA9 color RGB value is (142,154,169).

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

RGB channels and saturation

R 142 of 255 = 56%
G 154 of 255 = 60%
B 169 of 255 = 66%

142
154
169

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

Portions of RGB colors in percentages

R + G + B =
142 + 154 + 169 = 465 (100%)
R 142 of 465 ~ 30.54%
G 154 of 465 ~ 33.12%
B 169 of 465 ~ 36.34%

%30.54
%33.12
%36.34

CMYK color model

#8E9AA9 color CMYK value is (16,9,0,34).

  • cyan value is 15.98%
  • magenta value is 8.88%
  • yellow value is 0.00%
  • key color value is 33.73%
CMYK:
(16,9,0,34)
C16M9Y0K34 
(16%,9%,0%,34%)
(0.16/0.09/0.00/0.34)	

CMYK percentages

%15.98
%8.88
%0
%33.73

Codes

Color #8E9AA9 in popluar color models

8E9AA9
RGB142154169
HSL213°13.57%60.98%
HSB/HSV213°15.98%66.27%
CMYK15.98%8.88%0.00%
33.73%

Color #8E9AA9 in popluar number systems.

HEX8E9AA9
Decimal142154169
Binary100011101001101010101001
Octal216232251

Shades and tints

Shades of #8E9AA9

#8E9AA9
(142,154,169)
#828C9A
(130,140,154)
#767E8B
(118,126,139)
#6A707C
(106,112,124)
#5E626D
(94,98,109)
#52545E
(82,84,94)
#46464F
(70,70,79)
#3A3840
(58,56,64)
#2E2A31
(46,42,49)
#221C22
(34,28,34)
#160E13
(22,14,19)
#000000
(0,0,0)

Tints of #8E9AA9

#8E9AA9
(142,154,169)
#98A3B0
(152,163,176)
#A2ACB7
(162,172,183)
#ACB5BE
(172,181,190)
#B6BEC5
(182,190,197)
#C0C7CC
(192,199,204)
#CAD0D3
(202,208,211)
#D4D9DA
(212,217,218)
#DEE2E1
(222,226,225)
#E8EBE8
(232,235,232)
#F2F4EF
(242,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E9AA9; }

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

This text font color is #8E9AA9.


Background Color

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

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

This div background color is #8E9AA9.


Border color

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

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

This div border color is #8E9AA9.


Opacity

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

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

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

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

This text has shadow with #8E9AA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E9AA9 on black background.


Color preview on white background

This text has color #8E9AA9 on white background.



Black color preview on #8E9AA9 background

This text has black color on #8E9AA9 background.


White color preview on #8E9AA9 background

This text has white color on #8E9AA9 background.