COLOR #9FA3E6

HEX: #9FA3E6
RGB: (159,163,230)

Color info

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

RGB color model

#9FA3E6 color RGB value is (159,163,230).

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

RGB channels and saturation

R 159 of 255 = 62%
G 163 of 255 = 64%
B 230 of 255 = 90%

159
163
230

R + G + B ~ 72%. #9FA3E6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
159 + 163 + 230 = 552 (100%)
R 159 of 552 ~ 28.8%
G 163 of 552 ~ 29.53%
B 230 of 552 ~ 41.67%

%28.8
%29.53
%41.67

CMYK color model

#9FA3E6 color CMYK value is (31,29,0,10).

  • cyan value is 30.87%
  • magenta value is 29.13%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(31,29,0,10)
C31M29Y0K10 
(31%,29%,0%,10%)
(0.31/0.29/0.00/0.10)	

CMYK percentages

%30.87
%29.13
%0
%9.8

Codes

Color #9FA3E6 in popluar color models

9FA3E6
RGB159163230
HSL237°58.68%76.27%
HSB/HSV237°30.87%90.20%
CMYK30.87%29.13%0.00%
9.80%

Color #9FA3E6 in popluar number systems.

HEX9FA3E6
Decimal159163230
Binary100111111010001111100110
Octal237243346

Shades and tints

Shades of #9FA3E6

#9FA3E6
(159,163,230)
#9195D2
(145,149,210)
#8387BE
(131,135,190)
#7579AA
(117,121,170)
#676B96
(103,107,150)
#595D82
(89,93,130)
#4B4F6E
(75,79,110)
#3D415A
(61,65,90)
#2F3346
(47,51,70)
#212532
(33,37,50)
#13171E
(19,23,30)
#000000
(0,0,0)

Tints of #9FA3E6

#9FA3E6
(159,163,230)
#A7ABE8
(167,171,232)
#AFB3EA
(175,179,234)
#B7BBEC
(183,187,236)
#BFC3EE
(191,195,238)
#C7CBF0
(199,203,240)
#CFD3F2
(207,211,242)
#D7DBF4
(215,219,244)
#DFE3F6
(223,227,246)
#E7EBF8
(231,235,248)
#EFF3FA
(239,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FA3E6; }

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

This text font color is #9FA3E6.


Background Color

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

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

This div background color is #9FA3E6.


Border color

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

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

This div border color is #9FA3E6.


Opacity

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

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

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

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

This text has shadow with #9FA3E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FA3E6 on black background.


Color preview on white background

This text has color #9FA3E6 on white background.



Black color preview on #9FA3E6 background

This text has black color on #9FA3E6 background.


White color preview on #9FA3E6 background

This text has white color on #9FA3E6 background.