COLOR #9FA4CF

HEX: #9FA4CF
RGB: (159,164,207)

Color info

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

RGB color model

#9FA4CF color RGB value is (159,164,207).

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

RGB channels and saturation

R 159 of 255 = 62%
G 164 of 255 = 64%
B 207 of 255 = 81%

159
164
207

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

Portions of RGB colors in percentages

R + G + B =
159 + 164 + 207 = 530 (100%)
R 159 of 530 ~ 30%
G 164 of 530 ~ 30.94%
B 207 of 530 ~ 39.06%

%30
%30.94
%39.06

CMYK color model

#9FA4CF color CMYK value is (23,21,0,19).

  • cyan value is 23.19%
  • magenta value is 20.77%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(23,21,0,19)
C23M21Y0K19 
(23%,21%,0%,19%)
(0.23/0.21/0.00/0.19)	

CMYK percentages

%23.19
%20.77
%0
%18.82

Codes

Color #9FA4CF in popluar color models

9FA4CF
RGB159164207
HSL234°33.33%71.76%
HSB/HSV234°23.19%81.18%
CMYK23.19%20.77%0.00%
18.82%

Color #9FA4CF in popluar number systems.

HEX9FA4CF
Decimal159164207
Binary100111111010010011001111
Octal237244317

Shades and tints

Shades of #9FA4CF

#9FA4CF
(159,164,207)
#9196BD
(145,150,189)
#8388AB
(131,136,171)
#757A99
(117,122,153)
#676C87
(103,108,135)
#595E75
(89,94,117)
#4B5063
(75,80,99)
#3D4251
(61,66,81)
#2F343F
(47,52,63)
#21262D
(33,38,45)
#13181B
(19,24,27)
#000000
(0,0,0)

Tints of #9FA4CF

#9FA4CF
(159,164,207)
#A7ACD3
(167,172,211)
#AFB4D7
(175,180,215)
#B7BCDB
(183,188,219)
#BFC4DF
(191,196,223)
#C7CCE3
(199,204,227)
#CFD4E7
(207,212,231)
#D7DCEB
(215,220,235)
#DFE4EF
(223,228,239)
#E7ECF3
(231,236,243)
#EFF4F7
(239,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FA4CF; }

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

This text font color is #9FA4CF.


Background Color

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

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

This div background color is #9FA4CF.


Border color

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

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

This div border color is #9FA4CF.


Opacity

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

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

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

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

This text has shadow with #9FA4CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FA4CF on black background.


Color preview on white background

This text has color #9FA4CF on white background.



Black color preview on #9FA4CF background

This text has black color on #9FA4CF background.


White color preview on #9FA4CF background

This text has white color on #9FA4CF background.