COLOR #9CDCF7

HEX: #9CDCF7
RGB: (156,220,247)

Color info

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

RGB color model

#9CDCF7 color RGB value is (156,220,247).

  • red value is 156;
  • green value is 220;
  • blue value is 247.
RGB:
(156,220,247)
(61%,86%,97%)

RGB channels and saturation

R 156 of 255 = 61%
G 220 of 255 = 86%
B 247 of 255 = 97%

156
220
247

R + G + B ~ 81%. #9CDCF7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
156 + 220 + 247 = 623 (100%)
R 156 of 623 ~ 25.04%
G 220 of 623 ~ 35.31%
B 247 of 623 ~ 39.65%

%25.04
%35.31
%39.65

CMYK color model

#9CDCF7 color CMYK value is (37,11,0,3).

  • cyan value is 36.84%
  • magenta value is 10.93%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(37,11,0,3)
C37M11Y0K3 
(37%,11%,0%,3%)
(0.37/0.11/0.00/0.03)	

CMYK percentages

%36.84
%10.93
%0
%3.14

Codes

Color #9CDCF7 in popluar color models

9CDCF7
RGB156220247
HSL198°85.05%79.02%
HSB/HSV198°36.84%96.86%
CMYK36.84%10.93%0.00%
3.14%

Color #9CDCF7 in popluar number systems.

HEX9CDCF7
Decimal156220247
Binary100111001101110011110111
Octal234334367

Shades and tints

Shades of #9CDCF7

#9CDCF7
(156,220,247)
#8EC8E1
(142,200,225)
#80B4CB
(128,180,203)
#72A0B5
(114,160,181)
#648C9F
(100,140,159)
#567889
(86,120,137)
#486473
(72,100,115)
#3A505D
(58,80,93)
#2C3C47
(44,60,71)
#1E2831
(30,40,49)
#10141B
(16,20,27)
#000000
(0,0,0)

Tints of #9CDCF7

#9CDCF7
(156,220,247)
#A5DFF7
(165,223,247)
#AEE2F7
(174,226,247)
#B7E5F7
(183,229,247)
#C0E8F7
(192,232,247)
#C9EBF7
(201,235,247)
#D2EEF7
(210,238,247)
#DBF1F7
(219,241,247)
#E4F4F7
(228,244,247)
#EDF7F7
(237,247,247)
#F6FAF7
(246,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9CDCF7 color. Also use rgb(156,220,247) instead hex code.

Text Font Color

.myTextColor { color: #9CDCF7; }

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

This text font color is #9CDCF7.


Background Color

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

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

This div background color is #9CDCF7.


Border color

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

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

This div border color is #9CDCF7.


Opacity

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

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

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

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

This text has shadow with #9CDCF7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CDCF7 on black background.


Color preview on white background

This text has color #9CDCF7 on white background.



Black color preview on #9CDCF7 background

This text has black color on #9CDCF7 background.


White color preview on #9CDCF7 background

This text has white color on #9CDCF7 background.