COLOR #CCDCDD

HEX: #CCDCDD
RGB: (204,220,221)

Color info

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

RGB color model

#CCDCDD color RGB value is (204,220,221).

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

RGB channels and saturation

R 204 of 255 = 80%
G 220 of 255 = 86%
B 221 of 255 = 87%

204
220
221

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

Portions of RGB colors in percentages

R + G + B =
204 + 220 + 221 = 645 (100%)
R 204 of 645 ~ 31.63%
G 220 of 645 ~ 34.11%
B 221 of 645 ~ 34.26%

%31.63
%34.11
%34.26

CMYK color model

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

  • cyan value is 7.69%
  • magenta value is 0.45%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(8,0,0,13)
C8M0Y0K13 
(8%,0%,0%,13%)
(0.08/0.00/0.00/0.13)	

CMYK percentages

%7.69
%0.45
%0
%13.33

Codes

Color #CCDCDD in popluar color models

CCDCDD
RGB204220221
HSL184°20.00%83.33%
HSB/HSV184°7.69%86.67%
CMYK7.69%0.45%0.00%
13.33%

Color #CCDCDD in popluar number systems.

HEXCCDCDD
Decimal204220221
Binary110011001101110011011101
Octal314334335

Shades and tints

Shades of #CCDCDD

#CCDCDD
(204,220,221)
#BAC8C9
(186,200,201)
#A8B4B5
(168,180,181)
#96A0A1
(150,160,161)
#848C8D
(132,140,141)
#727879
(114,120,121)
#606465
(96,100,101)
#4E5051
(78,80,81)
#3C3C3D
(60,60,61)
#2A2829
(42,40,41)
#181415
(24,20,21)
#000000
(0,0,0)

Tints of #CCDCDD

#CCDCDD
(204,220,221)
#D0DFE0
(208,223,224)
#D4E2E3
(212,226,227)
#D8E5E6
(216,229,230)
#DCE8E9
(220,232,233)
#E0EBEC
(224,235,236)
#E4EEEF
(228,238,239)
#E8F1F2
(232,241,242)
#ECF4F5
(236,244,245)
#F0F7F8
(240,247,248)
#F4FAFB
(244,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCDCDD; }

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

This text font color is #CCDCDD.


Background Color

.myBgColor { background-color: #CCDCDD; }

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

This div background color is #CCDCDD.


Border color

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

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

This div border color is #CCDCDD.


Opacity

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

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

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

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

This text has shadow with #CCDCDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCDCDD on black background.


Color preview on white background

This text has color #CCDCDD on white background.



Black color preview on #CCDCDD background

This text has black color on #CCDCDD background.


White color preview on #CCDCDD background

This text has white color on #CCDCDD background.