COLOR #CCD6DA

HEX: #CCD6DA
RGB: (204,214,218)

Color info

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

RGB color model

#CCD6DA color RGB value is (204,214,218).

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

RGB channels and saturation

R 204 of 255 = 80%
G 214 of 255 = 84%
B 218 of 255 = 85%

204
214
218

R + G + B ~ 83%. #CCD6DA is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 214 + 218 = 636 (100%)
R 204 of 636 ~ 32.08%
G 214 of 636 ~ 33.65%
B 218 of 636 ~ 34.28%

%32.08
%33.65
%34.28

CMYK color model

#CCD6DA color CMYK value is (6,2,0,15).

  • cyan value is 6.42%
  • magenta value is 1.83%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(6,2,0,15)
C6M2Y0K15 
(6%,2%,0%,15%)
(0.06/0.02/0.00/0.15)	

CMYK percentages

%6.42
%1.83
%0
%14.51

Codes

Color #CCD6DA in popluar color models

CCD6DA
RGB204214218
HSL197°15.91%82.75%
HSB/HSV197°6.42%85.49%
CMYK6.42%1.83%0.00%
14.51%

Color #CCD6DA in popluar number systems.

HEXCCD6DA
Decimal204214218
Binary110011001101011011011010
Octal314326332

Shades and tints

Shades of #CCD6DA

#CCD6DA
(204,214,218)
#BAC3C7
(186,195,199)
#A8B0B4
(168,176,180)
#969DA1
(150,157,161)
#848A8E
(132,138,142)
#72777B
(114,119,123)
#606468
(96,100,104)
#4E5155
(78,81,85)
#3C3E42
(60,62,66)
#2A2B2F
(42,43,47)
#18181C
(24,24,28)
#000000
(0,0,0)

Tints of #CCD6DA

#CCD6DA
(204,214,218)
#D0D9DD
(208,217,221)
#D4DCE0
(212,220,224)
#D8DFE3
(216,223,227)
#DCE2E6
(220,226,230)
#E0E5E9
(224,229,233)
#E4E8EC
(228,232,236)
#E8EBEF
(232,235,239)
#ECEEF2
(236,238,242)
#F0F1F5
(240,241,245)
#F4F4F8
(244,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCD6DA; }

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

This text font color is #CCD6DA.


Background Color

.myBgColor { background-color: #CCD6DA; }

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

This div background color is #CCD6DA.


Border color

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

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

This div border color is #CCD6DA.


Opacity

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

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

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

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

This text has shadow with #CCD6DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCD6DA on black background.


Color preview on white background

This text has color #CCD6DA on white background.



Black color preview on #CCD6DA background

This text has black color on #CCD6DA background.


White color preview on #CCD6DA background

This text has white color on #CCD6DA background.