COLOR #9FCDFA

HEX: #9FCDFA
RGB: (159,205,250)

Color info

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

RGB color model

#9FCDFA color RGB value is (159,205,250).

  • red value is 159;
  • green value is 205;
  • blue value is 250.
RGB:
(159,205,250)
(62%,80%,98%)

RGB channels and saturation

R 159 of 255 = 62%
G 205 of 255 = 80%
B 250 of 255 = 98%

159
205
250

R + G + B ~ 80%. #9FCDFA is quite light color.

Portions of RGB colors in percentages

R + G + B =
159 + 205 + 250 = 614 (100%)
R 159 of 614 ~ 25.9%
G 205 of 614 ~ 33.39%
B 250 of 614 ~ 40.72%

%25.9
%33.39
%40.72

CMYK color model

#9FCDFA color CMYK value is (36,18,0,2).

  • cyan value is 36.40%
  • magenta value is 18.00%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(36,18,0,2)
C36M18Y0K2 
(36%,18%,0%,2%)
(0.36/0.18/0.00/0.02)	

CMYK percentages

%36.4
%18
%0
%1.96

Codes

Color #9FCDFA in popluar color models

9FCDFA
RGB159205250
HSL210°90.10%80.20%
HSB/HSV210°36.40%98.04%
CMYK36.40%18.00%0.00%
1.96%

Color #9FCDFA in popluar number systems.

HEX9FCDFA
Decimal159205250
Binary100111111100110111111010
Octal237315372

Shades and tints

Shades of #9FCDFA

#9FCDFA
(159,205,250)
#91BBE4
(145,187,228)
#83A9CE
(131,169,206)
#7597B8
(117,151,184)
#6785A2
(103,133,162)
#59738C
(89,115,140)
#4B6176
(75,97,118)
#3D4F60
(61,79,96)
#2F3D4A
(47,61,74)
#212B34
(33,43,52)
#13191E
(19,25,30)
#000000
(0,0,0)

Tints of #9FCDFA

#9FCDFA
(159,205,250)
#A7D1FA
(167,209,250)
#AFD5FA
(175,213,250)
#B7D9FA
(183,217,250)
#BFDDFA
(191,221,250)
#C7E1FA
(199,225,250)
#CFE5FA
(207,229,250)
#D7E9FA
(215,233,250)
#DFEDFA
(223,237,250)
#E7F1FA
(231,241,250)
#EFF5FA
(239,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FCDFA color. Also use rgb(159,205,250) instead hex code.

Text Font Color

.myTextColor { color: #9FCDFA; }

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

This text font color is #9FCDFA.


Background Color

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

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

This div background color is #9FCDFA.


Border color

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

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

This div border color is #9FCDFA.


Opacity

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

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

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

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

This text has shadow with #9FCDFA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FCDFA on black background.


Color preview on white background

This text has color #9FCDFA on white background.



Black color preview on #9FCDFA background

This text has black color on #9FCDFA background.


White color preview on #9FCDFA background

This text has white color on #9FCDFA background.