COLOR #8D8493

HEX: #8D8493
RGB: (141,132,147)

Color info

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

RGB color model

#8D8493 color RGB value is (141,132,147).

  • red value is 141;
  • green value is 132;
  • blue value is 147.
RGB:
(141,132,147)
(55%,52%,58%)

RGB channels and saturation

R 141 of 255 = 55%
G 132 of 255 = 52%
B 147 of 255 = 58%

141
132
147

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

Portions of RGB colors in percentages

R + G + B =
141 + 132 + 147 = 420 (100%)
R 141 of 420 ~ 33.57%
G 132 of 420 ~ 31.43%
B 147 of 420 ~ 35%

%33.57
%31.43
%35

CMYK color model

#8D8493 color CMYK value is (4,10,0,42).

  • cyan value is 4.08%
  • magenta value is 10.20%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK:
(4,10,0,42)
C4M10Y0K42 
(4%,10%,0%,42%)
(0.04/0.10/0.00/0.42)	

CMYK percentages

%4.08
%10.2
%0
%42.35

Codes

Color #8D8493 in popluar color models

8D8493
RGB141132147
HSL276°6.49%54.71%
HSB/HSV276°10.20%57.65%
CMYK4.08%10.20%0.00%
42.35%

Color #8D8493 in popluar number systems.

HEX8D8493
Decimal141132147
Binary100011011000010010010011
Octal215204223

Shades and tints

Shades of #8D8493

#8D8493
(141,132,147)
#817886
(129,120,134)
#756C79
(117,108,121)
#69606C
(105,96,108)
#5D545F
(93,84,95)
#514852
(81,72,82)
#453C45
(69,60,69)
#393038
(57,48,56)
#2D242B
(45,36,43)
#21181E
(33,24,30)
#150C11
(21,12,17)
#000000
(0,0,0)

Tints of #8D8493

#8D8493
(141,132,147)
#978F9C
(151,143,156)
#A19AA5
(161,154,165)
#ABA5AE
(171,165,174)
#B5B0B7
(181,176,183)
#BFBBC0
(191,187,192)
#C9C6C9
(201,198,201)
#D3D1D2
(211,209,210)
#DDDCDB
(221,220,219)
#E7E7E4
(231,231,228)
#F1F2ED
(241,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D8493 color. Also use rgb(141,132,147) instead hex code.

Text Font Color

.myTextColor { color: #8D8493; }

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

This text font color is #8D8493.


Background Color

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

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

This div background color is #8D8493.


Border color

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

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

This div border color is #8D8493.


Opacity

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

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

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

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

This text has shadow with #8D8493 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D8493 on black background.


Color preview on white background

This text has color #8D8493 on white background.



Black color preview on #8D8493 background

This text has black color on #8D8493 background.


White color preview on #8D8493 background

This text has white color on #8D8493 background.