COLOR #8E8094

HEX: #8E8094
RGB: (142,128,148)

Color info

#8E8094 contains red, green and blue colors in about the same proportion. Web safe color of #8E8094 is #996699 (or #969).

RGB color model

#8E8094 color RGB value is (142,128,148).

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

RGB channels and saturation

R 142 of 255 = 56%
G 128 of 255 = 50%
B 148 of 255 = 58%

142
128
148

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

Portions of RGB colors in percentages

R + G + B =
142 + 128 + 148 = 418 (100%)
R 142 of 418 ~ 33.97%
G 128 of 418 ~ 30.62%
B 148 of 418 ~ 35.41%

%33.97
%30.62
%35.41

CMYK color model

#8E8094 color CMYK value is (4,14,0,42).

  • cyan value is 4.05%
  • magenta value is 13.51%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK:
(4,14,0,42)
C4M14Y0K42 
(4%,14%,0%,42%)
(0.04/0.14/0.00/0.42)	

CMYK percentages

%4.05
%13.51
%0
%41.96

Codes

Color #8E8094 in popluar color models

8E8094
RGB142128148
HSL282°8.55%54.12%
HSB/HSV282°13.51%58.04%
CMYK4.05%13.51%0.00%
41.96%

Color #8E8094 in popluar number systems.

HEX8E8094
Decimal142128148
Binary100011101000000010010100
Octal216200224

Shades and tints

Shades of #8E8094

#8E8094
(142,128,148)
#827587
(130,117,135)
#766A7A
(118,106,122)
#6A5F6D
(106,95,109)
#5E5460
(94,84,96)
#524953
(82,73,83)
#463E46
(70,62,70)
#3A3339
(58,51,57)
#2E282C
(46,40,44)
#221D1F
(34,29,31)
#161212
(22,18,18)
#000000
(0,0,0)

Tints of #8E8094

#8E8094
(142,128,148)
#988B9D
(152,139,157)
#A296A6
(162,150,166)
#ACA1AF
(172,161,175)
#B6ACB8
(182,172,184)
#C0B7C1
(192,183,193)
#CAC2CA
(202,194,202)
#D4CDD3
(212,205,211)
#DED8DC
(222,216,220)
#E8E3E5
(232,227,229)
#F2EEEE
(242,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E8094; }

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

This text font color is #8E8094.


Background Color

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

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

This div background color is #8E8094.


Border color

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

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

This div border color is #8E8094.


Opacity

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

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

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

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

This text has shadow with #8E8094 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E8094 on black background.


Color preview on white background

This text has color #8E8094 on white background.



Black color preview on #8E8094 background

This text has black color on #8E8094 background.


White color preview on #8E8094 background

This text has white color on #8E8094 background.