COLOR #9F979B

HEX: #9F979B
RGB: (159,151,155)

Color info

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

RGB color model

#9F979B color RGB value is (159,151,155).

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

RGB channels and saturation

R 159 of 255 = 62%
G 151 of 255 = 59%
B 155 of 255 = 61%

159
151
155

R + G + B ~ 61%. #9F979B is quite light color.

Portions of RGB colors in percentages

R + G + B =
159 + 151 + 155 = 465 (100%)
R 159 of 465 ~ 34.19%
G 151 of 465 ~ 32.47%
B 155 of 465 ~ 33.33%

%34.19
%32.47
%33.33

CMYK color model

#9F979B color CMYK value is (0,5,3,38).

  • cyan value is 0.00%
  • magenta value is 5.03%
  • yellow value is 2.52%
  • key color value is 37.65%
CMYK:
(0,5,3,38)
C0M5Y3K38 
(0%,5%,3%,38%)
(0.00/0.05/0.03/0.38)	

CMYK percentages

%0
%5.03
%2.52
%37.65

Codes

Color #9F979B in popluar color models

9F979B
RGB159151155
HSL330°4.00%60.78%
HSB/HSV330°5.03%62.35%
CMYK0.00%5.03%2.52%
37.65%

Color #9F979B in popluar number systems.

HEX9F979B
Decimal159151155
Binary100111111001011110011011
Octal237227233

Shades and tints

Shades of #9F979B

#9F979B
(159,151,155)
#918A8D
(145,138,141)
#837D7F
(131,125,127)
#757071
(117,112,113)
#676363
(103,99,99)
#595655
(89,86,85)
#4B4947
(75,73,71)
#3D3C39
(61,60,57)
#2F2F2B
(47,47,43)
#21221D
(33,34,29)
#13150F
(19,21,15)
#000000
(0,0,0)

Tints of #9F979B

#9F979B
(159,151,155)
#A7A0A4
(167,160,164)
#AFA9AD
(175,169,173)
#B7B2B6
(183,178,182)
#BFBBBF
(191,187,191)
#C7C4C8
(199,196,200)
#CFCDD1
(207,205,209)
#D7D6DA
(215,214,218)
#DFDFE3
(223,223,227)
#E7E8EC
(231,232,236)
#EFF1F5
(239,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9F979B; }

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

This text font color is #9F979B.


Background Color

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

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

This div background color is #9F979B.


Border color

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

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

This div border color is #9F979B.


Opacity

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

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

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

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

This text has shadow with #9F979B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F979B on black background.


Color preview on white background

This text has color #9F979B on white background.



Black color preview on #9F979B background

This text has black color on #9F979B background.


White color preview on #9F979B background

This text has white color on #9F979B background.