COLOR #CCD8D2

HEX: #CCD8D2
RGB: (204,216,210)

Color info

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

RGB color model

#CCD8D2 color RGB value is (204,216,210).

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

RGB channels and saturation

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

204
216
210

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

Portions of RGB colors in percentages

R + G + B =
204 + 216 + 210 = 630 (100%)
R 204 of 630 ~ 32.38%
G 216 of 630 ~ 34.29%
B 210 of 630 ~ 33.33%

%32.38
%34.29
%33.33

CMYK color model

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

  • cyan value is 5.56%
  • magenta value is 0.00%
  • yellow value is 2.78%
  • 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
%2.78
%15.29

Codes

Color #CCD8D2 in popluar color models

CCD8D2
RGB204216210
HSL150°13.33%82.35%
HSB/HSV150°5.56%84.71%
CMYK5.56%0.00%2.78%
15.29%

Color #CCD8D2 in popluar number systems.

HEXCCD8D2
Decimal204216210
Binary110011001101100011010010
Octal314330322

Shades and tints

Shades of #CCD8D2

#CCD8D2
(204,216,210)
#BAC5BF
(186,197,191)
#A8B2AC
(168,178,172)
#969F99
(150,159,153)
#848C86
(132,140,134)
#727973
(114,121,115)
#606660
(96,102,96)
#4E534D
(78,83,77)
#3C403A
(60,64,58)
#2A2D27
(42,45,39)
#181A14
(24,26,20)
#000000
(0,0,0)

Tints of #CCD8D2

#CCD8D2
(204,216,210)
#D0DBD6
(208,219,214)
#D4DEDA
(212,222,218)
#D8E1DE
(216,225,222)
#DCE4E2
(220,228,226)
#E0E7E6
(224,231,230)
#E4EAEA
(228,234,234)
#E8EDEE
(232,237,238)
#ECF0F2
(236,240,242)
#F0F3F6
(240,243,246)
#F4F6FA
(244,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCD8D2; }

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

This text font color is #CCD8D2.


Background Color

.myBgColor { background-color: #CCD8D2; }

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

This div background color is #CCD8D2.


Border color

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

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

This div border color is #CCD8D2.


Opacity

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

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

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

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

This text has shadow with #CCD8D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCD8D2 on black background.


Color preview on white background

This text has color #CCD8D2 on white background.



Black color preview on #CCD8D2 background

This text has black color on #CCD8D2 background.


White color preview on #CCD8D2 background

This text has white color on #CCD8D2 background.