COLOR #8D8C8E

HEX: #8D8C8E
RGB: (141,140,142)

Color info

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

RGB color model

#8D8C8E color RGB value is (141,140,142).

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

RGB channels and saturation

R 141 of 255 = 55%
G 140 of 255 = 55%
B 142 of 255 = 56%

141
140
142

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

Portions of RGB colors in percentages

R + G + B =
141 + 140 + 142 = 423 (100%)
R 141 of 423 ~ 33.33%
G 140 of 423 ~ 33.1%
B 142 of 423 ~ 33.57%

%33.33
%33.1
%33.57

CMYK color model

#8D8C8E color CMYK value is (1,1,0,44).

  • cyan value is 0.70%
  • magenta value is 1.41%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(1,1,0,44)
C1M1Y0K44 
(1%,1%,0%,44%)
(0.01/0.01/0.00/0.44)	

CMYK percentages

%0.7
%1.41
%0
%44.31

Codes

Color #8D8C8E in popluar color models

8D8C8E
RGB141140142
HSL270°0.88%55.29%
HSB/HSV270°1.41%55.69%
CMYK0.70%1.41%0.00%
44.31%

Color #8D8C8E in popluar number systems.

HEX8D8C8E
Decimal141140142
Binary100011011000110010001110
Octal215214216

Shades and tints

Shades of #8D8C8E

#8D8C8E
(141,140,142)
#818082
(129,128,130)
#757476
(117,116,118)
#69686A
(105,104,106)
#5D5C5E
(93,92,94)
#515052
(81,80,82)
#454446
(69,68,70)
#39383A
(57,56,58)
#2D2C2E
(45,44,46)
#212022
(33,32,34)
#151416
(21,20,22)
#000000
(0,0,0)

Tints of #8D8C8E

#8D8C8E
(141,140,142)
#979698
(151,150,152)
#A1A0A2
(161,160,162)
#ABAAAC
(171,170,172)
#B5B4B6
(181,180,182)
#BFBEC0
(191,190,192)
#C9C8CA
(201,200,202)
#D3D2D4
(211,210,212)
#DDDCDE
(221,220,222)
#E7E6E8
(231,230,232)
#F1F0F2
(241,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D8C8E; }

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

This text font color is #8D8C8E.


Background Color

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

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

This div background color is #8D8C8E.


Border color

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

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

This div border color is #8D8C8E.


Opacity

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

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

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

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

This text has shadow with #8D8C8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D8C8E on black background.


Color preview on white background

This text has color #8D8C8E on white background.



Black color preview on #8D8C8E background

This text has black color on #8D8C8E background.


White color preview on #8D8C8E background

This text has white color on #8D8C8E background.