COLOR #9F8992

HEX: #9F8992
RGB: (159,137,146)

Color info

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

RGB color model

#9F8992 color RGB value is (159,137,146).

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

RGB channels and saturation

R 159 of 255 = 62%
G 137 of 255 = 54%
B 146 of 255 = 57%

159
137
146

R + G + B ~ 58%. #9F8992 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
159 + 137 + 146 = 442 (100%)
R 159 of 442 ~ 35.97%
G 137 of 442 ~ 31%
B 146 of 442 ~ 33.03%

%35.97
%31
%33.03

CMYK color model

#9F8992 color CMYK value is (0,14,8,38).

  • cyan value is 0.00%
  • magenta value is 13.84%
  • yellow value is 8.18%
  • key color value is 37.65%
CMYK:
(0,14,8,38)
C0M14Y8K38 
(0%,14%,8%,38%)
(0.00/0.14/0.08/0.38)	

CMYK percentages

%0
%13.84
%8.18
%37.65

Codes

Color #9F8992 in popluar color models

9F8992
RGB159137146
HSL335°10.28%58.04%
HSB/HSV335°13.84%62.35%
CMYK0.00%13.84%8.18%
37.65%

Color #9F8992 in popluar number systems.

HEX9F8992
Decimal159137146
Binary100111111000100110010010
Octal237211222

Shades and tints

Shades of #9F8992

#9F8992
(159,137,146)
#917D85
(145,125,133)
#837178
(131,113,120)
#75656B
(117,101,107)
#67595E
(103,89,94)
#594D51
(89,77,81)
#4B4144
(75,65,68)
#3D3537
(61,53,55)
#2F292A
(47,41,42)
#211D1D
(33,29,29)
#131110
(19,17,16)
#000000
(0,0,0)

Tints of #9F8992

#9F8992
(159,137,146)
#A7939B
(167,147,155)
#AF9DA4
(175,157,164)
#B7A7AD
(183,167,173)
#BFB1B6
(191,177,182)
#C7BBBF
(199,187,191)
#CFC5C8
(207,197,200)
#D7CFD1
(215,207,209)
#DFD9DA
(223,217,218)
#E7E3E3
(231,227,227)
#EFEDEC
(239,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F8992 color. Also use rgb(159,137,146) instead hex code.

Text Font Color

.myTextColor { color: #9F8992; }

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

This text font color is #9F8992.


Background Color

.myBgColor { background-color: #9F8992; }

<div style="background-color:#9F8992">Inner text</div>

This div background color is #9F8992.


Border color

.myBorderColor { border: 1px solid #9F8992; }

<div style="border:3px solid #9F8992">Div</div>

This div border color is #9F8992.


Opacity

.myOpacity80 { color: #9F8992; opacity: 0.8; }

<p style="color:#9F8992;opacity:0.8;">80%</p>

Text with #9F8992 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 #9F8992;}

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

This text has shadow with #9F8992 color.

.textShadow {text-shadow: 3px 3px 1px #9F8992, 3px 3px 1px red;}

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

This text has shadow with #9F8992 primary color and red secondary color.


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

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

This text has shadow with #9F8992 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F8992 on black background.


Color preview on white background

This text has color #9F8992 on white background.



Black color preview on #9F8992 background

This text has black color on #9F8992 background.


White color preview on #9F8992 background

This text has white color on #9F8992 background.