COLOR #8E8294

HEX: #8E8294
RGB: (142,130,148)

Color info

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

RGB color model

#8E8294 color RGB value is (142,130,148).

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

RGB channels and saturation

R 142 of 255 = 56%
G 130 of 255 = 51%
B 148 of 255 = 58%

142
130
148

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

Portions of RGB colors in percentages

R + G + B =
142 + 130 + 148 = 420 (100%)
R 142 of 420 ~ 33.81%
G 130 of 420 ~ 30.95%
B 148 of 420 ~ 35.24%

%33.81
%30.95
%35.24

CMYK color model

#8E8294 color CMYK value is (4,12,0,42).

  • cyan value is 4.05%
  • magenta value is 12.16%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK:
(4,12,0,42)
C4M12Y0K42 
(4%,12%,0%,42%)
(0.04/0.12/0.00/0.42)	

CMYK percentages

%4.05
%12.16
%0
%41.96

Codes

Color #8E8294 in popluar color models

8E8294
RGB142130148
HSL280°7.76%54.51%
HSB/HSV280°12.16%58.04%
CMYK4.05%12.16%0.00%
41.96%

Color #8E8294 in popluar number systems.

HEX8E8294
Decimal142130148
Binary100011101000001010010100
Octal216202224

Shades and tints

Shades of #8E8294

#8E8294
(142,130,148)
#827787
(130,119,135)
#766C7A
(118,108,122)
#6A616D
(106,97,109)
#5E5660
(94,86,96)
#524B53
(82,75,83)
#464046
(70,64,70)
#3A3539
(58,53,57)
#2E2A2C
(46,42,44)
#221F1F
(34,31,31)
#161412
(22,20,18)
#000000
(0,0,0)

Tints of #8E8294

#8E8294
(142,130,148)
#988D9D
(152,141,157)
#A298A6
(162,152,166)
#ACA3AF
(172,163,175)
#B6AEB8
(182,174,184)
#C0B9C1
(192,185,193)
#CAC4CA
(202,196,202)
#D4CFD3
(212,207,211)
#DEDADC
(222,218,220)
#E8E5E5
(232,229,229)
#F2F0EE
(242,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E8294; }

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

This text font color is #8E8294.


Background Color

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

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

This div background color is #8E8294.


Border color

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

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

This div border color is #8E8294.


Opacity

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

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

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

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

This text has shadow with #8E8294 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E8294 on black background.


Color preview on white background

This text has color #8E8294 on white background.



Black color preview on #8E8294 background

This text has black color on #8E8294 background.


White color preview on #8E8294 background

This text has white color on #8E8294 background.