COLOR #9FC6DC

HEX: #9FC6DC
RGB: (159,198,220)

Color info

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

RGB color model

#9FC6DC color RGB value is (159,198,220).

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

RGB channels and saturation

R 159 of 255 = 62%
G 198 of 255 = 78%
B 220 of 255 = 86%

159
198
220

R + G + B ~ 75%. #9FC6DC is quite light color.

Portions of RGB colors in percentages

R + G + B =
159 + 198 + 220 = 577 (100%)
R 159 of 577 ~ 27.56%
G 198 of 577 ~ 34.32%
B 220 of 577 ~ 38.13%

%27.56
%34.32
%38.13

CMYK color model

#9FC6DC color CMYK value is (28,10,0,14).

  • cyan value is 27.73%
  • magenta value is 10.00%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(28,10,0,14)
C28M10Y0K14 
(28%,10%,0%,14%)
(0.28/0.10/0.00/0.14)	

CMYK percentages

%27.73
%10
%0
%13.73

Codes

Color #9FC6DC in popluar color models

9FC6DC
RGB159198220
HSL202°46.56%74.31%
HSB/HSV202°27.73%86.27%
CMYK27.73%10.00%0.00%
13.73%

Color #9FC6DC in popluar number systems.

HEX9FC6DC
Decimal159198220
Binary100111111100011011011100
Octal237306334

Shades and tints

Shades of #9FC6DC

#9FC6DC
(159,198,220)
#91B4C8
(145,180,200)
#83A2B4
(131,162,180)
#7590A0
(117,144,160)
#677E8C
(103,126,140)
#596C78
(89,108,120)
#4B5A64
(75,90,100)
#3D4850
(61,72,80)
#2F363C
(47,54,60)
#212428
(33,36,40)
#131214
(19,18,20)
#000000
(0,0,0)

Tints of #9FC6DC

#9FC6DC
(159,198,220)
#A7CBDF
(167,203,223)
#AFD0E2
(175,208,226)
#B7D5E5
(183,213,229)
#BFDAE8
(191,218,232)
#C7DFEB
(199,223,235)
#CFE4EE
(207,228,238)
#D7E9F1
(215,233,241)
#DFEEF4
(223,238,244)
#E7F3F7
(231,243,247)
#EFF8FA
(239,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FC6DC; }

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

This text font color is #9FC6DC.


Background Color

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

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

This div background color is #9FC6DC.


Border color

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

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

This div border color is #9FC6DC.


Opacity

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

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

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

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

This text has shadow with #9FC6DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FC6DC on black background.


Color preview on white background

This text has color #9FC6DC on white background.



Black color preview on #9FC6DC background

This text has black color on #9FC6DC background.


White color preview on #9FC6DC background

This text has white color on #9FC6DC background.