COLOR #9FD4F3

HEX: #9FD4F3
RGB: (159,212,243)

Color info

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

RGB color model

#9FD4F3 color RGB value is (159,212,243).

  • red value is 159;
  • green value is 212;
  • blue value is 243.
RGB:
(159,212,243)
(62%,83%,95%)

RGB channels and saturation

R 159 of 255 = 62%
G 212 of 255 = 83%
B 243 of 255 = 95%

159
212
243

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

Portions of RGB colors in percentages

R + G + B =
159 + 212 + 243 = 614 (100%)
R 159 of 614 ~ 25.9%
G 212 of 614 ~ 34.53%
B 243 of 614 ~ 39.58%

%25.9
%34.53
%39.58

CMYK color model

#9FD4F3 color CMYK value is (35,13,0,5).

  • cyan value is 34.57%
  • magenta value is 12.76%
  • yellow value is 0.00%
  • key color value is 4.71%
CMYK:
(35,13,0,5)
C35M13Y0K5 
(35%,13%,0%,5%)
(0.35/0.13/0.00/0.05)	

CMYK percentages

%34.57
%12.76
%0
%4.71

Codes

Color #9FD4F3 in popluar color models

9FD4F3
RGB159212243
HSL202°77.78%78.82%
HSB/HSV202°34.57%95.29%
CMYK34.57%12.76%0.00%
4.71%

Color #9FD4F3 in popluar number systems.

HEX9FD4F3
Decimal159212243
Binary100111111101010011110011
Octal237324363

Shades and tints

Shades of #9FD4F3

#9FD4F3
(159,212,243)
#91C1DD
(145,193,221)
#83AEC7
(131,174,199)
#759BB1
(117,155,177)
#67889B
(103,136,155)
#597585
(89,117,133)
#4B626F
(75,98,111)
#3D4F59
(61,79,89)
#2F3C43
(47,60,67)
#21292D
(33,41,45)
#131617
(19,22,23)
#000000
(0,0,0)

Tints of #9FD4F3

#9FD4F3
(159,212,243)
#A7D7F4
(167,215,244)
#AFDAF5
(175,218,245)
#B7DDF6
(183,221,246)
#BFE0F7
(191,224,247)
#C7E3F8
(199,227,248)
#CFE6F9
(207,230,249)
#D7E9FA
(215,233,250)
#DFECFB
(223,236,251)
#E7EFFC
(231,239,252)
#EFF2FD
(239,242,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FD4F3 color. Also use rgb(159,212,243) instead hex code.

Text Font Color

.myTextColor { color: #9FD4F3; }

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

This text font color is #9FD4F3.


Background Color

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

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

This div background color is #9FD4F3.


Border color

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

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

This div border color is #9FD4F3.


Opacity

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

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

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

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

This text has shadow with #9FD4F3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FD4F3 on black background.


Color preview on white background

This text has color #9FD4F3 on white background.



Black color preview on #9FD4F3 background

This text has black color on #9FD4F3 background.


White color preview on #9FD4F3 background

This text has white color on #9FD4F3 background.