COLOR #9FC3F1

HEX: #9FC3F1
RGB: (159,195,241)

Color info

#9FC3F1 contains mainly green and blue colors. Web safe color of #9FC3F1 is #99CCFF (or #9CF).

RGB color model

#9FC3F1 color RGB value is (159,195,241).

  • red value is 159;
  • green value is 195;
  • blue value is 241.
RGB:
(159,195,241)
(62%,76%,95%)

RGB channels and saturation

R 159 of 255 = 62%
G 195 of 255 = 76%
B 241 of 255 = 95%

159
195
241

R + G + B ~ 78%. #9FC3F1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
159 + 195 + 241 = 595 (100%)
R 159 of 595 ~ 26.72%
G 195 of 595 ~ 32.77%
B 241 of 595 ~ 40.5%

%26.72
%32.77
%40.5

CMYK color model

#9FC3F1 color CMYK value is (34,19,0,5).

  • cyan value is 34.02%
  • magenta value is 19.09%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(34,19,0,5)
C34M19Y0K5 
(34%,19%,0%,5%)
(0.34/0.19/0.00/0.05)	

CMYK percentages

%34.02
%19.09
%0
%5.49

Codes

Color #9FC3F1 in popluar color models

9FC3F1
RGB159195241
HSL214°74.55%78.43%
HSB/HSV214°34.02%94.51%
CMYK34.02%19.09%0.00%
5.49%

Color #9FC3F1 in popluar number systems.

HEX9FC3F1
Decimal159195241
Binary100111111100001111110001
Octal237303361

Shades and tints

Shades of #9FC3F1

#9FC3F1
(159,195,241)
#91B2DC
(145,178,220)
#83A1C7
(131,161,199)
#7590B2
(117,144,178)
#677F9D
(103,127,157)
#596E88
(89,110,136)
#4B5D73
(75,93,115)
#3D4C5E
(61,76,94)
#2F3B49
(47,59,73)
#212A34
(33,42,52)
#13191F
(19,25,31)
#000000
(0,0,0)

Tints of #9FC3F1

#9FC3F1
(159,195,241)
#A7C8F2
(167,200,242)
#AFCDF3
(175,205,243)
#B7D2F4
(183,210,244)
#BFD7F5
(191,215,245)
#C7DCF6
(199,220,246)
#CFE1F7
(207,225,247)
#D7E6F8
(215,230,248)
#DFEBF9
(223,235,249)
#E7F0FA
(231,240,250)
#EFF5FB
(239,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FC3F1 color. Also use rgb(159,195,241) instead hex code.

Text Font Color

.myTextColor { color: #9FC3F1; }

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

This text font color is #9FC3F1.


Background Color

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

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

This div background color is #9FC3F1.


Border color

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

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

This div border color is #9FC3F1.


Opacity

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

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

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

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

This text has shadow with #9FC3F1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FC3F1 on black background.


Color preview on white background

This text has color #9FC3F1 on white background.



Black color preview on #9FC3F1 background

This text has black color on #9FC3F1 background.


White color preview on #9FC3F1 background

This text has white color on #9FC3F1 background.