COLOR #9CC1F1

HEX: #9CC1F1
RGB: (156,193,241)

Color info

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

RGB color model

#9CC1F1 color RGB value is (156,193,241).

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

RGB channels and saturation

R 156 of 255 = 61%
G 193 of 255 = 76%
B 241 of 255 = 95%

156
193
241

R + G + B ~ 77%. #9CC1F1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
156 + 193 + 241 = 590 (100%)
R 156 of 590 ~ 26.44%
G 193 of 590 ~ 32.71%
B 241 of 590 ~ 40.85%

%26.44
%32.71
%40.85

CMYK color model

#9CC1F1 color CMYK value is (35,20,0,5).

  • cyan value is 35.27%
  • magenta value is 19.92%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(35,20,0,5)
C35M20Y0K5 
(35%,20%,0%,5%)
(0.35/0.20/0.00/0.05)	

CMYK percentages

%35.27
%19.92
%0
%5.49

Codes

Color #9CC1F1 in popluar color models

9CC1F1
RGB156193241
HSL214°75.22%77.84%
HSB/HSV214°35.27%94.51%
CMYK35.27%19.92%0.00%
5.49%

Color #9CC1F1 in popluar number systems.

HEX9CC1F1
Decimal156193241
Binary100111001100000111110001
Octal234301361

Shades and tints

Shades of #9CC1F1

#9CC1F1
(156,193,241)
#8EB0DC
(142,176,220)
#809FC7
(128,159,199)
#728EB2
(114,142,178)
#647D9D
(100,125,157)
#566C88
(86,108,136)
#485B73
(72,91,115)
#3A4A5E
(58,74,94)
#2C3949
(44,57,73)
#1E2834
(30,40,52)
#10171F
(16,23,31)
#000000
(0,0,0)

Tints of #9CC1F1

#9CC1F1
(156,193,241)
#A5C6F2
(165,198,242)
#AECBF3
(174,203,243)
#B7D0F4
(183,208,244)
#C0D5F5
(192,213,245)
#C9DAF6
(201,218,246)
#D2DFF7
(210,223,247)
#DBE4F8
(219,228,248)
#E4E9F9
(228,233,249)
#EDEEFA
(237,238,250)
#F6F3FB
(246,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9CC1F1; }

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

This text font color is #9CC1F1.


Background Color

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

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

This div background color is #9CC1F1.


Border color

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

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

This div border color is #9CC1F1.


Opacity

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

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

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

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

This text has shadow with #9CC1F1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CC1F1 on black background.


Color preview on white background

This text has color #9CC1F1 on white background.



Black color preview on #9CC1F1 background

This text has black color on #9CC1F1 background.


White color preview on #9CC1F1 background

This text has white color on #9CC1F1 background.