COLOR #9CCCDF

HEX: #9CCCDF
RGB: (156,204,223)

Color info

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

RGB color model

#9CCCDF color RGB value is (156,204,223).

  • red value is 156;
  • green value is 204;
  • blue value is 223.
RGB:
(156,204,223)
(61%,80%,87%)

RGB channels and saturation

R 156 of 255 = 61%
G 204 of 255 = 80%
B 223 of 255 = 87%

156
204
223

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

Portions of RGB colors in percentages

R + G + B =
156 + 204 + 223 = 583 (100%)
R 156 of 583 ~ 26.76%
G 204 of 583 ~ 34.99%
B 223 of 583 ~ 38.25%

%26.76
%34.99
%38.25

CMYK color model

#9CCCDF color CMYK value is (30,9,0,13).

  • cyan value is 30.04%
  • magenta value is 8.52%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(30,9,0,13)
C30M9Y0K13 
(30%,9%,0%,13%)
(0.30/0.09/0.00/0.13)	

CMYK percentages

%30.04
%8.52
%0
%12.55

Codes

Color #9CCCDF in popluar color models

9CCCDF
RGB156204223
HSL197°51.15%74.31%
HSB/HSV197°30.04%87.45%
CMYK30.04%8.52%0.00%
12.55%

Color #9CCCDF in popluar number systems.

HEX9CCCDF
Decimal156204223
Binary100111001100110011011111
Octal234314337

Shades and tints

Shades of #9CCCDF

#9CCCDF
(156,204,223)
#8EBACB
(142,186,203)
#80A8B7
(128,168,183)
#7296A3
(114,150,163)
#64848F
(100,132,143)
#56727B
(86,114,123)
#486067
(72,96,103)
#3A4E53
(58,78,83)
#2C3C3F
(44,60,63)
#1E2A2B
(30,42,43)
#101817
(16,24,23)
#000000
(0,0,0)

Tints of #9CCCDF

#9CCCDF
(156,204,223)
#A5D0E1
(165,208,225)
#AED4E3
(174,212,227)
#B7D8E5
(183,216,229)
#C0DCE7
(192,220,231)
#C9E0E9
(201,224,233)
#D2E4EB
(210,228,235)
#DBE8ED
(219,232,237)
#E4ECEF
(228,236,239)
#EDF0F1
(237,240,241)
#F6F4F3
(246,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9CCCDF; }

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

This text font color is #9CCCDF.


Background Color

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

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

This div background color is #9CCCDF.


Border color

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

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

This div border color is #9CCCDF.


Opacity

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

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

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

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

This text has shadow with #9CCCDF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CCCDF on black background.


Color preview on white background

This text has color #9CCCDF on white background.



Black color preview on #9CCCDF background

This text has black color on #9CCCDF background.


White color preview on #9CCCDF background

This text has white color on #9CCCDF background.