COLOR #9CDCEE

HEX: #9CDCEE
RGB: (156,220,238)

Color info

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

RGB color model

#9CDCEE color RGB value is (156,220,238).

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

RGB channels and saturation

R 156 of 255 = 61%
G 220 of 255 = 86%
B 238 of 255 = 93%

156
220
238

R + G + B ~ 80%. #9CDCEE is quite light color.

Portions of RGB colors in percentages

R + G + B =
156 + 220 + 238 = 614 (100%)
R 156 of 614 ~ 25.41%
G 220 of 614 ~ 35.83%
B 238 of 614 ~ 38.76%

%25.41
%35.83
%38.76

CMYK color model

#9CDCEE color CMYK value is (34,8,0,7).

  • cyan value is 34.45%
  • magenta value is 7.56%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(34,8,0,7)
C34M8Y0K7 
(34%,8%,0%,7%)
(0.34/0.08/0.00/0.07)	

CMYK percentages

%34.45
%7.56
%0
%6.67

Codes

Color #9CDCEE in popluar color models

9CDCEE
RGB156220238
HSL193°70.69%77.25%
HSB/HSV193°34.45%93.33%
CMYK34.45%7.56%0.00%
6.67%

Color #9CDCEE in popluar number systems.

HEX9CDCEE
Decimal156220238
Binary100111001101110011101110
Octal234334356

Shades and tints

Shades of #9CDCEE

#9CDCEE
(156,220,238)
#8EC8D9
(142,200,217)
#80B4C4
(128,180,196)
#72A0AF
(114,160,175)
#648C9A
(100,140,154)
#567885
(86,120,133)
#486470
(72,100,112)
#3A505B
(58,80,91)
#2C3C46
(44,60,70)
#1E2831
(30,40,49)
#10141C
(16,20,28)
#000000
(0,0,0)

Tints of #9CDCEE

#9CDCEE
(156,220,238)
#A5DFEF
(165,223,239)
#AEE2F0
(174,226,240)
#B7E5F1
(183,229,241)
#C0E8F2
(192,232,242)
#C9EBF3
(201,235,243)
#D2EEF4
(210,238,244)
#DBF1F5
(219,241,245)
#E4F4F6
(228,244,246)
#EDF7F7
(237,247,247)
#F6FAF8
(246,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9CDCEE; }

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

This text font color is #9CDCEE.


Background Color

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

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

This div background color is #9CDCEE.


Border color

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

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

This div border color is #9CDCEE.


Opacity

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

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

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

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

This text has shadow with #9CDCEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CDCEE on black background.


Color preview on white background

This text has color #9CDCEE on white background.



Black color preview on #9CDCEE background

This text has black color on #9CDCEE background.


White color preview on #9CDCEE background

This text has white color on #9CDCEE background.