COLOR #9CC5EF

HEX: #9CC5EF
RGB: (156,197,239)

Color info

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

RGB color model

#9CC5EF color RGB value is (156,197,239).

  • red value is 156;
  • green value is 197;
  • blue value is 239.
RGB:
(156,197,239)
(61%,77%,94%)

RGB channels and saturation

R 156 of 255 = 61%
G 197 of 255 = 77%
B 239 of 255 = 94%

156
197
239

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

Portions of RGB colors in percentages

R + G + B =
156 + 197 + 239 = 592 (100%)
R 156 of 592 ~ 26.35%
G 197 of 592 ~ 33.28%
B 239 of 592 ~ 40.37%

%26.35
%33.28
%40.37

CMYK color model

#9CC5EF color CMYK value is (35,18,0,6).

  • cyan value is 34.73%
  • magenta value is 17.57%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(35,18,0,6)
C35M18Y0K6 
(35%,18%,0%,6%)
(0.35/0.18/0.00/0.06)	

CMYK percentages

%34.73
%17.57
%0
%6.27

Codes

Color #9CC5EF in popluar color models

9CC5EF
RGB156197239
HSL210°72.17%77.45%
HSB/HSV210°34.73%93.73%
CMYK34.73%17.57%0.00%
6.27%

Color #9CC5EF in popluar number systems.

HEX9CC5EF
Decimal156197239
Binary100111001100010111101111
Octal234305357

Shades and tints

Shades of #9CC5EF

#9CC5EF
(156,197,239)
#8EB4DA
(142,180,218)
#80A3C5
(128,163,197)
#7292B0
(114,146,176)
#64819B
(100,129,155)
#567086
(86,112,134)
#485F71
(72,95,113)
#3A4E5C
(58,78,92)
#2C3D47
(44,61,71)
#1E2C32
(30,44,50)
#101B1D
(16,27,29)
#000000
(0,0,0)

Tints of #9CC5EF

#9CC5EF
(156,197,239)
#A5CAF0
(165,202,240)
#AECFF1
(174,207,241)
#B7D4F2
(183,212,242)
#C0D9F3
(192,217,243)
#C9DEF4
(201,222,244)
#D2E3F5
(210,227,245)
#DBE8F6
(219,232,246)
#E4EDF7
(228,237,247)
#EDF2F8
(237,242,248)
#F6F7F9
(246,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9CC5EF color. Also use rgb(156,197,239) instead hex code.

Text Font Color

.myTextColor { color: #9CC5EF; }

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

This text font color is #9CC5EF.


Background Color

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

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

This div background color is #9CC5EF.


Border color

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

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

This div border color is #9CC5EF.


Opacity

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

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

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

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

This text has shadow with #9CC5EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CC5EF on black background.


Color preview on white background

This text has color #9CC5EF on white background.



Black color preview on #9CC5EF background

This text has black color on #9CC5EF background.


White color preview on #9CC5EF background

This text has white color on #9CC5EF background.