COLOR #8D8992

HEX: #8D8992
RGB: (141,137,146)

Color info

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

RGB color model

#8D8992 color RGB value is (141,137,146).

  • red value is 141;
  • green value is 137;
  • blue value is 146.
RGB:
(141,137,146)
(55%,54%,57%)

RGB channels and saturation

R 141 of 255 = 55%
G 137 of 255 = 54%
B 146 of 255 = 57%

141
137
146

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

Portions of RGB colors in percentages

R + G + B =
141 + 137 + 146 = 424 (100%)
R 141 of 424 ~ 33.25%
G 137 of 424 ~ 32.31%
B 146 of 424 ~ 34.43%

%33.25
%32.31
%34.43

CMYK color model

#8D8992 color CMYK value is (3,6,0,43).

  • cyan value is 3.42%
  • magenta value is 6.16%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK:
(3,6,0,43)
C3M6Y0K43 
(3%,6%,0%,43%)
(0.03/0.06/0.00/0.43)	

CMYK percentages

%3.42
%6.16
%0
%42.75

Codes

Color #8D8992 in popluar color models

8D8992
RGB141137146
HSL267°3.96%55.49%
HSB/HSV267°6.16%57.25%
CMYK3.42%6.16%0.00%
42.75%

Color #8D8992 in popluar number systems.

HEX8D8992
Decimal141137146
Binary100011011000100110010010
Octal215211222

Shades and tints

Shades of #8D8992

#8D8992
(141,137,146)
#817D85
(129,125,133)
#757178
(117,113,120)
#69656B
(105,101,107)
#5D595E
(93,89,94)
#514D51
(81,77,81)
#454144
(69,65,68)
#393537
(57,53,55)
#2D292A
(45,41,42)
#211D1D
(33,29,29)
#151110
(21,17,16)
#000000
(0,0,0)

Tints of #8D8992

#8D8992
(141,137,146)
#97939B
(151,147,155)
#A19DA4
(161,157,164)
#ABA7AD
(171,167,173)
#B5B1B6
(181,177,182)
#BFBBBF
(191,187,191)
#C9C5C8
(201,197,200)
#D3CFD1
(211,207,209)
#DDD9DA
(221,217,218)
#E7E3E3
(231,227,227)
#F1EDEC
(241,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D8992 color. Also use rgb(141,137,146) instead hex code.

Text Font Color

.myTextColor { color: #8D8992; }

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

This text font color is #8D8992.


Background Color

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

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

This div background color is #8D8992.


Border color

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

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

This div border color is #8D8992.


Opacity

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

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

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

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

This text has shadow with #8D8992 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D8992 on black background.


Color preview on white background

This text has color #8D8992 on white background.



Black color preview on #8D8992 background

This text has black color on #8D8992 background.


White color preview on #8D8992 background

This text has white color on #8D8992 background.