COLOR #9FAFA6

HEX: #9FAFA6 RGB: (159,175,166)

Color info

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

RGB color model

#9FAFA6 color RGB value is (159,175,166).

RGB: (159,175,166) (62%, 69%, 65%)

RGB channels and saturation

R 159 of 255 = 62%
G 175 of 255 = 69%
B 166 of 255 = 65%

159
175
166

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

Portions of RGB colors in percentages

R + G + B = 159 + 175 + 166 = 500 (100%)
R 159 of 500 ~ 31.8%
G 175 of 500 ~ 35%
B 166 of 500 ~ 33.2'%

%31.8
%35
%33.2

CMYK color model

#9FAFA6 color CMYK value is (9,0,5,31).

  • cyan value is 9.14%
  • magenta value is 0.00%
  • yellow value is 5.14%
  • key color value is 31.37%

CMYK: (9,0,5,31)
C9M0Y5K31 (9%, 0%, 5%, 31%)
(0.09 / 0.00 / 0.05 / 0.31)

CMYK percentages

%9.14
%0
%5.14
%31.37

Codes

Color #9FAFA6 in popluar color models

9F AF A6
RGB 159 175 166
HSL 146° 9.09% 65.49%
HSB/HSV 146° 9.14% 68.63%
CMYK 9.14% 0.00% 5.14%
31.37%

Color #9FAFA6 in popluar number systems.

HEX 9F AF A6
Decimal 159 175 166
Binary 10011111 10101111 10100110
Octal 237 257 246

Shades and tints

Shades of #9FAFA6

#9FAFA6
(159,175,166)
#91A097
(145,160,151)
#839188
(131,145,136)
#758279
(117,130,121)
#67736A
(103,115,106)
#59645B
(89,100,91)
#4B554C
(75,85,76)
#3D463D
(61,70,61)
#2F372E
(47,55,46)
#21281F
(33,40,31)
#131910
(19,25,16)
#000000
(0,0,0)

Tints of #9FAFA6

#9FAFA6
(159,175,166)
#A7B6AE
(167,182,174)
#AFBDB6
(175,189,182)
#B7C4BE
(183,196,190)
#BFCBC6
(191,203,198)
#C7D2CE
(199,210,206)
#CFD9D6
(207,217,214)
#D7E0DE
(215,224,222)
#DFE7E6
(223,231,230)
#E7EEEE
(231,238,238)
#EFF5F6
(239,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FAFA6; }

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

This text font color is #9FAFA6.

Background Color

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

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

This div background color is #9FAFA6.

Border color

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

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

This div border color is #9FAFA6.

Opacity

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

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

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

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

This text has shadow with #9FAFA6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9FAFA6.

Preview

Color preview on black background

This text has color #9FAFA6 on black background.


Color preview on white background

This text has color #9FAFA6 on white background.


Black color preview on #9FAFA6 background

This text has black color on #9FAFA6 background.


White color preview on #9FAFA6 background

This text has white color on #9FAFA6 background.


Related colors

Complementary color

Complementary color for #hex is #605059.


I love getcolorcode.com

Triadic colors

1 #A69FAF and #AFA69F with #9FAFA6 are triadic colors.

2 #A6AF9F and #AF9FA6 with #9FAFA6 are triadic colors.