COLOR #CCDAD6

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

Color info

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

RGB color model

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

RGB: (204,218,214) (80%, 85%, 84%)

RGB channels and saturation

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

204
218
214

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

Portions of RGB colors in percentages

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

%32.08
%34.28
%33.65

CMYK color model

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

  • cyan value is 6.42%
  • magenta value is 0.00%
  • yellow value is 1.83%
  • key color value is 14.51%

CMYK: (6,0,2,15)
C6M0Y2K15 (6%, 0%, 2%, 15%)
(0.06 / 0.00 / 0.02 / 0.15)

CMYK percentages

%6.42
%0
%1.83
%14.51

Codes

Color #CCDAD6 in popluar color models

CC DA D6
RGB 204 218 214
HSL 163° 15.91% 82.75%
HSB/HSV 163° 6.42% 85.49%
CMYK 6.42% 0.00% 1.83%
14.51%

Color #CCDAD6 in popluar number systems.

HEX CC DA D6
Decimal 204 218 214
Binary 11001100 11011010 11010110
Octal 314 332 326

Shades and tints

Shades of #CCDAD6

#CCDAD6
(204,218,214)
#BAC7C3
(186,199,195)
#A8B4B0
(168,180,176)
#96A19D
(150,161,157)
#848E8A
(132,142,138)
#727B77
(114,123,119)
#606864
(96,104,100)
#4E5551
(78,85,81)
#3C423E
(60,66,62)
#2A2F2B
(42,47,43)
#181C18
(24,28,24)
#000000
(0,0,0)

Tints of #CCDAD6

#CCDAD6
(204,218,214)
#D0DDD9
(208,221,217)
#D4E0DC
(212,224,220)
#D8E3DF
(216,227,223)
#DCE6E2
(220,230,226)
#E0E9E5
(224,233,229)
#E4ECE8
(228,236,232)
#E8EFEB
(232,239,235)
#ECF2EE
(236,242,238)
#F0F5F1
(240,245,241)
#F4F8F4
(244,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCDAD6; }

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

This text font color is #CCDAD6.

Background Color

.myBgColor { background-color: #CCDAD6; }

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

This div background color is #CCDAD6.

Border color

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

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

This div border color is #CCDAD6.

Opacity

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

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

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

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

This text has shadow with #CCDAD6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCDAD6.

Preview

Color preview on black background

This text has color #CCDAD6 on black background.


Color preview on white background

This text has color #CCDAD6 on white background.


Black color preview on #CCDAD6 background

This text has black color on #CCDAD6 background.


White color preview on #CCDAD6 background

This text has white color on #CCDAD6 background.


Related colors

Complementary color

Complementary color for #hex is #332529.


I love getcolorcode.com

Triadic colors

1 #D6CCDA and #DAD6CC with #CCDAD6 are triadic colors.

2 #D6DACC and #DACCD6 with #CCDAD6 are triadic colors.