COLOR #CCD2D2

HEX: #CCD2D2
RGB: (204,210,210)

Color info

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

RGB color model

#CCD2D2 color RGB value is (204,210,210).

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

RGB channels and saturation

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

204
210
210

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

Portions of RGB colors in percentages

R + G + B =
204 + 210 + 210 = 624 (100%)
R 204 of 624 ~ 32.69%
G 210 of 624 ~ 33.65%
B 210 of 624 ~ 33.65%

%32.69
%33.65
%33.65

CMYK color model

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

  • cyan value is 2.86%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • 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
%17.65

Codes

Color #CCD2D2 in popluar color models

CCD2D2
RGB204210210
HSL180°6.25%81.18%
HSB/HSV180°2.86%82.35%
CMYK2.86%0.00%0.00%
17.65%

Color #CCD2D2 in popluar number systems.

HEXCCD2D2
Decimal204210210
Binary110011001101001011010010
Octal314322322

Shades and tints

Shades of #CCD2D2

#CCD2D2
(204,210,210)
#BABFBF
(186,191,191)
#A8ACAC
(168,172,172)
#969999
(150,153,153)
#848686
(132,134,134)
#727373
(114,115,115)
#606060
(96,96,96)
#4E4D4D
(78,77,77)
#3C3A3A
(60,58,58)
#2A2727
(42,39,39)
#181414
(24,20,20)
#000000
(0,0,0)

Tints of #CCD2D2

#CCD2D2
(204,210,210)
#D0D6D6
(208,214,214)
#D4DADA
(212,218,218)
#D8DEDE
(216,222,222)
#DCE2E2
(220,226,226)
#E0E6E6
(224,230,230)
#E4EAEA
(228,234,234)
#E8EEEE
(232,238,238)
#ECF2F2
(236,242,242)
#F0F6F6
(240,246,246)
#F4FAFA
(244,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCD2D2; }

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

This text font color is #CCD2D2.


Background Color

.myBgColor { background-color: #CCD2D2; }

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

This div background color is #CCD2D2.


Border color

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

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

This div border color is #CCD2D2.


Opacity

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

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

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

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

This text has shadow with #CCD2D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCD2D2 on black background.


Color preview on white background

This text has color #CCD2D2 on white background.



Black color preview on #CCD2D2 background

This text has black color on #CCD2D2 background.


White color preview on #CCD2D2 background

This text has white color on #CCD2D2 background.