COLOR #CCD7DA

HEX: #CCD7DA RGB: (204,215,218)

Color info

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

RGB color model

#CCD7DA color RGB value is (204,215,218).

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

RGB channels and saturation

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

204
215
218

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

Portions of RGB colors in percentages

R + G + B = 204 + 215 + 218 = 637 (100%)
R 204 of 637 ~ 32.03%
G 215 of 637 ~ 33.75%
B 218 of 637 ~ 34.22'%

%32.03
%33.75
%34.22

CMYK color model

#CCD7DA color CMYK value is (6,1,0,15).

  • cyan value is 6.42%
  • magenta value is 1.38%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK: (6,1,0,15) C6M1Y0K15 (6%,1%,0%,15%) (0.06/0.01/0.00/0.15) 

CMYK percentages

%6.42
%1.38
%0
%14.51

Codes

Color #CCD7DA in popluar color models

CC D7 DA
RGB 204 215 218
HSL 193° 15.91% 82.75%
HSB/HSV 193° 6.42% 85.49%
CMYK 6.42% 1.38% 0.00%
14.51%

Color #CCD7DA in popluar number systems.

HEX CC D7 DA
Decimal 204 215 218
Binary 11001100 11010111 11011010
Octal 314 327 332

Shades and tints

Shades of #CCD7DA

#CCD7DA
(204,215,218)
#BAC4C7
(186,196,199)
#A8B1B4
(168,177,180)
#969EA1
(150,158,161)
#848B8E
(132,139,142)
#72787B
(114,120,123)
#606568
(96,101,104)
#4E5255
(78,82,85)
#3C3F42
(60,63,66)
#2A2C2F
(42,44,47)
#18191C
(24,25,28)
#000000
(0,0,0)

Tints of #CCD7DA

#CCD7DA
(204,215,218)
#D0DADD
(208,218,221)
#D4DDE0
(212,221,224)
#D8E0E3
(216,224,227)
#DCE3E6
(220,227,230)
#E0E6E9
(224,230,233)
#E4E9EC
(228,233,236)
#E8ECEF
(232,236,239)
#ECEFF2
(236,239,242)
#F0F2F5
(240,242,245)
#F4F5F8
(244,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCD7DA; }

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

This text font color is #CCD7DA.

Background Color

.myBgColor { background-color: #CCD7DA; }

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

This div background color is #CCD7DA.

Border color

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

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

This div border color is #CCD7DA.

Opacity

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

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

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

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

This text has shadow with #CCD7DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCD7DA.

Preview

Color preview on black background

This text has color #CCD7DA on black background.


Color preview on white background

This text has color #CCD7DA on white background.


Black color preview on #CCD7DA background

This text has black color on #CCD7DA background.


White color preview on #CCD7DA background

This text has white color on #CCD7DA background.


Related colors

Complementary color

Complementary color for #hex is #332825.


I love getcolorcode.com

Triadic colors

1 #DACCD7 and #D7DACC with #CCD7DA are triadic colors.

2 #DAD7CC and #D7CCDA with #CCD7DA are triadic colors.