COLOR #9FA3C1

HEX: #9FA3C1
RGB: (159,163,193)

Color info

#9FA3C1 contains red, green and blue colors in about the same proportion. Web safe color of #9FA3C1 is #9999CC (or #99C).

RGB color model

#9FA3C1 color RGB value is (159,163,193).

  • red value is 159;
  • green value is 163;
  • blue value is 193.
RGB:
(159,163,193)
(62%,64%,76%)

RGB channels and saturation

R 159 of 255 = 62%
G 163 of 255 = 64%
B 193 of 255 = 76%

159
163
193

R + G + B ~ 67%. #9FA3C1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
159 + 163 + 193 = 515 (100%)
R 159 of 515 ~ 30.87%
G 163 of 515 ~ 31.65%
B 193 of 515 ~ 37.48%

%30.87
%31.65
%37.48

CMYK color model

#9FA3C1 color CMYK value is (18,16,0,24).

  • cyan value is 17.62%
  • magenta value is 15.54%
  • yellow value is 0.00%
  • key color value is 24.31%
CMYK:
(18,16,0,24)
C18M16Y0K24 
(18%,16%,0%,24%)
(0.18/0.16/0.00/0.24)	

CMYK percentages

%17.62
%15.54
%0
%24.31

Codes

Color #9FA3C1 in popluar color models

9FA3C1
RGB159163193
HSL233°21.52%69.02%
HSB/HSV233°17.62%75.69%
CMYK17.62%15.54%0.00%
24.31%

Color #9FA3C1 in popluar number systems.

HEX9FA3C1
Decimal159163193
Binary100111111010001111000001
Octal237243301

Shades and tints

Shades of #9FA3C1

#9FA3C1
(159,163,193)
#9195B0
(145,149,176)
#83879F
(131,135,159)
#75798E
(117,121,142)
#676B7D
(103,107,125)
#595D6C
(89,93,108)
#4B4F5B
(75,79,91)
#3D414A
(61,65,74)
#2F3339
(47,51,57)
#212528
(33,37,40)
#131717
(19,23,23)
#000000
(0,0,0)

Tints of #9FA3C1

#9FA3C1
(159,163,193)
#A7ABC6
(167,171,198)
#AFB3CB
(175,179,203)
#B7BBD0
(183,187,208)
#BFC3D5
(191,195,213)
#C7CBDA
(199,203,218)
#CFD3DF
(207,211,223)
#D7DBE4
(215,219,228)
#DFE3E9
(223,227,233)
#E7EBEE
(231,235,238)
#EFF3F3
(239,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FA3C1 color. Also use rgb(159,163,193) instead hex code.

Text Font Color

.myTextColor { color: #9FA3C1; }

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

This text font color is #9FA3C1.


Background Color

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

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

This div background color is #9FA3C1.


Border color

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

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

This div border color is #9FA3C1.


Opacity

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

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

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

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

This text has shadow with #9FA3C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FA3C1 on black background.


Color preview on white background

This text has color #9FA3C1 on white background.



Black color preview on #9FA3C1 background

This text has black color on #9FA3C1 background.


White color preview on #9FA3C1 background

This text has white color on #9FA3C1 background.