COLOR #CCD6D0

HEX: #CCD6D0 RGB: (204,214,208)

Color info

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

RGB color model

#CCD6D0 color RGB value is (204,214,208).

RGB: (204,214,208) (80%, 84%, 82%)

RGB channels and saturation

R 204 of 255 = 80%
G 214 of 255 = 84%
B 208 of 255 = 82%

204
214
208

R + G + B ~ 82%. #CCD6D0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 214 + 208 = 626 (100%)
R 204 of 626 ~ 32.59%
G 214 of 626 ~ 34.19%
B 208 of 626 ~ 33.23'%

%32.59
%34.19
%33.23

CMYK color model

#CCD6D0 color CMYK value is (5,0,3,16).

  • cyan value is 4.67%
  • magenta value is 0.00%
  • yellow value is 2.80%
  • key color value is 16.08%

CMYK: (5,0,3,16)
C5M0Y3K16 (5%, 0%, 3%, 16%)
(0.05 / 0.00 / 0.03 / 0.16)

CMYK percentages

%4.67
%0
%2.8
%16.08

Codes

Color #CCD6D0 in popluar color models

CC D6 D0
RGB 204 214 208
HSL 144° 10.87% 81.96%
HSB/HSV 144° 4.67% 83.92%
CMYK 4.67% 0.00% 2.80%
16.08%

Color #CCD6D0 in popluar number systems.

HEX CC D6 D0
Decimal 204 214 208
Binary 11001100 11010110 11010000
Octal 314 326 320

Shades and tints

Shades of #CCD6D0

#CCD6D0
(204,214,208)
#BAC3BE
(186,195,190)
#A8B0AC
(168,176,172)
#969D9A
(150,157,154)
#848A88
(132,138,136)
#727776
(114,119,118)
#606464
(96,100,100)
#4E5152
(78,81,82)
#3C3E40
(60,62,64)
#2A2B2E
(42,43,46)
#18181C
(24,24,28)
#000000
(0,0,0)

Tints of #CCD6D0

#CCD6D0
(204,214,208)
#D0D9D4
(208,217,212)
#D4DCD8
(212,220,216)
#D8DFDC
(216,223,220)
#DCE2E0
(220,226,224)
#E0E5E4
(224,229,228)
#E4E8E8
(228,232,232)
#E8EBEC
(232,235,236)
#ECEEF0
(236,238,240)
#F0F1F4
(240,241,244)
#F4F4F8
(244,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCD6D0; }

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

This text font color is #CCD6D0.

Background Color

.myBgColor { background-color: #CCD6D0; }

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

This div background color is #CCD6D0.

Border color

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

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

This div border color is #CCD6D0.

Opacity

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

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

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

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

This text has shadow with #CCD6D0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCD6D0.

Preview

Color preview on black background

This text has color #CCD6D0 on black background.


Color preview on white background

This text has color #CCD6D0 on white background.


Black color preview on #CCD6D0 background

This text has black color on #CCD6D0 background.


White color preview on #CCD6D0 background

This text has white color on #CCD6D0 background.


Related colors

Complementary color

Complementary color for #hex is #33292F.


I love getcolorcode.com

Triadic colors

1 #D0CCD6 and #D6D0CC with #CCD6D0 are triadic colors.

2 #D0D6CC and #D6CCD0 with #CCD6D0 are triadic colors.