COLOR #CCD2D1

HEX: #CCD2D1
RGB: (204,210,209)

Color info

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

RGB color model

#CCD2D1 color RGB value is (204,210,209).

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

RGB channels and saturation

R 204 of 255 = 80%
G 210 of 255 = 82%
B 209 of 255 = 82%

204
210
209

R + G + B ~ 81%. #CCD2D1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 210 + 209 = 623 (100%)
R 204 of 623 ~ 32.74%
G 210 of 623 ~ 33.71%
B 209 of 623 ~ 33.55%

%32.74
%33.71
%33.55

CMYK color model

#CCD2D1 color CMYK value is (3,0,0,18).

  • cyan value is 2.86%
  • magenta value is 0.00%
  • yellow value is 0.48%
  • key color value is 17.65%
CMYK:
(3,0,0,18)
C3M0Y0K18 
(3%,0%,0%,18%)
(0.03/0.00/0.00/0.18)	

CMYK percentages

%2.86
%0
%0.48
%17.65

Codes

Color #CCD2D1 in popluar color models

CCD2D1
RGB204210209
HSL170°6.25%81.18%
HSB/HSV170°2.86%82.35%
CMYK2.86%0.00%0.48%
17.65%

Color #CCD2D1 in popluar number systems.

HEXCCD2D1
Decimal204210209
Binary110011001101001011010001
Octal314322321

Shades and tints

Shades of #CCD2D1

#CCD2D1
(204,210,209)
#BABFBE
(186,191,190)
#A8ACAB
(168,172,171)
#969998
(150,153,152)
#848685
(132,134,133)
#727372
(114,115,114)
#60605F
(96,96,95)
#4E4D4C
(78,77,76)
#3C3A39
(60,58,57)
#2A2726
(42,39,38)
#181413
(24,20,19)
#000000
(0,0,0)

Tints of #CCD2D1

#CCD2D1
(204,210,209)
#D0D6D5
(208,214,213)
#D4DAD9
(212,218,217)
#D8DEDD
(216,222,221)
#DCE2E1
(220,226,225)
#E0E6E5
(224,230,229)
#E4EAE9
(228,234,233)
#E8EEED
(232,238,237)
#ECF2F1
(236,242,241)
#F0F6F5
(240,246,245)
#F4FAF9
(244,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCD2D1; }

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

This text font color is #CCD2D1.


Background Color

.myBgColor { background-color: #CCD2D1; }

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

This div background color is #CCD2D1.


Border color

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

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

This div border color is #CCD2D1.


Opacity

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

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

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

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

This text has shadow with #CCD2D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCD2D1 on black background.


Color preview on white background

This text has color #CCD2D1 on white background.



Black color preview on #CCD2D1 background

This text has black color on #CCD2D1 background.


White color preview on #CCD2D1 background

This text has white color on #CCD2D1 background.