COLOR #9FC3F9

HEX: #9FC3F9 RGB: (159,195,249)

Color info

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

RGB color model

#9FC3F9 color RGB value is (159,195,249).

RGB: (159,195,249) (62%, 76%, 98%)

RGB channels and saturation

R 159 of 255 = 62%
G 195 of 255 = 76%
B 249 of 255 = 98%

159
195
249

R + G + B ~ 79%. #9FC3F9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 159 + 195 + 249 = 603 (100%)
R 159 of 603 ~ 26.37%
G 195 of 603 ~ 32.34%
B 249 of 603 ~ 41.29'%

%26.37
%32.34
%41.29

CMYK color model

#9FC3F9 color CMYK value is (36,22,0,2).

  • cyan value is 36.14%
  • magenta value is 21.69%
  • yellow value is 0.00%
  • key color value is 2.35%

CMYK: (36,22,0,2)
C36M22Y0K2 (36%, 22%, 0%, 2%)
(0.36 / 0.22 / 0.00 / 0.02)

CMYK percentages

%36.14
%21.69
%0
%2.35

Codes

Color #9FC3F9 in popluar color models

9F C3 F9
RGB 159 195 249
HSL 216° 88.24% 80.00%
HSB/HSV 216° 36.14% 97.65%
CMYK 36.14% 21.69% 0.00%
2.35%

Color #9FC3F9 in popluar number systems.

HEX 9F C3 F9
Decimal 159 195 249
Binary 10011111 11000011 11111001
Octal 237 303 371

Shades and tints

Shades of #9FC3F9

#9FC3F9
(159,195,249)
#91B2E3
(145,178,227)
#83A1CD
(131,161,205)
#7590B7
(117,144,183)
#677FA1
(103,127,161)
#596E8B
(89,110,139)
#4B5D75
(75,93,117)
#3D4C5F
(61,76,95)
#2F3B49
(47,59,73)
#212A33
(33,42,51)
#13191D
(19,25,29)
#000000
(0,0,0)

Tints of #9FC3F9

#9FC3F9
(159,195,249)
#A7C8F9
(167,200,249)
#AFCDF9
(175,205,249)
#B7D2F9
(183,210,249)
#BFD7F9
(191,215,249)
#C7DCF9
(199,220,249)
#CFE1F9
(207,225,249)
#D7E6F9
(215,230,249)
#DFEBF9
(223,235,249)
#E7F0F9
(231,240,249)
#EFF5F9
(239,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FC3F9; }

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

This text font color is #9FC3F9.

Background Color

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

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

This div background color is #9FC3F9.

Border color

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

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

This div border color is #9FC3F9.

Opacity

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

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

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

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

This text has shadow with #9FC3F9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9FC3F9.

Preview

Color preview on black background

This text has color #9FC3F9 on black background.


Color preview on white background

This text has color #9FC3F9 on white background.


Black color preview on #9FC3F9 background

This text has black color on #9FC3F9 background.


White color preview on #9FC3F9 background

This text has white color on #9FC3F9 background.


Related colors

Complementary color

Complementary color for #hex is #603C06.


I love getcolorcode.com

Triadic colors

1 #F99FC3 and #C3F99F with #9FC3F9 are triadic colors.

2 #F9C39F and #C39FF9 with #9FC3F9 are triadic colors.