COLOR #9FA8E6

HEX: #9FA8E6
RGB: (159,168,230)

Color info

#9FA8E6 contains mainly blue color. Web safe color of #9FA8E6 is #9999CC (or #99C).

RGB color model

#9FA8E6 color RGB value is (159,168,230).

  • red value is 159;
  • green value is 168;
  • blue value is 230.
RGB:
(159,168,230)
(62%,66%,90%)

RGB channels and saturation

R 159 of 255 = 62%
G 168 of 255 = 66%
B 230 of 255 = 90%

159
168
230

R + G + B ~ 73%. #9FA8E6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
159 + 168 + 230 = 557 (100%)
R 159 of 557 ~ 28.55%
G 168 of 557 ~ 30.16%
B 230 of 557 ~ 41.29%

%28.55
%30.16
%41.29

CMYK color model

#9FA8E6 color CMYK value is (31,27,0,10).

  • cyan value is 30.87%
  • magenta value is 26.96%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(31,27,0,10)
C31M27Y0K10 
(31%,27%,0%,10%)
(0.31/0.27/0.00/0.10)	

CMYK percentages

%30.87
%26.96
%0
%9.8

Codes

Color #9FA8E6 in popluar color models

9FA8E6
RGB159168230
HSL232°58.68%76.27%
HSB/HSV232°30.87%90.20%
CMYK30.87%26.96%0.00%
9.80%

Color #9FA8E6 in popluar number systems.

HEX9FA8E6
Decimal159168230
Binary100111111010100011100110
Octal237250346

Shades and tints

Shades of #9FA8E6

#9FA8E6
(159,168,230)
#9199D2
(145,153,210)
#838ABE
(131,138,190)
#757BAA
(117,123,170)
#676C96
(103,108,150)
#595D82
(89,93,130)
#4B4E6E
(75,78,110)
#3D3F5A
(61,63,90)
#2F3046
(47,48,70)
#212132
(33,33,50)
#13121E
(19,18,30)
#000000
(0,0,0)

Tints of #9FA8E6

#9FA8E6
(159,168,230)
#A7AFE8
(167,175,232)
#AFB6EA
(175,182,234)
#B7BDEC
(183,189,236)
#BFC4EE
(191,196,238)
#C7CBF0
(199,203,240)
#CFD2F2
(207,210,242)
#D7D9F4
(215,217,244)
#DFE0F6
(223,224,246)
#E7E7F8
(231,231,248)
#EFEEFA
(239,238,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FA8E6 color. Also use rgb(159,168,230) instead hex code.

Text Font Color

.myTextColor { color: #9FA8E6; }

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

This text font color is #9FA8E6.


Background Color

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

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

This div background color is #9FA8E6.


Border color

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

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

This div border color is #9FA8E6.


Opacity

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

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

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

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

This text has shadow with #9FA8E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FA8E6 on black background.


Color preview on white background

This text has color #9FA8E6 on white background.



Black color preview on #9FA8E6 background

This text has black color on #9FA8E6 background.


White color preview on #9FA8E6 background

This text has white color on #9FA8E6 background.