COLOR #8E8888

HEX: #8E8888
RGB: (142,136,136)

Color info

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

RGB color model

#8E8888 color RGB value is (142,136,136).

  • red value is 142;
  • green value is 136;
  • blue value is 136.
RGB:
(142,136,136)
(56%,53%,53%)

RGB channels and saturation

R 142 of 255 = 56%
G 136 of 255 = 53%
B 136 of 255 = 53%

142
136
136

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

Portions of RGB colors in percentages

R + G + B =
142 + 136 + 136 = 414 (100%)
R 142 of 414 ~ 34.3%
G 136 of 414 ~ 32.85%
B 136 of 414 ~ 32.85%

%34.3
%32.85
%32.85

CMYK color model

#8E8888 color CMYK value is (0,4,4,44).

  • cyan value is 0.00%
  • magenta value is 4.23%
  • yellow value is 4.23%
  • key color value is 44.31%
CMYK:
(0,4,4,44)
C0M4Y4K44 
(0%,4%,4%,44%)
(0.00/0.04/0.04/0.44)	

CMYK percentages

%0
%4.23
%4.23
%44.31

Codes

Color #8E8888 in popluar color models

8E8888
RGB142136136
HSL2.59%54.51%
HSB/HSV4.23%55.69%
CMYK0.00%4.23%4.23%
44.31%

Color #8E8888 in popluar number systems.

HEX8E8888
Decimal142136136
Binary100011101000100010001000
Octal216210210

Shades and tints

Shades of #8E8888

#8E8888
(142,136,136)
#827C7C
(130,124,124)
#767070
(118,112,112)
#6A6464
(106,100,100)
#5E5858
(94,88,88)
#524C4C
(82,76,76)
#464040
(70,64,64)
#3A3434
(58,52,52)
#2E2828
(46,40,40)
#221C1C
(34,28,28)
#161010
(22,16,16)
#000000
(0,0,0)

Tints of #8E8888

#8E8888
(142,136,136)
#989292
(152,146,146)
#A29C9C
(162,156,156)
#ACA6A6
(172,166,166)
#B6B0B0
(182,176,176)
#C0BABA
(192,186,186)
#CAC4C4
(202,196,196)
#D4CECE
(212,206,206)
#DED8D8
(222,216,216)
#E8E2E2
(232,226,226)
#F2ECEC
(242,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E8888; }

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

This text font color is #8E8888.


Background Color

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

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

This div background color is #8E8888.


Border color

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

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

This div border color is #8E8888.


Opacity

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

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

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

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

This text has shadow with #8E8888 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E8888 on black background.


Color preview on white background

This text has color #8E8888 on white background.



Black color preview on #8E8888 background

This text has black color on #8E8888 background.


White color preview on #8E8888 background

This text has white color on #8E8888 background.