COLOR #9CC2F7

HEX: #9CC2F7
RGB: (156,194,247)

Color info

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

RGB color model

#9CC2F7 color RGB value is (156,194,247).

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

RGB channels and saturation

R 156 of 255 = 61%
G 194 of 255 = 76%
B 247 of 255 = 97%

156
194
247

R + G + B ~ 78%. #9CC2F7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
156 + 194 + 247 = 597 (100%)
R 156 of 597 ~ 26.13%
G 194 of 597 ~ 32.5%
B 247 of 597 ~ 41.37%

%26.13
%32.5
%41.37

CMYK color model

#9CC2F7 color CMYK value is (37,21,0,3).

  • cyan value is 36.84%
  • magenta value is 21.46%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(37,21,0,3)
C37M21Y0K3 
(37%,21%,0%,3%)
(0.37/0.21/0.00/0.03)	

CMYK percentages

%36.84
%21.46
%0
%3.14

Codes

Color #9CC2F7 in popluar color models

9CC2F7
RGB156194247
HSL215°85.05%79.02%
HSB/HSV215°36.84%96.86%
CMYK36.84%21.46%0.00%
3.14%

Color #9CC2F7 in popluar number systems.

HEX9CC2F7
Decimal156194247
Binary100111001100001011110111
Octal234302367

Shades and tints

Shades of #9CC2F7

#9CC2F7
(156,194,247)
#8EB1E1
(142,177,225)
#80A0CB
(128,160,203)
#728FB5
(114,143,181)
#647E9F
(100,126,159)
#566D89
(86,109,137)
#485C73
(72,92,115)
#3A4B5D
(58,75,93)
#2C3A47
(44,58,71)
#1E2931
(30,41,49)
#10181B
(16,24,27)
#000000
(0,0,0)

Tints of #9CC2F7

#9CC2F7
(156,194,247)
#A5C7F7
(165,199,247)
#AECCF7
(174,204,247)
#B7D1F7
(183,209,247)
#C0D6F7
(192,214,247)
#C9DBF7
(201,219,247)
#D2E0F7
(210,224,247)
#DBE5F7
(219,229,247)
#E4EAF7
(228,234,247)
#EDEFF7
(237,239,247)
#F6F4F7
(246,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9CC2F7; }

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

This text font color is #9CC2F7.


Background Color

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

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

This div background color is #9CC2F7.


Border color

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

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

This div border color is #9CC2F7.


Opacity

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

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

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

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

This text has shadow with #9CC2F7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CC2F7 on black background.


Color preview on white background

This text has color #9CC2F7 on white background.



Black color preview on #9CC2F7 background

This text has black color on #9CC2F7 background.


White color preview on #9CC2F7 background

This text has white color on #9CC2F7 background.