COLOR #8E918D

HEX: #8E918D
RGB: (142,145,141)

Color info

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

RGB color model

#8E918D color RGB value is (142,145,141).

  • red value is 142;
  • green value is 145;
  • blue value is 141.
RGB:
(142,145,141)
(56%,57%,55%)

RGB channels and saturation

R 142 of 255 = 56%
G 145 of 255 = 57%
B 141 of 255 = 55%

142
145
141

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

Portions of RGB colors in percentages

R + G + B =
142 + 145 + 141 = 428 (100%)
R 142 of 428 ~ 33.18%
G 145 of 428 ~ 33.88%
B 141 of 428 ~ 32.94%

%33.18
%33.88
%32.94

CMYK color model

#8E918D color CMYK value is (2,0,3,43).

  • cyan value is 2.07%
  • magenta value is 0.00%
  • yellow value is 2.76%
  • key color value is 43.14%
CMYK:
(2,0,3,43)
C2M0Y3K43 
(2%,0%,3%,43%)
(0.02/0.00/0.03/0.43)	

CMYK percentages

%2.07
%0
%2.76
%43.14

Codes

Color #8E918D in popluar color models

8E918D
RGB142145141
HSL105°1.79%56.08%
HSB/HSV105°2.76%56.86%
CMYK2.07%0.00%2.76%
43.14%

Color #8E918D in popluar number systems.

HEX8E918D
Decimal142145141
Binary100011101001000110001101
Octal216221215

Shades and tints

Shades of #8E918D

#8E918D
(142,145,141)
#828481
(130,132,129)
#767775
(118,119,117)
#6A6A69
(106,106,105)
#5E5D5D
(94,93,93)
#525051
(82,80,81)
#464345
(70,67,69)
#3A3639
(58,54,57)
#2E292D
(46,41,45)
#221C21
(34,28,33)
#160F15
(22,15,21)
#000000
(0,0,0)

Tints of #8E918D

#8E918D
(142,145,141)
#989B97
(152,155,151)
#A2A5A1
(162,165,161)
#ACAFAB
(172,175,171)
#B6B9B5
(182,185,181)
#C0C3BF
(192,195,191)
#CACDC9
(202,205,201)
#D4D7D3
(212,215,211)
#DEE1DD
(222,225,221)
#E8EBE7
(232,235,231)
#F2F5F1
(242,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E918D; }

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

This text font color is #8E918D.


Background Color

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

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

This div background color is #8E918D.


Border color

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

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

This div border color is #8E918D.


Opacity

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

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

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

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

This text has shadow with #8E918D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E918D on black background.


Color preview on white background

This text has color #8E918D on white background.



Black color preview on #8E918D background

This text has black color on #8E918D background.


White color preview on #8E918D background

This text has white color on #8E918D background.