COLOR #9CC9D9

HEX: #9CC9D9 RGB: (156,201,217)

Color info

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

RGB color model

#9CC9D9 color RGB value is (156,201,217).

RGB: (156,201,217) (61%, 79%, 85%)

RGB channels and saturation

R 156 of 255 = 61%
G 201 of 255 = 79%
B 217 of 255 = 85%

156
201
217

R + G + B ~ 75%. #9CC9D9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 156 + 201 + 217 = 574 (100%)
R 156 of 574 ~ 27.18%
G 201 of 574 ~ 35.02%
B 217 of 574 ~ 37.8'%

%27.18
%35.02
%37.8

CMYK color model

#9CC9D9 color CMYK value is (28,7,0,15).

  • cyan value is 28.11%
  • magenta value is 7.37%
  • yellow value is 0.00%
  • key color value is 14.90%

CMYK: (28,7,0,15)
C28M7Y0K15 (28%, 7%, 0%, 15%)
(0.28 / 0.07 / 0.00 / 0.15)

CMYK percentages

%28.11
%7.37
%0
%14.9

Codes

Color #9CC9D9 in popluar color models

9C C9 D9
RGB 156 201 217
HSL 196° 44.53% 73.14%
HSB/HSV 196° 28.11% 85.10%
CMYK 28.11% 7.37% 0.00%
14.90%

Color #9CC9D9 in popluar number systems.

HEX 9C C9 D9
Decimal 156 201 217
Binary 10011100 11001001 11011001
Octal 234 311 331

Shades and tints

Shades of #9CC9D9

#9CC9D9
(156,201,217)
#8EB7C6
(142,183,198)
#80A5B3
(128,165,179)
#7293A0
(114,147,160)
#64818D
(100,129,141)
#566F7A
(86,111,122)
#485D67
(72,93,103)
#3A4B54
(58,75,84)
#2C3941
(44,57,65)
#1E272E
(30,39,46)
#10151B
(16,21,27)
#000000
(0,0,0)

Tints of #9CC9D9

#9CC9D9
(156,201,217)
#A5CDDC
(165,205,220)
#AED1DF
(174,209,223)
#B7D5E2
(183,213,226)
#C0D9E5
(192,217,229)
#C9DDE8
(201,221,232)
#D2E1EB
(210,225,235)
#DBE5EE
(219,229,238)
#E4E9F1
(228,233,241)
#EDEDF4
(237,237,244)
#F6F1F7
(246,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9CC9D9; }

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

This text font color is #9CC9D9.

Background Color

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

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

This div background color is #9CC9D9.

Border color

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

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

This div border color is #9CC9D9.

Opacity

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

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

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

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

This text has shadow with #9CC9D9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9CC9D9.

Preview

Color preview on black background

This text has color #9CC9D9 on black background.


Color preview on white background

This text has color #9CC9D9 on white background.


Black color preview on #9CC9D9 background

This text has black color on #9CC9D9 background.


White color preview on #9CC9D9 background

This text has white color on #9CC9D9 background.


Related colors

Complementary color

Complementary color for #hex is #633626.


I love getcolorcode.com

Triadic colors

1 #D99CC9 and #C9D99C with #9CC9D9 are triadic colors.

2 #D9C99C and #C99CD9 with #9CC9D9 are triadic colors.