COLOR #9CDCE7

HEX: #9CDCE7
RGB: (156,220,231)

Color info

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

RGB color model

#9CDCE7 color RGB value is (156,220,231).

  • red value is 156;
  • green value is 220;
  • blue value is 231.
RGB:
(156,220,231)
(61%,86%,91%)

RGB channels and saturation

R 156 of 255 = 61%
G 220 of 255 = 86%
B 231 of 255 = 91%

156
220
231

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

Portions of RGB colors in percentages

R + G + B =
156 + 220 + 231 = 607 (100%)
R 156 of 607 ~ 25.7%
G 220 of 607 ~ 36.24%
B 231 of 607 ~ 38.06%

%25.7
%36.24
%38.06

CMYK color model

#9CDCE7 color CMYK value is (32,5,0,9).

  • cyan value is 32.47%
  • magenta value is 4.76%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(32,5,0,9)
C32M5Y0K9 
(32%,5%,0%,9%)
(0.32/0.05/0.00/0.09)	

CMYK percentages

%32.47
%4.76
%0
%9.41

Codes

Color #9CDCE7 in popluar color models

9CDCE7
RGB156220231
HSL189°60.98%75.88%
HSB/HSV189°32.47%90.59%
CMYK32.47%4.76%0.00%
9.41%

Color #9CDCE7 in popluar number systems.

HEX9CDCE7
Decimal156220231
Binary100111001101110011100111
Octal234334347

Shades and tints

Shades of #9CDCE7

#9CDCE7
(156,220,231)
#8EC8D2
(142,200,210)
#80B4BD
(128,180,189)
#72A0A8
(114,160,168)
#648C93
(100,140,147)
#56787E
(86,120,126)
#486469
(72,100,105)
#3A5054
(58,80,84)
#2C3C3F
(44,60,63)
#1E282A
(30,40,42)
#101415
(16,20,21)
#000000
(0,0,0)

Tints of #9CDCE7

#9CDCE7
(156,220,231)
#A5DFE9
(165,223,233)
#AEE2EB
(174,226,235)
#B7E5ED
(183,229,237)
#C0E8EF
(192,232,239)
#C9EBF1
(201,235,241)
#D2EEF3
(210,238,243)
#DBF1F5
(219,241,245)
#E4F4F7
(228,244,247)
#EDF7F9
(237,247,249)
#F6FAFB
(246,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9CDCE7 color. Also use rgb(156,220,231) instead hex code.

Text Font Color

.myTextColor { color: #9CDCE7; }

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

This text font color is #9CDCE7.


Background Color

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

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

This div background color is #9CDCE7.


Border color

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

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

This div border color is #9CDCE7.


Opacity

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

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

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

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

This text has shadow with #9CDCE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CDCE7 on black background.


Color preview on white background

This text has color #9CDCE7 on white background.



Black color preview on #9CDCE7 background

This text has black color on #9CDCE7 background.


White color preview on #9CDCE7 background

This text has white color on #9CDCE7 background.