COLOR #9CD8CE

HEX: #9CD8CE RGB: (156,216,206)

Color info

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

RGB color model

#9CD8CE color RGB value is (156,216,206).

RGB: (156,216,206) (61%, 85%, 81%)

RGB channels and saturation

R 156 of 255 = 61%
G 216 of 255 = 85%
B 206 of 255 = 81%

156
216
206

R + G + B ~ 76%. #9CD8CE is quite light color.

Portions of RGB colors in percentages

R + G + B = 156 + 216 + 206 = 578 (100%)
R 156 of 578 ~ 26.99%
G 216 of 578 ~ 37.37%
B 206 of 578 ~ 35.64'%

%26.99
%37.37
%35.64

CMYK color model

#9CD8CE color CMYK value is (28,0,5,15).

  • cyan value is 27.78%
  • magenta value is 0.00%
  • yellow value is 4.63%
  • key color value is 15.29%

CMYK: (28,0,5,15)
C28M0Y5K15 (28%, 0%, 5%, 15%)
(0.28 / 0.00 / 0.05 / 0.15)

CMYK percentages

%27.78
%0
%4.63
%15.29

Codes

Color #9CD8CE in popluar color models

9C D8 CE
RGB 156 216 206
HSL 170° 43.48% 72.94%
HSB/HSV 170° 27.78% 84.71%
CMYK 27.78% 0.00% 4.63%
15.29%

Color #9CD8CE in popluar number systems.

HEX 9C D8 CE
Decimal 156 216 206
Binary 10011100 11011000 11001110
Octal 234 330 316

Shades and tints

Shades of #9CD8CE

#9CD8CE
(156,216,206)
#8EC5BC
(142,197,188)
#80B2AA
(128,178,170)
#729F98
(114,159,152)
#648C86
(100,140,134)
#567974
(86,121,116)
#486662
(72,102,98)
#3A5350
(58,83,80)
#2C403E
(44,64,62)
#1E2D2C
(30,45,44)
#101A1A
(16,26,26)
#000000
(0,0,0)

Tints of #9CD8CE

#9CD8CE
(156,216,206)
#A5DBD2
(165,219,210)
#AEDED6
(174,222,214)
#B7E1DA
(183,225,218)
#C0E4DE
(192,228,222)
#C9E7E2
(201,231,226)
#D2EAE6
(210,234,230)
#DBEDEA
(219,237,234)
#E4F0EE
(228,240,238)
#EDF3F2
(237,243,242)
#F6F6F6
(246,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9CD8CE color. Also use rgb(156,216,206) instead hex code.

Text Font Color

.myTextColor { color: #9CD8CE; }

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

This text font color is #9CD8CE.

Background Color

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

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

This div background color is #9CD8CE.

Border color

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

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

This div border color is #9CD8CE.

Opacity

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

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

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

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

This text has shadow with #9CD8CE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9CD8CE.

Preview

Color preview on black background

This text has color #9CD8CE on black background.


Color preview on white background

This text has color #9CD8CE on white background.


Black color preview on #9CD8CE background

This text has black color on #9CD8CE background.


White color preview on #9CD8CE background

This text has white color on #9CD8CE background.


Related colors

Complementary color

Complementary color for #hex is #632731.


I love getcolorcode.com

Triadic colors

1 #CE9CD8 and #D8CE9C with #9CD8CE are triadic colors.

2 #CED89C and #D89CCE with #9CD8CE are triadic colors.