COLOR #9FC6DE

HEX: #9FC6DE
RGB: (159,198,222)

Color info

#9FC6DE contains mainly green and blue colors. Web safe color of #9FC6DE is #99CCCC (or #9CC).

RGB color model

#9FC6DE color RGB value is (159,198,222).

  • red value is 159;
  • green value is 198;
  • blue value is 222.
RGB:
(159,198,222)
(62%,78%,87%)

RGB channels and saturation

R 159 of 255 = 62%
G 198 of 255 = 78%
B 222 of 255 = 87%

159
198
222

R + G + B ~ 76%. #9FC6DE is quite light color.

Portions of RGB colors in percentages

R + G + B =
159 + 198 + 222 = 579 (100%)
R 159 of 579 ~ 27.46%
G 198 of 579 ~ 34.2%
B 222 of 579 ~ 38.34%

%27.46
%34.2
%38.34

CMYK color model

#9FC6DE color CMYK value is (28,11,0,13).

  • cyan value is 28.38%
  • magenta value is 10.81%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(28,11,0,13)
C28M11Y0K13 
(28%,11%,0%,13%)
(0.28/0.11/0.00/0.13)	

CMYK percentages

%28.38
%10.81
%0
%12.94

Codes

Color #9FC6DE in popluar color models

9FC6DE
RGB159198222
HSL203°48.84%74.71%
HSB/HSV203°28.38%87.06%
CMYK28.38%10.81%0.00%
12.94%

Color #9FC6DE in popluar number systems.

HEX9FC6DE
Decimal159198222
Binary100111111100011011011110
Octal237306336

Shades and tints

Shades of #9FC6DE

#9FC6DE
(159,198,222)
#91B4CA
(145,180,202)
#83A2B6
(131,162,182)
#7590A2
(117,144,162)
#677E8E
(103,126,142)
#596C7A
(89,108,122)
#4B5A66
(75,90,102)
#3D4852
(61,72,82)
#2F363E
(47,54,62)
#21242A
(33,36,42)
#131216
(19,18,22)
#000000
(0,0,0)

Tints of #9FC6DE

#9FC6DE
(159,198,222)
#A7CBE1
(167,203,225)
#AFD0E4
(175,208,228)
#B7D5E7
(183,213,231)
#BFDAEA
(191,218,234)
#C7DFED
(199,223,237)
#CFE4F0
(207,228,240)
#D7E9F3
(215,233,243)
#DFEEF6
(223,238,246)
#E7F3F9
(231,243,249)
#EFF8FC
(239,248,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FC6DE color. Also use rgb(159,198,222) instead hex code.

Text Font Color

.myTextColor { color: #9FC6DE; }

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

This text font color is #9FC6DE.


Background Color

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

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

This div background color is #9FC6DE.


Border color

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

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

This div border color is #9FC6DE.


Opacity

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

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

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

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

This text has shadow with #9FC6DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FC6DE on black background.


Color preview on white background

This text has color #9FC6DE on white background.



Black color preview on #9FC6DE background

This text has black color on #9FC6DE background.


White color preview on #9FC6DE background

This text has white color on #9FC6DE background.