COLOR #9CC9F1

HEX: #9CC9F1
RGB: (156,201,241)

Color info

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

RGB color model

#9CC9F1 color RGB value is (156,201,241).

  • red value is 156;
  • green value is 201;
  • blue value is 241.
RGB:
(156,201,241)
(61%,79%,95%)

RGB channels and saturation

R 156 of 255 = 61%
G 201 of 255 = 79%
B 241 of 255 = 95%

156
201
241

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

Portions of RGB colors in percentages

R + G + B =
156 + 201 + 241 = 598 (100%)
R 156 of 598 ~ 26.09%
G 201 of 598 ~ 33.61%
B 241 of 598 ~ 40.3%

%26.09
%33.61
%40.3

CMYK color model

#9CC9F1 color CMYK value is (35,17,0,5).

  • cyan value is 35.27%
  • magenta value is 16.60%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(35,17,0,5)
C35M17Y0K5 
(35%,17%,0%,5%)
(0.35/0.17/0.00/0.05)	

CMYK percentages

%35.27
%16.6
%0
%5.49

Codes

Color #9CC9F1 in popluar color models

9CC9F1
RGB156201241
HSL208°75.22%77.84%
HSB/HSV208°35.27%94.51%
CMYK35.27%16.60%0.00%
5.49%

Color #9CC9F1 in popluar number systems.

HEX9CC9F1
Decimal156201241
Binary100111001100100111110001
Octal234311361

Shades and tints

Shades of #9CC9F1

#9CC9F1
(156,201,241)
#8EB7DC
(142,183,220)
#80A5C7
(128,165,199)
#7293B2
(114,147,178)
#64819D
(100,129,157)
#566F88
(86,111,136)
#485D73
(72,93,115)
#3A4B5E
(58,75,94)
#2C3949
(44,57,73)
#1E2734
(30,39,52)
#10151F
(16,21,31)
#000000
(0,0,0)

Tints of #9CC9F1

#9CC9F1
(156,201,241)
#A5CDF2
(165,205,242)
#AED1F3
(174,209,243)
#B7D5F4
(183,213,244)
#C0D9F5
(192,217,245)
#C9DDF6
(201,221,246)
#D2E1F7
(210,225,247)
#DBE5F8
(219,229,248)
#E4E9F9
(228,233,249)
#EDEDFA
(237,237,250)
#F6F1FB
(246,241,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9CC9F1 color. Also use rgb(156,201,241) instead hex code.

Text Font Color

.myTextColor { color: #9CC9F1; }

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

This text font color is #9CC9F1.


Background Color

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

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

This div background color is #9CC9F1.


Border color

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

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

This div border color is #9CC9F1.


Opacity

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

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

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

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

This text has shadow with #9CC9F1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CC9F1 on black background.


Color preview on white background

This text has color #9CC9F1 on white background.



Black color preview on #9CC9F1 background

This text has black color on #9CC9F1 background.


White color preview on #9CC9F1 background

This text has white color on #9CC9F1 background.