COLOR #8E96AE

HEX: #8E96AE
RGB: (142,150,174)

Color info

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

RGB color model

#8E96AE color RGB value is (142,150,174).

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

RGB channels and saturation

R 142 of 255 = 56%
G 150 of 255 = 59%
B 174 of 255 = 68%

142
150
174

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

Portions of RGB colors in percentages

R + G + B =
142 + 150 + 174 = 466 (100%)
R 142 of 466 ~ 30.47%
G 150 of 466 ~ 32.19%
B 174 of 466 ~ 37.34%

%30.47
%32.19
%37.34

CMYK color model

#8E96AE color CMYK value is (18,14,0,32).

  • cyan value is 18.39%
  • magenta value is 13.79%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(18,14,0,32)
C18M14Y0K32 
(18%,14%,0%,32%)
(0.18/0.14/0.00/0.32)	

CMYK percentages

%18.39
%13.79
%0
%31.76

Codes

Color #8E96AE in popluar color models

8E96AE
RGB142150174
HSL225°16.49%61.96%
HSB/HSV225°18.39%68.24%
CMYK18.39%13.79%0.00%
31.76%

Color #8E96AE in popluar number systems.

HEX8E96AE
Decimal142150174
Binary100011101001011010101110
Octal216226256

Shades and tints

Shades of #8E96AE

#8E96AE
(142,150,174)
#82899F
(130,137,159)
#767C90
(118,124,144)
#6A6F81
(106,111,129)
#5E6272
(94,98,114)
#525563
(82,85,99)
#464854
(70,72,84)
#3A3B45
(58,59,69)
#2E2E36
(46,46,54)
#222127
(34,33,39)
#161418
(22,20,24)
#000000
(0,0,0)

Tints of #8E96AE

#8E96AE
(142,150,174)
#989FB5
(152,159,181)
#A2A8BC
(162,168,188)
#ACB1C3
(172,177,195)
#B6BACA
(182,186,202)
#C0C3D1
(192,195,209)
#CACCD8
(202,204,216)
#D4D5DF
(212,213,223)
#DEDEE6
(222,222,230)
#E8E7ED
(232,231,237)
#F2F0F4
(242,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E96AE; }

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

This text font color is #8E96AE.


Background Color

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

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

This div background color is #8E96AE.


Border color

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

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

This div border color is #8E96AE.


Opacity

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

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

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

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

This text has shadow with #8E96AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E96AE on black background.


Color preview on white background

This text has color #8E96AE on white background.



Black color preview on #8E96AE background

This text has black color on #8E96AE background.


White color preview on #8E96AE background

This text has white color on #8E96AE background.