COLOR #9CC9D1

HEX: #9CC9D1 RGB: (156,201,209)

Color info

#9CC9D1 contains red, green and blue colors in about the same proportion. Web safe color of #9CC9D1 is #99CCCC (or #9CC).

RGB color model

#9CC9D1 color RGB value is (156,201,209).

RGB: (156,201,209) (61%, 79%, 82%)

RGB channels and saturation

R 156 of 255 = 61%
G 201 of 255 = 79%
B 209 of 255 = 82%

156
201
209

R + G + B ~ 74%. #9CC9D1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 156 + 201 + 209 = 566 (100%)
R 156 of 566 ~ 27.56%
G 201 of 566 ~ 35.51%
B 209 of 566 ~ 36.93'%

%27.56
%35.51
%36.93

CMYK color model

#9CC9D1 color CMYK value is (25,4,0,18).

  • cyan value is 25.36%
  • magenta value is 3.83%
  • yellow value is 0.00%
  • key color value is 18.04%

CMYK: (25,4,0,18)
C25M4Y0K18 (25%, 4%, 0%, 18%)
(0.25 / 0.04 / 0.00 / 0.18)

CMYK percentages

%25.36
%3.83
%0
%18.04

Codes

Color #9CC9D1 in popluar color models

9C C9 D1
RGB 156 201 209
HSL 189° 36.55% 71.57%
HSB/HSV 189° 25.36% 81.96%
CMYK 25.36% 3.83% 0.00%
18.04%

Color #9CC9D1 in popluar number systems.

HEX 9C C9 D1
Decimal 156 201 209
Binary 10011100 11001001 11010001
Octal 234 311 321

Shades and tints

Shades of #9CC9D1

#9CC9D1
(156,201,209)
#8EB7BE
(142,183,190)
#80A5AB
(128,165,171)
#729398
(114,147,152)
#648185
(100,129,133)
#566F72
(86,111,114)
#485D5F
(72,93,95)
#3A4B4C
(58,75,76)
#2C3939
(44,57,57)
#1E2726
(30,39,38)
#101513
(16,21,19)
#000000
(0,0,0)

Tints of #9CC9D1

#9CC9D1
(156,201,209)
#A5CDD5
(165,205,213)
#AED1D9
(174,209,217)
#B7D5DD
(183,213,221)
#C0D9E1
(192,217,225)
#C9DDE5
(201,221,229)
#D2E1E9
(210,225,233)
#DBE5ED
(219,229,237)
#E4E9F1
(228,233,241)
#EDEDF5
(237,237,245)
#F6F1F9
(246,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9CC9D1; }

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

This text font color is #9CC9D1.

Background Color

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

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

This div background color is #9CC9D1.

Border color

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

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

This div border color is #9CC9D1.

Opacity

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

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

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

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

This text has shadow with #9CC9D1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9CC9D1.

Preview

Color preview on black background

This text has color #9CC9D1 on black background.


Color preview on white background

This text has color #9CC9D1 on white background.


Black color preview on #9CC9D1 background

This text has black color on #9CC9D1 background.


White color preview on #9CC9D1 background

This text has white color on #9CC9D1 background.


Related colors

Complementary color

Complementary color for #hex is #63362E.


I love getcolorcode.com

Triadic colors

1 #D19CC9 and #C9D19C with #9CC9D1 are triadic colors.

2 #D1C99C and #C99CD1 with #9CC9D1 are triadic colors.