COLOR #9FAFA4

HEX: #9FAFA4
RGB: (159,175,164)

Color info

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

RGB color model

#9FAFA4 color RGB value is (159,175,164).

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

RGB channels and saturation

R 159 of 255 = 62%
G 175 of 255 = 69%
B 164 of 255 = 64%

159
175
164

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

Portions of RGB colors in percentages

R + G + B =
159 + 175 + 164 = 498 (100%)
R 159 of 498 ~ 31.93%
G 175 of 498 ~ 35.14%
B 164 of 498 ~ 32.93%

%31.93
%35.14
%32.93

CMYK color model

#9FAFA4 color CMYK value is (9,0,6,31).

  • cyan value is 9.14%
  • magenta value is 0.00%
  • yellow value is 6.29%
  • key color value is 31.37%
CMYK:
(9,0,6,31)
C9M0Y6K31 
(9%,0%,6%,31%)
(0.09/0.00/0.06/0.31)	

CMYK percentages

%9.14
%0
%6.29
%31.37

Codes

Color #9FAFA4 in popluar color models

9FAFA4
RGB159175164
HSL139°9.09%65.49%
HSB/HSV139°9.14%68.63%
CMYK9.14%0.00%6.29%
31.37%

Color #9FAFA4 in popluar number systems.

HEX9FAFA4
Decimal159175164
Binary100111111010111110100100
Octal237257244

Shades and tints

Shades of #9FAFA4

#9FAFA4
(159,175,164)
#91A096
(145,160,150)
#839188
(131,145,136)
#75827A
(117,130,122)
#67736C
(103,115,108)
#59645E
(89,100,94)
#4B5550
(75,85,80)
#3D4642
(61,70,66)
#2F3734
(47,55,52)
#212826
(33,40,38)
#131918
(19,25,24)
#000000
(0,0,0)

Tints of #9FAFA4

#9FAFA4
(159,175,164)
#A7B6AC
(167,182,172)
#AFBDB4
(175,189,180)
#B7C4BC
(183,196,188)
#BFCBC4
(191,203,196)
#C7D2CC
(199,210,204)
#CFD9D4
(207,217,212)
#D7E0DC
(215,224,220)
#DFE7E4
(223,231,228)
#E7EEEC
(231,238,236)
#EFF5F4
(239,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FAFA4; }

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

This text font color is #9FAFA4.


Background Color

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

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

This div background color is #9FAFA4.


Border color

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

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

This div border color is #9FAFA4.


Opacity

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

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

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

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

This text has shadow with #9FAFA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FAFA4 on black background.


Color preview on white background

This text has color #9FAFA4 on white background.



Black color preview on #9FAFA4 background

This text has black color on #9FAFA4 background.


White color preview on #9FAFA4 background

This text has white color on #9FAFA4 background.