COLOR #8D8496

HEX: #8D8496
RGB: (141,132,150)

Color info

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

RGB color model

#8D8496 color RGB value is (141,132,150).

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

RGB channels and saturation

R 141 of 255 = 55%
G 132 of 255 = 52%
B 150 of 255 = 59%

141
132
150

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

Portions of RGB colors in percentages

R + G + B =
141 + 132 + 150 = 423 (100%)
R 141 of 423 ~ 33.33%
G 132 of 423 ~ 31.21%
B 150 of 423 ~ 35.46%

%33.33
%31.21
%35.46

CMYK color model

#8D8496 color CMYK value is (6,12,0,41).

  • cyan value is 6.00%
  • magenta value is 12.00%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(6,12,0,41)
C6M12Y0K41 
(6%,12%,0%,41%)
(0.06/0.12/0.00/0.41)	

CMYK percentages

%6
%12
%0
%41.18

Codes

Color #8D8496 in popluar color models

8D8496
RGB141132150
HSL270°7.89%55.29%
HSB/HSV270°12.00%58.82%
CMYK6.00%12.00%0.00%
41.18%

Color #8D8496 in popluar number systems.

HEX8D8496
Decimal141132150
Binary100011011000010010010110
Octal215204226

Shades and tints

Shades of #8D8496

#8D8496
(141,132,150)
#817889
(129,120,137)
#756C7C
(117,108,124)
#69606F
(105,96,111)
#5D5462
(93,84,98)
#514855
(81,72,85)
#453C48
(69,60,72)
#39303B
(57,48,59)
#2D242E
(45,36,46)
#211821
(33,24,33)
#150C14
(21,12,20)
#000000
(0,0,0)

Tints of #8D8496

#8D8496
(141,132,150)
#978F9F
(151,143,159)
#A19AA8
(161,154,168)
#ABA5B1
(171,165,177)
#B5B0BA
(181,176,186)
#BFBBC3
(191,187,195)
#C9C6CC
(201,198,204)
#D3D1D5
(211,209,213)
#DDDCDE
(221,220,222)
#E7E7E7
(231,231,231)
#F1F2F0
(241,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D8496; }

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

This text font color is #8D8496.


Background Color

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

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

This div background color is #8D8496.


Border color

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

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

This div border color is #8D8496.


Opacity

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

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

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

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

This text has shadow with #8D8496 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D8496 on black background.


Color preview on white background

This text has color #8D8496 on white background.



Black color preview on #8D8496 background

This text has black color on #8D8496 background.


White color preview on #8D8496 background

This text has white color on #8D8496 background.