COLOR #9F8A9B

HEX: #9F8A9B
RGB: (159,138,155)

Color info

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

RGB color model

#9F8A9B color RGB value is (159,138,155).

  • red value is 159;
  • green value is 138;
  • blue value is 155.
RGB:
(159,138,155)
(62%,54%,61%)

RGB channels and saturation

R 159 of 255 = 62%
G 138 of 255 = 54%
B 155 of 255 = 61%

159
138
155

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

Portions of RGB colors in percentages

R + G + B =
159 + 138 + 155 = 452 (100%)
R 159 of 452 ~ 35.18%
G 138 of 452 ~ 30.53%
B 155 of 452 ~ 34.29%

%35.18
%30.53
%34.29

CMYK color model

#9F8A9B color CMYK value is (0,13,3,38).

  • cyan value is 0.00%
  • magenta value is 13.21%
  • yellow value is 2.52%
  • key color value is 37.65%
CMYK:
(0,13,3,38)
C0M13Y3K38 
(0%,13%,3%,38%)
(0.00/0.13/0.03/0.38)	

CMYK percentages

%0
%13.21
%2.52
%37.65

Codes

Color #9F8A9B in popluar color models

9F8A9B
RGB159138155
HSL311°9.86%58.24%
HSB/HSV311°13.21%62.35%
CMYK0.00%13.21%2.52%
37.65%

Color #9F8A9B in popluar number systems.

HEX9F8A9B
Decimal159138155
Binary100111111000101010011011
Octal237212233

Shades and tints

Shades of #9F8A9B

#9F8A9B
(159,138,155)
#917E8D
(145,126,141)
#83727F
(131,114,127)
#756671
(117,102,113)
#675A63
(103,90,99)
#594E55
(89,78,85)
#4B4247
(75,66,71)
#3D3639
(61,54,57)
#2F2A2B
(47,42,43)
#211E1D
(33,30,29)
#13120F
(19,18,15)
#000000
(0,0,0)

Tints of #9F8A9B

#9F8A9B
(159,138,155)
#A794A4
(167,148,164)
#AF9EAD
(175,158,173)
#B7A8B6
(183,168,182)
#BFB2BF
(191,178,191)
#C7BCC8
(199,188,200)
#CFC6D1
(207,198,209)
#D7D0DA
(215,208,218)
#DFDAE3
(223,218,227)
#E7E4EC
(231,228,236)
#EFEEF5
(239,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F8A9B color. Also use rgb(159,138,155) instead hex code.

Text Font Color

.myTextColor { color: #9F8A9B; }

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

This text font color is #9F8A9B.


Background Color

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

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

This div background color is #9F8A9B.


Border color

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

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

This div border color is #9F8A9B.


Opacity

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

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

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

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

This text has shadow with #9F8A9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F8A9B on black background.


Color preview on white background

This text has color #9F8A9B on white background.



Black color preview on #9F8A9B background

This text has black color on #9F8A9B background.


White color preview on #9F8A9B background

This text has white color on #9F8A9B background.