COLOR #9CC6F5

HEX: #9CC6F5
RGB: (156,198,245)

Color info

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

RGB color model

#9CC6F5 color RGB value is (156,198,245).

  • red value is 156;
  • green value is 198;
  • blue value is 245.
RGB:
(156,198,245)
(61%,78%,96%)

RGB channels and saturation

R 156 of 255 = 61%
G 198 of 255 = 78%
B 245 of 255 = 96%

156
198
245

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

Portions of RGB colors in percentages

R + G + B =
156 + 198 + 245 = 599 (100%)
R 156 of 599 ~ 26.04%
G 198 of 599 ~ 33.06%
B 245 of 599 ~ 40.9%

%26.04
%33.06
%40.9

CMYK color model

#9CC6F5 color CMYK value is (36,19,0,4).

  • cyan value is 36.33%
  • magenta value is 19.18%
  • yellow value is 0.00%
  • key color value is 3.92%
CMYK:
(36,19,0,4)
C36M19Y0K4 
(36%,19%,0%,4%)
(0.36/0.19/0.00/0.04)	

CMYK percentages

%36.33
%19.18
%0
%3.92

Codes

Color #9CC6F5 in popluar color models

9CC6F5
RGB156198245
HSL212°81.65%78.63%
HSB/HSV212°36.33%96.08%
CMYK36.33%19.18%0.00%
3.92%

Color #9CC6F5 in popluar number systems.

HEX9CC6F5
Decimal156198245
Binary100111001100011011110101
Octal234306365

Shades and tints

Shades of #9CC6F5

#9CC6F5
(156,198,245)
#8EB4DF
(142,180,223)
#80A2C9
(128,162,201)
#7290B3
(114,144,179)
#647E9D
(100,126,157)
#566C87
(86,108,135)
#485A71
(72,90,113)
#3A485B
(58,72,91)
#2C3645
(44,54,69)
#1E242F
(30,36,47)
#101219
(16,18,25)
#000000
(0,0,0)

Tints of #9CC6F5

#9CC6F5
(156,198,245)
#A5CBF5
(165,203,245)
#AED0F5
(174,208,245)
#B7D5F5
(183,213,245)
#C0DAF5
(192,218,245)
#C9DFF5
(201,223,245)
#D2E4F5
(210,228,245)
#DBE9F5
(219,233,245)
#E4EEF5
(228,238,245)
#EDF3F5
(237,243,245)
#F6F8F5
(246,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9CC6F5 color. Also use rgb(156,198,245) instead hex code.

Text Font Color

.myTextColor { color: #9CC6F5; }

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

This text font color is #9CC6F5.


Background Color

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

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

This div background color is #9CC6F5.


Border color

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

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

This div border color is #9CC6F5.


Opacity

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

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

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

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

This text has shadow with #9CC6F5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CC6F5 on black background.


Color preview on white background

This text has color #9CC6F5 on white background.



Black color preview on #9CC6F5 background

This text has black color on #9CC6F5 background.


White color preview on #9CC6F5 background

This text has white color on #9CC6F5 background.