COLOR #CCDADD

HEX: #CCDADD
RGB: (204,218,221)

Color info

#CCDADD contains red, green and blue colors in about the same proportion. Web safe color of #CCDADD is #CCCCCC (or #CCC).

RGB color model

#CCDADD color RGB value is (204,218,221).

  • red value is 204;
  • green value is 218;
  • blue value is 221.
RGB:
(204,218,221)
(80%,85%,87%)

RGB channels and saturation

R 204 of 255 = 80%
G 218 of 255 = 85%
B 221 of 255 = 87%

204
218
221

R + G + B ~ 84%. #CCDADD is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 218 + 221 = 643 (100%)
R 204 of 643 ~ 31.73%
G 218 of 643 ~ 33.9%
B 221 of 643 ~ 34.37%

%31.73
%33.9
%34.37

CMYK color model

#CCDADD color CMYK value is (8,1,0,13).

  • cyan value is 7.69%
  • magenta value is 1.36%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(8,1,0,13)
C8M1Y0K13 
(8%,1%,0%,13%)
(0.08/0.01/0.00/0.13)	

CMYK percentages

%7.69
%1.36
%0
%13.33

Codes

Color #CCDADD in popluar color models

CCDADD
RGB204218221
HSL191°20.00%83.33%
HSB/HSV191°7.69%86.67%
CMYK7.69%1.36%0.00%
13.33%

Color #CCDADD in popluar number systems.

HEXCCDADD
Decimal204218221
Binary110011001101101011011101
Octal314332335

Shades and tints

Shades of #CCDADD

#CCDADD
(204,218,221)
#BAC7C9
(186,199,201)
#A8B4B5
(168,180,181)
#96A1A1
(150,161,161)
#848E8D
(132,142,141)
#727B79
(114,123,121)
#606865
(96,104,101)
#4E5551
(78,85,81)
#3C423D
(60,66,61)
#2A2F29
(42,47,41)
#181C15
(24,28,21)
#000000
(0,0,0)

Tints of #CCDADD

#CCDADD
(204,218,221)
#D0DDE0
(208,221,224)
#D4E0E3
(212,224,227)
#D8E3E6
(216,227,230)
#DCE6E9
(220,230,233)
#E0E9EC
(224,233,236)
#E4ECEF
(228,236,239)
#E8EFF2
(232,239,242)
#ECF2F5
(236,242,245)
#F0F5F8
(240,245,248)
#F4F8FB
(244,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCDADD color. Also use rgb(204,218,221) instead hex code.

Text Font Color

.myTextColor { color: #CCDADD; }

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

This text font color is #CCDADD.


Background Color

.myBgColor { background-color: #CCDADD; }

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

This div background color is #CCDADD.


Border color

.myBorderColor { border: 1px solid #CCDADD; }

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

This div border color is #CCDADD.


Opacity

.myOpacity80 { color: #CCDADD; opacity: 0.8; }

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

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

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

This text has shadow with #CCDADD color.

.textShadow {text-shadow: 3px 3px 1px #CCDADD, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #CCDADD;
-webkit-box-shadow: 1px 1px 3px 2px #CCDADD;
box-shadow:1px 1px 3px 2px #CCDADD;">
Div content here</div>
This div box has shadow with color #CCDADD.

Preview

Color preview on black background

This text has color #CCDADD on black background.


Color preview on white background

This text has color #CCDADD on white background.



Black color preview on #CCDADD background

This text has black color on #CCDADD background.


White color preview on #CCDADD background

This text has white color on #CCDADD background.