COLOR #CCD9DF

HEX: #CCD9DF
RGB: (204,217,223)

Color info

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

RGB color model

#CCD9DF color RGB value is (204,217,223).

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

RGB channels and saturation

R 204 of 255 = 80%
G 217 of 255 = 85%
B 223 of 255 = 87%

204
217
223

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

Portions of RGB colors in percentages

R + G + B =
204 + 217 + 223 = 644 (100%)
R 204 of 644 ~ 31.68%
G 217 of 644 ~ 33.7%
B 223 of 644 ~ 34.63%

%31.68
%33.7
%34.63

CMYK color model

#CCD9DF color CMYK value is (9,3,0,13).

  • cyan value is 8.52%
  • magenta value is 2.69%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(9,3,0,13)
C9M3Y0K13 
(9%,3%,0%,13%)
(0.09/0.03/0.00/0.13)	

CMYK percentages

%8.52
%2.69
%0
%12.55

Codes

Color #CCD9DF in popluar color models

CCD9DF
RGB204217223
HSL199°22.89%83.73%
HSB/HSV199°8.52%87.45%
CMYK8.52%2.69%0.00%
12.55%

Color #CCD9DF in popluar number systems.

HEXCCD9DF
Decimal204217223
Binary110011001101100111011111
Octal314331337

Shades and tints

Shades of #CCD9DF

#CCD9DF
(204,217,223)
#BAC6CB
(186,198,203)
#A8B3B7
(168,179,183)
#96A0A3
(150,160,163)
#848D8F
(132,141,143)
#727A7B
(114,122,123)
#606767
(96,103,103)
#4E5453
(78,84,83)
#3C413F
(60,65,63)
#2A2E2B
(42,46,43)
#181B17
(24,27,23)
#000000
(0,0,0)

Tints of #CCD9DF

#CCD9DF
(204,217,223)
#D0DCE1
(208,220,225)
#D4DFE3
(212,223,227)
#D8E2E5
(216,226,229)
#DCE5E7
(220,229,231)
#E0E8E9
(224,232,233)
#E4EBEB
(228,235,235)
#E8EEED
(232,238,237)
#ECF1EF
(236,241,239)
#F0F4F1
(240,244,241)
#F4F7F3
(244,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCD9DF; }

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

This text font color is #CCD9DF.


Background Color

.myBgColor { background-color: #CCD9DF; }

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

This div background color is #CCD9DF.


Border color

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

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

This div border color is #CCD9DF.


Opacity

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

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

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

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

This text has shadow with #CCD9DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCD9DF on black background.


Color preview on white background

This text has color #CCD9DF on white background.



Black color preview on #CCD9DF background

This text has black color on #CCD9DF background.


White color preview on #CCD9DF background

This text has white color on #CCD9DF background.