COLOR #CCD8D1

HEX: #CCD8D1
RGB: (204,216,209)

Color info

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

RGB color model

#CCD8D1 color RGB value is (204,216,209).

  • red value is 204;
  • green value is 216;
  • blue value is 209.
RGB:
(204,216,209)
(80%,85%,82%)

RGB channels and saturation

R 204 of 255 = 80%
G 216 of 255 = 85%
B 209 of 255 = 82%

204
216
209

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

Portions of RGB colors in percentages

R + G + B =
204 + 216 + 209 = 629 (100%)
R 204 of 629 ~ 32.43%
G 216 of 629 ~ 34.34%
B 209 of 629 ~ 33.23%

%32.43
%34.34
%33.23

CMYK color model

#CCD8D1 color CMYK value is (6,0,3,15).

  • cyan value is 5.56%
  • magenta value is 0.00%
  • yellow value is 3.24%
  • key color value is 15.29%
CMYK:
(6,0,3,15)
C6M0Y3K15 
(6%,0%,3%,15%)
(0.06/0.00/0.03/0.15)	

CMYK percentages

%5.56
%0
%3.24
%15.29

Codes

Color #CCD8D1 in popluar color models

CCD8D1
RGB204216209
HSL145°13.33%82.35%
HSB/HSV145°5.56%84.71%
CMYK5.56%0.00%3.24%
15.29%

Color #CCD8D1 in popluar number systems.

HEXCCD8D1
Decimal204216209
Binary110011001101100011010001
Octal314330321

Shades and tints

Shades of #CCD8D1

#CCD8D1
(204,216,209)
#BAC5BE
(186,197,190)
#A8B2AB
(168,178,171)
#969F98
(150,159,152)
#848C85
(132,140,133)
#727972
(114,121,114)
#60665F
(96,102,95)
#4E534C
(78,83,76)
#3C4039
(60,64,57)
#2A2D26
(42,45,38)
#181A13
(24,26,19)
#000000
(0,0,0)

Tints of #CCD8D1

#CCD8D1
(204,216,209)
#D0DBD5
(208,219,213)
#D4DED9
(212,222,217)
#D8E1DD
(216,225,221)
#DCE4E1
(220,228,225)
#E0E7E5
(224,231,229)
#E4EAE9
(228,234,233)
#E8EDED
(232,237,237)
#ECF0F1
(236,240,241)
#F0F3F5
(240,243,245)
#F4F6F9
(244,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCD8D1 color. Also use rgb(204,216,209) instead hex code.

Text Font Color

.myTextColor { color: #CCD8D1; }

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

This text font color is #CCD8D1.


Background Color

.myBgColor { background-color: #CCD8D1; }

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

This div background color is #CCD8D1.


Border color

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

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

This div border color is #CCD8D1.


Opacity

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

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

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

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

This text has shadow with #CCD8D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCD8D1 on black background.


Color preview on white background

This text has color #CCD8D1 on white background.



Black color preview on #CCD8D1 background

This text has black color on #CCD8D1 background.


White color preview on #CCD8D1 background

This text has white color on #CCD8D1 background.