COLOR #9CC7DD

HEX: #9CC7DD RGB: (156,199,221)

Color info

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

RGB color model

#9CC7DD color RGB value is (156,199,221).

RGB: (156,199,221) (61%, 78%, 87%)

RGB channels and saturation

R 156 of 255 = 61%
G 199 of 255 = 78%
B 221 of 255 = 87%

156
199
221

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

Portions of RGB colors in percentages

R + G + B = 156 + 199 + 221 = 576 (100%)
R 156 of 576 ~ 27.08%
G 199 of 576 ~ 34.55%
B 221 of 576 ~ 38.37'%

%27.08
%34.55
%38.37

CMYK color model

#9CC7DD color CMYK value is (29,10,0,13).

  • cyan value is 29.41%
  • magenta value is 9.95%
  • yellow value is 0.00%
  • key color value is 13.33%

CMYK: (29,10,0,13)
C29M10Y0K13 (29%, 10%, 0%, 13%)
(0.29 / 0.10 / 0.00 / 0.13)

CMYK percentages

%29.41
%9.95
%0
%13.33

Codes

Color #9CC7DD in popluar color models

9C C7 DD
RGB 156 199 221
HSL 200° 48.87% 73.92%
HSB/HSV 200° 29.41% 86.67%
CMYK 29.41% 9.95% 0.00%
13.33%

Color #9CC7DD in popluar number systems.

HEX 9C C7 DD
Decimal 156 199 221
Binary 10011100 11000111 11011101
Octal 234 307 335

Shades and tints

Shades of #9CC7DD

#9CC7DD
(156,199,221)
#8EB5C9
(142,181,201)
#80A3B5
(128,163,181)
#7291A1
(114,145,161)
#647F8D
(100,127,141)
#566D79
(86,109,121)
#485B65
(72,91,101)
#3A4951
(58,73,81)
#2C373D
(44,55,61)
#1E2529
(30,37,41)
#101315
(16,19,21)
#000000
(0,0,0)

Tints of #9CC7DD

#9CC7DD
(156,199,221)
#A5CCE0
(165,204,224)
#AED1E3
(174,209,227)
#B7D6E6
(183,214,230)
#C0DBE9
(192,219,233)
#C9E0EC
(201,224,236)
#D2E5EF
(210,229,239)
#DBEAF2
(219,234,242)
#E4EFF5
(228,239,245)
#EDF4F8
(237,244,248)
#F6F9FB
(246,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9CC7DD color. Also use rgb(156,199,221) instead hex code.

Text Font Color

.myTextColor { color: #9CC7DD; }

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

This text font color is #9CC7DD.

Background Color

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

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

This div background color is #9CC7DD.

Border color

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

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

This div border color is #9CC7DD.

Opacity

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

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

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

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

This text has shadow with #9CC7DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9CC7DD.

Preview

Color preview on black background

This text has color #9CC7DD on black background.


Color preview on white background

This text has color #9CC7DD on white background.


Black color preview on #9CC7DD background

This text has black color on #9CC7DD background.


White color preview on #9CC7DD background

This text has white color on #9CC7DD background.


Related colors

Complementary color

Complementary color for #hex is #633822.


I love getcolorcode.com

Triadic colors

1 #DD9CC7 and #C7DD9C with #9CC7DD are triadic colors.

2 #DDC79C and #C79CDD with #9CC7DD are triadic colors.