COLOR #9FAF9B

HEX: #9FAF9B
RGB: (159,175,155)

Color info

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

RGB color model

#9FAF9B color RGB value is (159,175,155).

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

RGB channels and saturation

R 159 of 255 = 62%
G 175 of 255 = 69%
B 155 of 255 = 61%

159
175
155

R + G + B ~ 64%. #9FAF9B is quite light color.

Portions of RGB colors in percentages

R + G + B =
159 + 175 + 155 = 489 (100%)
R 159 of 489 ~ 32.52%
G 175 of 489 ~ 35.79%
B 155 of 489 ~ 31.7%

%32.52
%35.79
%31.7

CMYK color model

#9FAF9B color CMYK value is (9,0,11,31).

  • cyan value is 9.14%
  • magenta value is 0.00%
  • yellow value is 11.43%
  • key color value is 31.37%
CMYK:
(9,0,11,31)
C9M0Y11K31 
(9%,0%,11%,31%)
(0.09/0.00/0.11/0.31)	

CMYK percentages

%9.14
%0
%11.43
%31.37

Codes

Color #9FAF9B in popluar color models

9FAF9B
RGB159175155
HSL108°11.11%64.71%
HSB/HSV108°11.43%68.63%
CMYK9.14%0.00%11.43%
31.37%

Color #9FAF9B in popluar number systems.

HEX9FAF9B
Decimal159175155
Binary100111111010111110011011
Octal237257233

Shades and tints

Shades of #9FAF9B

#9FAF9B
(159,175,155)
#91A08D
(145,160,141)
#83917F
(131,145,127)
#758271
(117,130,113)
#677363
(103,115,99)
#596455
(89,100,85)
#4B5547
(75,85,71)
#3D4639
(61,70,57)
#2F372B
(47,55,43)
#21281D
(33,40,29)
#13190F
(19,25,15)
#000000
(0,0,0)

Tints of #9FAF9B

#9FAF9B
(159,175,155)
#A7B6A4
(167,182,164)
#AFBDAD
(175,189,173)
#B7C4B6
(183,196,182)
#BFCBBF
(191,203,191)
#C7D2C8
(199,210,200)
#CFD9D1
(207,217,209)
#D7E0DA
(215,224,218)
#DFE7E3
(223,231,227)
#E7EEEC
(231,238,236)
#EFF5F5
(239,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FAF9B; }

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

This text font color is #9FAF9B.


Background Color

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

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

This div background color is #9FAF9B.


Border color

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

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

This div border color is #9FAF9B.


Opacity

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

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

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

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

This text has shadow with #9FAF9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FAF9B on black background.


Color preview on white background

This text has color #9FAF9B on white background.



Black color preview on #9FAF9B background

This text has black color on #9FAF9B background.


White color preview on #9FAF9B background

This text has white color on #9FAF9B background.