COLOR #9FC3AF

HEX: #9FC3AF
RGB: (159,195,175)

Color info

#9FC3AF contains red, green and blue colors in about the same proportion. Web safe color of #9FC3AF is #99CC99 (or #9C9).

RGB color model

#9FC3AF color RGB value is (159,195,175).

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

RGB channels and saturation

R 159 of 255 = 62%
G 195 of 255 = 76%
B 175 of 255 = 69%

159
195
175

R + G + B ~ 69%. #9FC3AF is quite light color.

Portions of RGB colors in percentages

R + G + B =
159 + 195 + 175 = 529 (100%)
R 159 of 529 ~ 30.06%
G 195 of 529 ~ 36.86%
B 175 of 529 ~ 33.08%

%30.06
%36.86
%33.08

CMYK color model

#9FC3AF color CMYK value is (18,0,10,24).

  • cyan value is 18.46%
  • magenta value is 0.00%
  • yellow value is 10.26%
  • key color value is 23.53%
CMYK:
(18,0,10,24)
C18M0Y10K24 
(18%,0%,10%,24%)
(0.18/0.00/0.10/0.24)	

CMYK percentages

%18.46
%0
%10.26
%23.53

Codes

Color #9FC3AF in popluar color models

9FC3AF
RGB159195175
HSL147°23.08%69.41%
HSB/HSV147°18.46%76.47%
CMYK18.46%0.00%10.26%
23.53%

Color #9FC3AF in popluar number systems.

HEX9FC3AF
Decimal159195175
Binary100111111100001110101111
Octal237303257

Shades and tints

Shades of #9FC3AF

#9FC3AF
(159,195,175)
#91B2A0
(145,178,160)
#83A191
(131,161,145)
#759082
(117,144,130)
#677F73
(103,127,115)
#596E64
(89,110,100)
#4B5D55
(75,93,85)
#3D4C46
(61,76,70)
#2F3B37
(47,59,55)
#212A28
(33,42,40)
#131919
(19,25,25)
#000000
(0,0,0)

Tints of #9FC3AF

#9FC3AF
(159,195,175)
#A7C8B6
(167,200,182)
#AFCDBD
(175,205,189)
#B7D2C4
(183,210,196)
#BFD7CB
(191,215,203)
#C7DCD2
(199,220,210)
#CFE1D9
(207,225,217)
#D7E6E0
(215,230,224)
#DFEBE7
(223,235,231)
#E7F0EE
(231,240,238)
#EFF5F5
(239,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FC3AF; }

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

This text font color is #9FC3AF.


Background Color

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

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

This div background color is #9FC3AF.


Border color

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

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

This div border color is #9FC3AF.


Opacity

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

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

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

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

This text has shadow with #9FC3AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FC3AF on black background.


Color preview on white background

This text has color #9FC3AF on white background.



Black color preview on #9FC3AF background

This text has black color on #9FC3AF background.


White color preview on #9FC3AF background

This text has white color on #9FC3AF background.