COLOR #9CDCD9

HEX: #9CDCD9
RGB: (156,220,217)

Color info

#9CDCD9 contains mainly green and blue colors. Web safe color of #9CDCD9 is #99CCCC (or #9CC).

RGB color model

#9CDCD9 color RGB value is (156,220,217).

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

RGB channels and saturation

R 156 of 255 = 61%
G 220 of 255 = 86%
B 217 of 255 = 85%

156
220
217

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

Portions of RGB colors in percentages

R + G + B =
156 + 220 + 217 = 593 (100%)
R 156 of 593 ~ 26.31%
G 220 of 593 ~ 37.1%
B 217 of 593 ~ 36.59%

%26.31
%37.1
%36.59

CMYK color model

#9CDCD9 color CMYK value is (29,0,1,14).

  • cyan value is 29.09%
  • magenta value is 0.00%
  • yellow value is 1.36%
  • key color value is 13.73%
CMYK:
(29,0,1,14)
C29M0Y1K14 
(29%,0%,1%,14%)
(0.29/0.00/0.01/0.14)	

CMYK percentages

%29.09
%0
%1.36
%13.73

Codes

Color #9CDCD9 in popluar color models

9CDCD9
RGB156220217
HSL177°47.76%73.73%
HSB/HSV177°29.09%86.27%
CMYK29.09%0.00%1.36%
13.73%

Color #9CDCD9 in popluar number systems.

HEX9CDCD9
Decimal156220217
Binary100111001101110011011001
Octal234334331

Shades and tints

Shades of #9CDCD9

#9CDCD9
(156,220,217)
#8EC8C6
(142,200,198)
#80B4B3
(128,180,179)
#72A0A0
(114,160,160)
#648C8D
(100,140,141)
#56787A
(86,120,122)
#486467
(72,100,103)
#3A5054
(58,80,84)
#2C3C41
(44,60,65)
#1E282E
(30,40,46)
#10141B
(16,20,27)
#000000
(0,0,0)

Tints of #9CDCD9

#9CDCD9
(156,220,217)
#A5DFDC
(165,223,220)
#AEE2DF
(174,226,223)
#B7E5E2
(183,229,226)
#C0E8E5
(192,232,229)
#C9EBE8
(201,235,232)
#D2EEEB
(210,238,235)
#DBF1EE
(219,241,238)
#E4F4F1
(228,244,241)
#EDF7F4
(237,247,244)
#F6FAF7
(246,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9CDCD9; }

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

This text font color is #9CDCD9.


Background Color

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

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

This div background color is #9CDCD9.


Border color

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

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

This div border color is #9CDCD9.


Opacity

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

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

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

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

This text has shadow with #9CDCD9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CDCD9 on black background.


Color preview on white background

This text has color #9CDCD9 on white background.



Black color preview on #9CDCD9 background

This text has black color on #9CDCD9 background.


White color preview on #9CDCD9 background

This text has white color on #9CDCD9 background.