COLOR #9F8883

HEX: #9F8883
RGB: (159,136,131)

Color info

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

RGB color model

#9F8883 color RGB value is (159,136,131).

  • red value is 159;
  • green value is 136;
  • blue value is 131.
RGB:
(159,136,131)
(62%,53%,51%)

RGB channels and saturation

R 159 of 255 = 62%
G 136 of 255 = 53%
B 131 of 255 = 51%

159
136
131

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

Portions of RGB colors in percentages

R + G + B =
159 + 136 + 131 = 426 (100%)
R 159 of 426 ~ 37.32%
G 136 of 426 ~ 31.92%
B 131 of 426 ~ 30.75%

%37.32
%31.92
%30.75

CMYK color model

#9F8883 color CMYK value is (0,14,18,38).

  • cyan value is 0.00%
  • magenta value is 14.47%
  • yellow value is 17.61%
  • key color value is 37.65%
CMYK:
(0,14,18,38)
C0M14Y18K38 
(0%,14%,18%,38%)
(0.00/0.14/0.18/0.38)	

CMYK percentages

%0
%14.47
%17.61
%37.65

Codes

Color #9F8883 in popluar color models

9F8883
RGB159136131
HSL11°12.73%56.86%
HSB/HSV11°17.61%62.35%
CMYK0.00%14.47%17.61%
37.65%

Color #9F8883 in popluar number systems.

HEX9F8883
Decimal159136131
Binary100111111000100010000011
Octal237210203

Shades and tints

Shades of #9F8883

#9F8883
(159,136,131)
#917C78
(145,124,120)
#83706D
(131,112,109)
#756462
(117,100,98)
#675857
(103,88,87)
#594C4C
(89,76,76)
#4B4041
(75,64,65)
#3D3436
(61,52,54)
#2F282B
(47,40,43)
#211C20
(33,28,32)
#131015
(19,16,21)
#000000
(0,0,0)

Tints of #9F8883

#9F8883
(159,136,131)
#A7928E
(167,146,142)
#AF9C99
(175,156,153)
#B7A6A4
(183,166,164)
#BFB0AF
(191,176,175)
#C7BABA
(199,186,186)
#CFC4C5
(207,196,197)
#D7CED0
(215,206,208)
#DFD8DB
(223,216,219)
#E7E2E6
(231,226,230)
#EFECF1
(239,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F8883 color. Also use rgb(159,136,131) instead hex code.

Text Font Color

.myTextColor { color: #9F8883; }

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

This text font color is #9F8883.


Background Color

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

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

This div background color is #9F8883.


Border color

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

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

This div border color is #9F8883.


Opacity

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

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

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

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

This text has shadow with #9F8883 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F8883 on black background.


Color preview on white background

This text has color #9F8883 on white background.



Black color preview on #9F8883 background

This text has black color on #9F8883 background.


White color preview on #9F8883 background

This text has white color on #9F8883 background.