COLOR #9F878B

HEX: #9F878B
RGB: (159,135,139)

Color info

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

RGB color model

#9F878B color RGB value is (159,135,139).

  • red value is 159;
  • green value is 135;
  • blue value is 139.
RGB:
(159,135,139)
(62%,53%,55%)

RGB channels and saturation

R 159 of 255 = 62%
G 135 of 255 = 53%
B 139 of 255 = 55%

159
135
139

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

Portions of RGB colors in percentages

R + G + B =
159 + 135 + 139 = 433 (100%)
R 159 of 433 ~ 36.72%
G 135 of 433 ~ 31.18%
B 139 of 433 ~ 32.1%

%36.72
%31.18
%32.1

CMYK color model

#9F878B color CMYK value is (0,15,13,38).

  • cyan value is 0.00%
  • magenta value is 15.09%
  • yellow value is 12.58%
  • key color value is 37.65%
CMYK:
(0,15,13,38)
C0M15Y13K38 
(0%,15%,13%,38%)
(0.00/0.15/0.13/0.38)	

CMYK percentages

%0
%15.09
%12.58
%37.65

Codes

Color #9F878B in popluar color models

9F878B
RGB159135139
HSL350°11.11%57.65%
HSB/HSV350°15.09%62.35%
CMYK0.00%15.09%12.58%
37.65%

Color #9F878B in popluar number systems.

HEX9F878B
Decimal159135139
Binary100111111000011110001011
Octal237207213

Shades and tints

Shades of #9F878B

#9F878B
(159,135,139)
#917B7F
(145,123,127)
#836F73
(131,111,115)
#756367
(117,99,103)
#67575B
(103,87,91)
#594B4F
(89,75,79)
#4B3F43
(75,63,67)
#3D3337
(61,51,55)
#2F272B
(47,39,43)
#211B1F
(33,27,31)
#130F13
(19,15,19)
#000000
(0,0,0)

Tints of #9F878B

#9F878B
(159,135,139)
#A79195
(167,145,149)
#AF9B9F
(175,155,159)
#B7A5A9
(183,165,169)
#BFAFB3
(191,175,179)
#C7B9BD
(199,185,189)
#CFC3C7
(207,195,199)
#D7CDD1
(215,205,209)
#DFD7DB
(223,215,219)
#E7E1E5
(231,225,229)
#EFEBEF
(239,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F878B color. Also use rgb(159,135,139) instead hex code.

Text Font Color

.myTextColor { color: #9F878B; }

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

This text font color is #9F878B.


Background Color

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

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

This div background color is #9F878B.


Border color

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

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

This div border color is #9F878B.


Opacity

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

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

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

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

This text has shadow with #9F878B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F878B on black background.


Color preview on white background

This text has color #9F878B on white background.



Black color preview on #9F878B background

This text has black color on #9F878B background.


White color preview on #9F878B background

This text has white color on #9F878B background.