COLOR #CCD6DD

HEX: #CCD6DD RGB: (204,214,221)

Color info

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

RGB color model

#CCD6DD color RGB value is (204,214,221).

RGB: (204,214,221) (80%, 84%, 87%)

RGB channels and saturation

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

204
214
221

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

Portions of RGB colors in percentages

R + G + B = 204 + 214 + 221 = 639 (100%)
R 204 of 639 ~ 31.92%
G 214 of 639 ~ 33.49%
B 221 of 639 ~ 34.59'%

%31.92
%33.49
%34.59

CMYK color model

#CCD6DD color CMYK value is (8,3,0,13).

  • cyan value is 7.69%
  • magenta value is 3.17%
  • yellow value is 0.00%
  • key color value is 13.33%

CMYK: (8,3,0,13)
C8M3Y0K13 (8%, 3%, 0%, 13%)
(0.08 / 0.03 / 0.00 / 0.13)

CMYK percentages

%7.69
%3.17
%0
%13.33

Codes

Color #CCD6DD in popluar color models

CC D6 DD
RGB 204 214 221
HSL 205° 20.00% 83.33%
HSB/HSV 205° 7.69% 86.67%
CMYK 7.69% 3.17% 0.00%
13.33%

Color #CCD6DD in popluar number systems.

HEX CC D6 DD
Decimal 204 214 221
Binary 11001100 11010110 11011101
Octal 314 326 335

Shades and tints

Shades of #CCD6DD

#CCD6DD
(204,214,221)
#BAC3C9
(186,195,201)
#A8B0B5
(168,176,181)
#969DA1
(150,157,161)
#848A8D
(132,138,141)
#727779
(114,119,121)
#606465
(96,100,101)
#4E5151
(78,81,81)
#3C3E3D
(60,62,61)
#2A2B29
(42,43,41)
#181815
(24,24,21)
#000000
(0,0,0)

Tints of #CCD6DD

#CCD6DD
(204,214,221)
#D0D9E0
(208,217,224)
#D4DCE3
(212,220,227)
#D8DFE6
(216,223,230)
#DCE2E9
(220,226,233)
#E0E5EC
(224,229,236)
#E4E8EF
(228,232,239)
#E8EBF2
(232,235,242)
#ECEEF5
(236,238,245)
#F0F1F8
(240,241,248)
#F4F4FB
(244,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCD6DD; }

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

This text font color is #CCD6DD.

Background Color

.myBgColor { background-color: #CCD6DD; }

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

This div background color is #CCD6DD.

Border color

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

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

This div border color is #CCD6DD.

Opacity

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

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

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

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

This text has shadow with #CCD6DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCD6DD.

Preview

Color preview on black background

This text has color #CCD6DD on black background.


Color preview on white background

This text has color #CCD6DD on white background.


Black color preview on #CCD6DD background

This text has black color on #CCD6DD background.


White color preview on #CCD6DD background

This text has white color on #CCD6DD background.


Related colors

Complementary color

Complementary color for #hex is #332922.


I love getcolorcode.com

Triadic colors

1 #DDCCD6 and #D6DDCC with #CCD6DD are triadic colors.

2 #DDD6CC and #D6CCDD with #CCD6DD are triadic colors.