COLOR #9CCADD

HEX: #9CCADD RGB: (156,202,221)

Color info

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

RGB color model

#9CCADD color RGB value is (156,202,221).

RGB: (156,202,221) (61%, 79%, 87%)

RGB channels and saturation

R 156 of 255 = 61%
G 202 of 255 = 79%
B 221 of 255 = 87%

156
202
221

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

Portions of RGB colors in percentages

R + G + B = 156 + 202 + 221 = 579 (100%)
R 156 of 579 ~ 26.94%
G 202 of 579 ~ 34.89%
B 221 of 579 ~ 38.17'%

%26.94
%34.89
%38.17

CMYK color model

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

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

CMYK: (29,9,0,13)
C29M9Y0K13 (29%, 9%, 0%, 13%)
(0.29 / 0.09 / 0.00 / 0.13)

CMYK percentages

%29.41
%8.6
%0
%13.33

Codes

Color #9CCADD in popluar color models

9C CA DD
RGB 156 202 221
HSL 198° 48.87% 73.92%
HSB/HSV 198° 29.41% 86.67%
CMYK 29.41% 8.60% 0.00%
13.33%

Color #9CCADD in popluar number systems.

HEX 9C CA DD
Decimal 156 202 221
Binary 10011100 11001010 11011101
Octal 234 312 335

Shades and tints

Shades of #9CCADD

#9CCADD
(156,202,221)
#8EB8C9
(142,184,201)
#80A6B5
(128,166,181)
#7294A1
(114,148,161)
#64828D
(100,130,141)
#567079
(86,112,121)
#485E65
(72,94,101)
#3A4C51
(58,76,81)
#2C3A3D
(44,58,61)
#1E2829
(30,40,41)
#101615
(16,22,21)
#000000
(0,0,0)

Tints of #9CCADD

#9CCADD
(156,202,221)
#A5CEE0
(165,206,224)
#AED2E3
(174,210,227)
#B7D6E6
(183,214,230)
#C0DAE9
(192,218,233)
#C9DEEC
(201,222,236)
#D2E2EF
(210,226,239)
#DBE6F2
(219,230,242)
#E4EAF5
(228,234,245)
#EDEEF8
(237,238,248)
#F6F2FB
(246,242,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9CCADD; }

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

This text font color is #9CCADD.

Background Color

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

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

This div background color is #9CCADD.

Border color

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

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

This div border color is #9CCADD.

Opacity

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

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

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

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

This text has shadow with #9CCADD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9CCADD.

Preview

Color preview on black background

This text has color #9CCADD on black background.


Color preview on white background

This text has color #9CCADD on white background.


Black color preview on #9CCADD background

This text has black color on #9CCADD background.


White color preview on #9CCADD background

This text has white color on #9CCADD background.


Related colors

Complementary color

Complementary color for #hex is #633522.


I love getcolorcode.com

Triadic colors

1 #DD9CCA and #CADD9C with #9CCADD are triadic colors.

2 #DDCA9C and #CA9CDD with #9CCADD are triadic colors.