COLOR #8D9992

HEX: #8D9992
RGB: (141,153,146)

Color info

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

RGB color model

#8D9992 color RGB value is (141,153,146).

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

RGB channels and saturation

R 141 of 255 = 55%
G 153 of 255 = 60%
B 146 of 255 = 57%

141
153
146

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

Portions of RGB colors in percentages

R + G + B =
141 + 153 + 146 = 440 (100%)
R 141 of 440 ~ 32.05%
G 153 of 440 ~ 34.77%
B 146 of 440 ~ 33.18%

%32.05
%34.77
%33.18

CMYK color model

#8D9992 color CMYK value is (8,0,5,40).

  • cyan value is 7.84%
  • magenta value is 0.00%
  • yellow value is 4.58%
  • key color value is 40.00%
CMYK:
(8,0,5,40)
C8M0Y5K40 
(8%,0%,5%,40%)
(0.08/0.00/0.05/0.40)	

CMYK percentages

%7.84
%0
%4.58
%40

Codes

Color #8D9992 in popluar color models

8D9992
RGB141153146
HSL145°5.56%57.65%
HSB/HSV145°7.84%60.00%
CMYK7.84%0.00%4.58%
40.00%

Color #8D9992 in popluar number systems.

HEX8D9992
Decimal141153146
Binary100011011001100110010010
Octal215231222

Shades and tints

Shades of #8D9992

#8D9992
(141,153,146)
#818C85
(129,140,133)
#757F78
(117,127,120)
#69726B
(105,114,107)
#5D655E
(93,101,94)
#515851
(81,88,81)
#454B44
(69,75,68)
#393E37
(57,62,55)
#2D312A
(45,49,42)
#21241D
(33,36,29)
#151710
(21,23,16)
#000000
(0,0,0)

Tints of #8D9992

#8D9992
(141,153,146)
#97A29B
(151,162,155)
#A1ABA4
(161,171,164)
#ABB4AD
(171,180,173)
#B5BDB6
(181,189,182)
#BFC6BF
(191,198,191)
#C9CFC8
(201,207,200)
#D3D8D1
(211,216,209)
#DDE1DA
(221,225,218)
#E7EAE3
(231,234,227)
#F1F3EC
(241,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D9992; }

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

This text font color is #8D9992.


Background Color

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

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

This div background color is #8D9992.


Border color

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

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

This div border color is #8D9992.


Opacity

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

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

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

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

This text has shadow with #8D9992 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D9992 on black background.


Color preview on white background

This text has color #8D9992 on white background.



Black color preview on #8D9992 background

This text has black color on #8D9992 background.


White color preview on #8D9992 background

This text has white color on #8D9992 background.