COLOR #CCD9DC

HEX: #CCD9DC
RGB: (204,217,220)

Color info

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

RGB color model

#CCD9DC color RGB value is (204,217,220).

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

RGB channels and saturation

R 204 of 255 = 80%
G 217 of 255 = 85%
B 220 of 255 = 86%

204
217
220

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

Portions of RGB colors in percentages

R + G + B =
204 + 217 + 220 = 641 (100%)
R 204 of 641 ~ 31.83%
G 217 of 641 ~ 33.85%
B 220 of 641 ~ 34.32%

%31.83
%33.85
%34.32

CMYK color model

#CCD9DC color CMYK value is (7,1,0,14).

  • cyan value is 7.27%
  • magenta value is 1.36%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(7,1,0,14)
C7M1Y0K14 
(7%,1%,0%,14%)
(0.07/0.01/0.00/0.14)	

CMYK percentages

%7.27
%1.36
%0
%13.73

Codes

Color #CCD9DC in popluar color models

CCD9DC
RGB204217220
HSL191°18.60%83.14%
HSB/HSV191°7.27%86.27%
CMYK7.27%1.36%0.00%
13.73%

Color #CCD9DC in popluar number systems.

HEXCCD9DC
Decimal204217220
Binary110011001101100111011100
Octal314331334

Shades and tints

Shades of #CCD9DC

#CCD9DC
(204,217,220)
#BAC6C8
(186,198,200)
#A8B3B4
(168,179,180)
#96A0A0
(150,160,160)
#848D8C
(132,141,140)
#727A78
(114,122,120)
#606764
(96,103,100)
#4E5450
(78,84,80)
#3C413C
(60,65,60)
#2A2E28
(42,46,40)
#181B14
(24,27,20)
#000000
(0,0,0)

Tints of #CCD9DC

#CCD9DC
(204,217,220)
#D0DCDF
(208,220,223)
#D4DFE2
(212,223,226)
#D8E2E5
(216,226,229)
#DCE5E8
(220,229,232)
#E0E8EB
(224,232,235)
#E4EBEE
(228,235,238)
#E8EEF1
(232,238,241)
#ECF1F4
(236,241,244)
#F0F4F7
(240,244,247)
#F4F7FA
(244,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCD9DC; }

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

This text font color is #CCD9DC.


Background Color

.myBgColor { background-color: #CCD9DC; }

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

This div background color is #CCD9DC.


Border color

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

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

This div border color is #CCD9DC.


Opacity

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

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

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

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

This text has shadow with #CCD9DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCD9DC on black background.


Color preview on white background

This text has color #CCD9DC on white background.



Black color preview on #CCD9DC background

This text has black color on #CCD9DC background.


White color preview on #CCD9DC background

This text has white color on #CCD9DC background.