COLOR #9FAF8C

HEX: #9FAF8C
RGB: (159,175,140)

Color info

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

RGB color model

#9FAF8C color RGB value is (159,175,140).

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

RGB channels and saturation

R 159 of 255 = 62%
G 175 of 255 = 69%
B 140 of 255 = 55%

159
175
140

R + G + B ~ 62%. #9FAF8C is quite light color.

Portions of RGB colors in percentages

R + G + B =
159 + 175 + 140 = 474 (100%)
R 159 of 474 ~ 33.54%
G 175 of 474 ~ 36.92%
B 140 of 474 ~ 29.54%

%33.54
%36.92
%29.54

CMYK color model

#9FAF8C color CMYK value is (9,0,20,31).

  • cyan value is 9.14%
  • magenta value is 0.00%
  • yellow value is 20.00%
  • key color value is 31.37%
CMYK:
(9,0,20,31)
C9M0Y20K31 
(9%,0%,20%,31%)
(0.09/0.00/0.20/0.31)	

CMYK percentages

%9.14
%0
%20
%31.37

Codes

Color #9FAF8C in popluar color models

9FAF8C
RGB159175140
HSL87°17.95%61.76%
HSB/HSV87°20.00%68.63%
CMYK9.14%0.00%20.00%
31.37%

Color #9FAF8C in popluar number systems.

HEX9FAF8C
Decimal159175140
Binary100111111010111110001100
Octal237257214

Shades and tints

Shades of #9FAF8C

#9FAF8C
(159,175,140)
#91A080
(145,160,128)
#839174
(131,145,116)
#758268
(117,130,104)
#67735C
(103,115,92)
#596450
(89,100,80)
#4B5544
(75,85,68)
#3D4638
(61,70,56)
#2F372C
(47,55,44)
#212820
(33,40,32)
#131914
(19,25,20)
#000000
(0,0,0)

Tints of #9FAF8C

#9FAF8C
(159,175,140)
#A7B696
(167,182,150)
#AFBDA0
(175,189,160)
#B7C4AA
(183,196,170)
#BFCBB4
(191,203,180)
#C7D2BE
(199,210,190)
#CFD9C8
(207,217,200)
#D7E0D2
(215,224,210)
#DFE7DC
(223,231,220)
#E7EEE6
(231,238,230)
#EFF5F0
(239,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FAF8C; }

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

This text font color is #9FAF8C.


Background Color

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

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

This div background color is #9FAF8C.


Border color

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

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

This div border color is #9FAF8C.


Opacity

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

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

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

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

This text has shadow with #9FAF8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FAF8C on black background.


Color preview on white background

This text has color #9FAF8C on white background.



Black color preview on #9FAF8C background

This text has black color on #9FAF8C background.


White color preview on #9FAF8C background

This text has white color on #9FAF8C background.