COLOR #9FCCDF

HEX: #9FCCDF RGB: (159,204,223)

Color info

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

RGB color model

#9FCCDF color RGB value is (159,204,223).

RGB: (159,204,223) (62%, 80%, 87%)

RGB channels and saturation

R 159 of 255 = 62%
G 204 of 255 = 80%
B 223 of 255 = 87%

159
204
223

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

Portions of RGB colors in percentages

R + G + B = 159 + 204 + 223 = 586 (100%)
R 159 of 586 ~ 27.13%
G 204 of 586 ~ 34.81%
B 223 of 586 ~ 38.05'%

%27.13
%34.81
%38.05

CMYK color model

#9FCCDF color CMYK value is (29,9,0,13).

  • cyan value is 28.70%
  • magenta value is 8.52%
  • yellow value is 0.00%
  • key color value is 12.55%

CMYK: (29,9,0,13)
C29M9Y0K13 (29%, 9%, 0%, 13%)
(0.29 / 0.09 / 0.00 / 0.13)

CMYK percentages

%28.7
%8.52
%0
%12.55

Codes

Color #9FCCDF in popluar color models

9F CC DF
RGB 159 204 223
HSL 198° 50.00% 74.90%
HSB/HSV 198° 28.70% 87.45%
CMYK 28.70% 8.52% 0.00%
12.55%

Color #9FCCDF in popluar number systems.

HEX 9F CC DF
Decimal 159 204 223
Binary 10011111 11001100 11011111
Octal 237 314 337

Shades and tints

Shades of #9FCCDF

#9FCCDF
(159,204,223)
#91BACB
(145,186,203)
#83A8B7
(131,168,183)
#7596A3
(117,150,163)
#67848F
(103,132,143)
#59727B
(89,114,123)
#4B6067
(75,96,103)
#3D4E53
(61,78,83)
#2F3C3F
(47,60,63)
#212A2B
(33,42,43)
#131817
(19,24,23)
#000000
(0,0,0)

Tints of #9FCCDF

#9FCCDF
(159,204,223)
#A7D0E1
(167,208,225)
#AFD4E3
(175,212,227)
#B7D8E5
(183,216,229)
#BFDCE7
(191,220,231)
#C7E0E9
(199,224,233)
#CFE4EB
(207,228,235)
#D7E8ED
(215,232,237)
#DFECEF
(223,236,239)
#E7F0F1
(231,240,241)
#EFF4F3
(239,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FCCDF color. Also use rgb(159,204,223) instead hex code.

Text Font Color

.myTextColor { color: #9FCCDF; }

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

This text font color is #9FCCDF.

Background Color

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

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

This div background color is #9FCCDF.

Border color

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

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

This div border color is #9FCCDF.

Opacity

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

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

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

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

This text has shadow with #9FCCDF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9FCCDF.

Preview

Color preview on black background

This text has color #9FCCDF on black background.


Color preview on white background

This text has color #9FCCDF on white background.


Black color preview on #9FCCDF background

This text has black color on #9FCCDF background.


White color preview on #9FCCDF background

This text has white color on #9FCCDF background.


Related colors

Complementary color

Complementary color for #hex is #603320.


I love getcolorcode.com

Triadic colors

1 #DF9FCC and #CCDF9F with #9FCCDF are triadic colors.

2 #DFCC9F and #CC9FDF with #9FCCDF are triadic colors.