COLOR #CCD6CE

HEX: #CCD6CE RGB: (204,214,206)

Color info

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

RGB color model

#CCD6CE color RGB value is (204,214,206).

RGB: (204,214,206) (80%, 84%, 81%)

RGB channels and saturation

R 204 of 255 = 80%
G 214 of 255 = 84%
B 206 of 255 = 81%

204
214
206

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

Portions of RGB colors in percentages

R + G + B = 204 + 214 + 206 = 624 (100%)
R 204 of 624 ~ 32.69%
G 214 of 624 ~ 34.29%
B 206 of 624 ~ 33.01'%

%32.69
%34.29
%33.01

CMYK color model

#CCD6CE color CMYK value is (5,0,4,16).

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

CMYK: (5,0,4,16)
C5M0Y4K16 (5%, 0%, 4%, 16%)
(0.05 / 0.00 / 0.04 / 0.16)

CMYK percentages

%4.67
%0
%3.74
%16.08

Codes

Color #CCD6CE in popluar color models

CC D6 CE
RGB 204 214 206
HSL 132° 10.87% 81.96%
HSB/HSV 132° 4.67% 83.92%
CMYK 4.67% 0.00% 3.74%
16.08%

Color #CCD6CE in popluar number systems.

HEX CC D6 CE
Decimal 204 214 206
Binary 11001100 11010110 11001110
Octal 314 326 316

Shades and tints

Shades of #CCD6CE

#CCD6CE
(204,214,206)
#BAC3BC
(186,195,188)
#A8B0AA
(168,176,170)
#969D98
(150,157,152)
#848A86
(132,138,134)
#727774
(114,119,116)
#606462
(96,100,98)
#4E5150
(78,81,80)
#3C3E3E
(60,62,62)
#2A2B2C
(42,43,44)
#18181A
(24,24,26)
#000000
(0,0,0)

Tints of #CCD6CE

#CCD6CE
(204,214,206)
#D0D9D2
(208,217,210)
#D4DCD6
(212,220,214)
#D8DFDA
(216,223,218)
#DCE2DE
(220,226,222)
#E0E5E2
(224,229,226)
#E4E8E6
(228,232,230)
#E8EBEA
(232,235,234)
#ECEEEE
(236,238,238)
#F0F1F2
(240,241,242)
#F4F4F6
(244,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCD6CE; }

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

This text font color is #CCD6CE.

Background Color

.myBgColor { background-color: #CCD6CE; }

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

This div background color is #CCD6CE.

Border color

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

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

This div border color is #CCD6CE.

Opacity

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

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

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

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

This text has shadow with #CCD6CE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCD6CE.

Preview

Color preview on black background

This text has color #CCD6CE on black background.


Color preview on white background

This text has color #CCD6CE on white background.


Black color preview on #CCD6CE background

This text has black color on #CCD6CE background.


White color preview on #CCD6CE background

This text has white color on #CCD6CE background.


Related colors

Complementary color

Complementary color for #hex is #332931.


I love getcolorcode.com

Triadic colors

1 #CECCD6 and #D6CECC with #CCD6CE are triadic colors.

2 #CED6CC and #D6CCCE with #CCD6CE are triadic colors.