COLOR #9F8488

HEX: #9F8488
RGB: (159,132,136)

Color info

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

RGB color model

#9F8488 color RGB value is (159,132,136).

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

RGB channels and saturation

R 159 of 255 = 62%
G 132 of 255 = 52%
B 136 of 255 = 53%

159
132
136

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

Portions of RGB colors in percentages

R + G + B =
159 + 132 + 136 = 427 (100%)
R 159 of 427 ~ 37.24%
G 132 of 427 ~ 30.91%
B 136 of 427 ~ 31.85%

%37.24
%30.91
%31.85

CMYK color model

#9F8488 color CMYK value is (0,17,14,38).

  • cyan value is 0.00%
  • magenta value is 16.98%
  • yellow value is 14.47%
  • key color value is 37.65%
CMYK:
(0,17,14,38)
C0M17Y14K38 
(0%,17%,14%,38%)
(0.00/0.17/0.14/0.38)	

CMYK percentages

%0
%16.98
%14.47
%37.65

Codes

Color #9F8488 in popluar color models

9F8488
RGB159132136
HSL351°12.33%57.06%
HSB/HSV351°16.98%62.35%
CMYK0.00%16.98%14.47%
37.65%

Color #9F8488 in popluar number systems.

HEX9F8488
Decimal159132136
Binary100111111000010010001000
Octal237204210

Shades and tints

Shades of #9F8488

#9F8488
(159,132,136)
#91787C
(145,120,124)
#836C70
(131,108,112)
#756064
(117,96,100)
#675458
(103,84,88)
#59484C
(89,72,76)
#4B3C40
(75,60,64)
#3D3034
(61,48,52)
#2F2428
(47,36,40)
#21181C
(33,24,28)
#130C10
(19,12,16)
#000000
(0,0,0)

Tints of #9F8488

#9F8488
(159,132,136)
#A78F92
(167,143,146)
#AF9A9C
(175,154,156)
#B7A5A6
(183,165,166)
#BFB0B0
(191,176,176)
#C7BBBA
(199,187,186)
#CFC6C4
(207,198,196)
#D7D1CE
(215,209,206)
#DFDCD8
(223,220,216)
#E7E7E2
(231,231,226)
#EFF2EC
(239,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9F8488; }

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

This text font color is #9F8488.


Background Color

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

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

This div background color is #9F8488.


Border color

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

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

This div border color is #9F8488.


Opacity

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

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

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

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

This text has shadow with #9F8488 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F8488 on black background.


Color preview on white background

This text has color #9F8488 on white background.



Black color preview on #9F8488 background

This text has black color on #9F8488 background.


White color preview on #9F8488 background

This text has white color on #9F8488 background.