COLOR #9FA7CE

HEX: #9FA7CE
RGB: (159,167,206)

Color info

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

RGB color model

#9FA7CE color RGB value is (159,167,206).

  • red value is 159;
  • green value is 167;
  • blue value is 206.
RGB: (159,167,206) (62%,65%,81%)

RGB channels and saturation

R 159 of 255 = 62%
G 167 of 255 = 65%
B 206 of 255 = 81%

159
167
206

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

Portions of RGB colors in percentages

R + G + B =
159 + 167 + 206 = 532 (100%)
R 159 of 532 ~ 29.89%
G 167 of 532 ~ 31.39%
B 206 of 532 ~ 38.72%

%29.89
%31.39
%38.72

CMYK color model

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

  • cyan value is 22.82%
  • magenta value is 18.93%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK: (23,19,0,19) C23M19Y0K19 (23%,19%,0%,19%) (0.23/0.19/0.00/0.19)

CMYK percentages

%22.82
%18.93
%0
%19.22

Codes

Color #9FA7CE in popluar color models

9FA7CE
RGB159167206
HSL230°32.41%71.57%
HSB/HSV230°22.82%80.78%
CMYK22.82%18.93%0.00%
19.22%

Color #9FA7CE in popluar number systems.

HEX9FA7CE
Decimal159167206
Binary100111111010011111001110
Octal237247316

Shades and tints

Shades of #9FA7CE

#9FA7CE
(159,167,206)
#9198BC
(145,152,188)
#8389AA
(131,137,170)
#757A98
(117,122,152)
#676B86
(103,107,134)
#595C74
(89,92,116)
#4B4D62
(75,77,98)
#3D3E50
(61,62,80)
#2F2F3E
(47,47,62)
#21202C
(33,32,44)
#13111A
(19,17,26)
#000000
(0,0,0)

Tints of #9FA7CE

#9FA7CE
(159,167,206)
#A7AFD2
(167,175,210)
#AFB7D6
(175,183,214)
#B7BFDA
(183,191,218)
#BFC7DE
(191,199,222)
#C7CFE2
(199,207,226)
#CFD7E6
(207,215,230)
#D7DFEA
(215,223,234)
#DFE7EE
(223,231,238)
#E7EFF2
(231,239,242)
#EFF7F6
(239,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FA7CE color. Also use rgb(159,167,206) instead hex code.

Text Font Color

.myTextColor { color: #9FA7CE; }

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

This text font color is #9FA7CE.


Background Color

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

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

This div background color is #9FA7CE.


Border color

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

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

This div border color is #9FA7CE.


Opacity

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

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

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

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

This text has shadow with #9FA7CE color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #9FA7CE on black background.


Color preview on white background

This text has color #9FA7CE on white background.



Black color preview on #9FA7CE background

This text has black color on #9FA7CE background.


White color preview on #9FA7CE background

This text has white color on #9FA7CE background.