COLOR #9FAFA1

HEX: #9FAFA1
RGB: (159,175,161)

Color info

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

RGB color model

#9FAFA1 color RGB value is (159,175,161).

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

RGB channels and saturation

R 159 of 255 = 62%
G 175 of 255 = 69%
B 161 of 255 = 63%

159
175
161

R + G + B ~ 65%. #9FAFA1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
159 + 175 + 161 = 495 (100%)
R 159 of 495 ~ 32.12%
G 175 of 495 ~ 35.35%
B 161 of 495 ~ 32.53%

%32.12
%35.35
%32.53

CMYK color model

#9FAFA1 color CMYK value is (9,0,8,31).

  • cyan value is 9.14%
  • magenta value is 0.00%
  • yellow value is 8.00%
  • key color value is 31.37%
CMYK:
(9,0,8,31)
C9M0Y8K31 
(9%,0%,8%,31%)
(0.09/0.00/0.08/0.31)	

CMYK percentages

%9.14
%0
%8
%31.37

Codes

Color #9FAFA1 in popluar color models

9FAFA1
RGB159175161
HSL128°9.09%65.49%
HSB/HSV128°9.14%68.63%
CMYK9.14%0.00%8.00%
31.37%

Color #9FAFA1 in popluar number systems.

HEX9FAFA1
Decimal159175161
Binary100111111010111110100001
Octal237257241

Shades and tints

Shades of #9FAFA1

#9FAFA1
(159,175,161)
#91A093
(145,160,147)
#839185
(131,145,133)
#758277
(117,130,119)
#677369
(103,115,105)
#59645B
(89,100,91)
#4B554D
(75,85,77)
#3D463F
(61,70,63)
#2F3731
(47,55,49)
#212823
(33,40,35)
#131915
(19,25,21)
#000000
(0,0,0)

Tints of #9FAFA1

#9FAFA1
(159,175,161)
#A7B6A9
(167,182,169)
#AFBDB1
(175,189,177)
#B7C4B9
(183,196,185)
#BFCBC1
(191,203,193)
#C7D2C9
(199,210,201)
#CFD9D1
(207,217,209)
#D7E0D9
(215,224,217)
#DFE7E1
(223,231,225)
#E7EEE9
(231,238,233)
#EFF5F1
(239,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FAFA1; }

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

This text font color is #9FAFA1.


Background Color

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

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

This div background color is #9FAFA1.


Border color

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

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

This div border color is #9FAFA1.


Opacity

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

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

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

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

This text has shadow with #9FAFA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FAFA1 on black background.


Color preview on white background

This text has color #9FAFA1 on white background.



Black color preview on #9FAFA1 background

This text has black color on #9FAFA1 background.


White color preview on #9FAFA1 background

This text has white color on #9FAFA1 background.