COLOR #9CC8F7

HEX: #9CC8F7
RGB: (156,200,247)

Color info

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

RGB color model

#9CC8F7 color RGB value is (156,200,247).

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

RGB channels and saturation

R 156 of 255 = 61%
G 200 of 255 = 78%
B 247 of 255 = 97%

156
200
247

R + G + B ~ 79%. #9CC8F7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
156 + 200 + 247 = 603 (100%)
R 156 of 603 ~ 25.87%
G 200 of 603 ~ 33.17%
B 247 of 603 ~ 40.96%

%25.87
%33.17
%40.96

CMYK color model

#9CC8F7 color CMYK value is (37,19,0,3).

  • cyan value is 36.84%
  • magenta value is 19.03%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(37,19,0,3)
C37M19Y0K3 
(37%,19%,0%,3%)
(0.37/0.19/0.00/0.03)	

CMYK percentages

%36.84
%19.03
%0
%3.14

Codes

Color #9CC8F7 in popluar color models

9CC8F7
RGB156200247
HSL211°85.05%79.02%
HSB/HSV211°36.84%96.86%
CMYK36.84%19.03%0.00%
3.14%

Color #9CC8F7 in popluar number systems.

HEX9CC8F7
Decimal156200247
Binary100111001100100011110111
Octal234310367

Shades and tints

Shades of #9CC8F7

#9CC8F7
(156,200,247)
#8EB6E1
(142,182,225)
#80A4CB
(128,164,203)
#7292B5
(114,146,181)
#64809F
(100,128,159)
#566E89
(86,110,137)
#485C73
(72,92,115)
#3A4A5D
(58,74,93)
#2C3847
(44,56,71)
#1E2631
(30,38,49)
#10141B
(16,20,27)
#000000
(0,0,0)

Tints of #9CC8F7

#9CC8F7
(156,200,247)
#A5CDF7
(165,205,247)
#AED2F7
(174,210,247)
#B7D7F7
(183,215,247)
#C0DCF7
(192,220,247)
#C9E1F7
(201,225,247)
#D2E6F7
(210,230,247)
#DBEBF7
(219,235,247)
#E4F0F7
(228,240,247)
#EDF5F7
(237,245,247)
#F6FAF7
(246,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9CC8F7; }

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

This text font color is #9CC8F7.


Background Color

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

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

This div background color is #9CC8F7.


Border color

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

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

This div border color is #9CC8F7.


Opacity

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

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

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

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

This text has shadow with #9CC8F7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CC8F7 on black background.


Color preview on white background

This text has color #9CC8F7 on white background.



Black color preview on #9CC8F7 background

This text has black color on #9CC8F7 background.


White color preview on #9CC8F7 background

This text has white color on #9CC8F7 background.