COLOR #CCD6DF

HEX: #CCD6DF
RGB: (204,214,223)

Color info

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

RGB color model

#CCD6DF color RGB value is (204,214,223).

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

RGB channels and saturation

R 204 of 255 = 80%
G 214 of 255 = 84%
B 223 of 255 = 87%

204
214
223

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

Portions of RGB colors in percentages

R + G + B =
204 + 214 + 223 = 641 (100%)
R 204 of 641 ~ 31.83%
G 214 of 641 ~ 33.39%
B 223 of 641 ~ 34.79%

%31.83
%33.39
%34.79

CMYK color model

#CCD6DF color CMYK value is (9,4,0,13).

  • cyan value is 8.52%
  • magenta value is 4.04%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(9,4,0,13)
C9M4Y0K13 
(9%,4%,0%,13%)
(0.09/0.04/0.00/0.13)	

CMYK percentages

%8.52
%4.04
%0
%12.55

Codes

Color #CCD6DF in popluar color models

CCD6DF
RGB204214223
HSL208°22.89%83.73%
HSB/HSV208°8.52%87.45%
CMYK8.52%4.04%0.00%
12.55%

Color #CCD6DF in popluar number systems.

HEXCCD6DF
Decimal204214223
Binary110011001101011011011111
Octal314326337

Shades and tints

Shades of #CCD6DF

#CCD6DF
(204,214,223)
#BAC3CB
(186,195,203)
#A8B0B7
(168,176,183)
#969DA3
(150,157,163)
#848A8F
(132,138,143)
#72777B
(114,119,123)
#606467
(96,100,103)
#4E5153
(78,81,83)
#3C3E3F
(60,62,63)
#2A2B2B
(42,43,43)
#181817
(24,24,23)
#000000
(0,0,0)

Tints of #CCD6DF

#CCD6DF
(204,214,223)
#D0D9E1
(208,217,225)
#D4DCE3
(212,220,227)
#D8DFE5
(216,223,229)
#DCE2E7
(220,226,231)
#E0E5E9
(224,229,233)
#E4E8EB
(228,232,235)
#E8EBED
(232,235,237)
#ECEEEF
(236,238,239)
#F0F1F1
(240,241,241)
#F4F4F3
(244,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCD6DF; }

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

This text font color is #CCD6DF.


Background Color

.myBgColor { background-color: #CCD6DF; }

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

This div background color is #CCD6DF.


Border color

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

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

This div border color is #CCD6DF.


Opacity

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

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

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

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

This text has shadow with #CCD6DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCD6DF on black background.


Color preview on white background

This text has color #CCD6DF on white background.



Black color preview on #CCD6DF background

This text has black color on #CCD6DF background.


White color preview on #CCD6DF background

This text has white color on #CCD6DF background.