COLOR #9CC4FE

HEX: #9CC4FE
RGB: (156,196,254)

Color info

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

RGB color model

#9CC4FE color RGB value is (156,196,254).

  • red value is 156;
  • green value is 196;
  • blue value is 254.
RGB:
(156,196,254)
(61%,77%,100%)

RGB channels and saturation

R 156 of 255 = 61%
G 196 of 255 = 77%
B 254 of 255 = 100%

156
196
254

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

Portions of RGB colors in percentages

R + G + B =
156 + 196 + 254 = 606 (100%)
R 156 of 606 ~ 25.74%
G 196 of 606 ~ 32.34%
B 254 of 606 ~ 41.91%

%25.74
%32.34
%41.91

CMYK color model

#9CC4FE color CMYK value is (39,23,0,0).

  • cyan value is 38.58%
  • magenta value is 22.83%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK:
(39,23,0,0)
C39M23Y0K0 
(39%,23%,0%,0%)
(0.39/0.23/0.00/0.00)	

CMYK percentages

%38.58
%22.83
%0
%0.39

Codes

Color #9CC4FE in popluar color models

9CC4FE
RGB156196254
HSL216°98.00%80.39%
HSB/HSV216°38.58%99.61%
CMYK38.58%22.83%0.00%
0.39%

Color #9CC4FE in popluar number systems.

HEX9CC4FE
Decimal156196254
Binary100111001100010011111110
Octal234304376

Shades and tints

Shades of #9CC4FE

#9CC4FE
(156,196,254)
#8EB3E7
(142,179,231)
#80A2D0
(128,162,208)
#7291B9
(114,145,185)
#6480A2
(100,128,162)
#566F8B
(86,111,139)
#485E74
(72,94,116)
#3A4D5D
(58,77,93)
#2C3C46
(44,60,70)
#1E2B2F
(30,43,47)
#101A18
(16,26,24)
#000000
(0,0,0)

Tints of #9CC4FE

#9CC4FE
(156,196,254)
#A5C9FE
(165,201,254)
#AECEFE
(174,206,254)
#B7D3FE
(183,211,254)
#C0D8FE
(192,216,254)
#C9DDFE
(201,221,254)
#D2E2FE
(210,226,254)
#DBE7FE
(219,231,254)
#E4ECFE
(228,236,254)
#EDF1FE
(237,241,254)
#F6F6FE
(246,246,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9CC4FE color. Also use rgb(156,196,254) instead hex code.

Text Font Color

.myTextColor { color: #9CC4FE; }

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

This text font color is #9CC4FE.


Background Color

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

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

This div background color is #9CC4FE.


Border color

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

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

This div border color is #9CC4FE.


Opacity

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

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

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

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

This text has shadow with #9CC4FE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CC4FE on black background.


Color preview on white background

This text has color #9CC4FE on white background.



Black color preview on #9CC4FE background

This text has black color on #9CC4FE background.


White color preview on #9CC4FE background

This text has white color on #9CC4FE background.