COLOR #CCDCDC

HEX: #CCDCDC
RGB: (204,220,220)

Color info

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

RGB color model

#CCDCDC color RGB value is (204,220,220).

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

RGB channels and saturation

R 204 of 255 = 80%
G 220 of 255 = 86%
B 220 of 255 = 86%

204
220
220

R + G + B ~ 84%. #CCDCDC is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 220 + 220 = 644 (100%)
R 204 of 644 ~ 31.68%
G 220 of 644 ~ 34.16%
B 220 of 644 ~ 34.16%

%31.68
%34.16
%34.16

CMYK color model

#CCDCDC color CMYK value is (7,0,0,14).

  • cyan value is 7.27%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(7,0,0,14)
C7M0Y0K14 
(7%,0%,0%,14%)
(0.07/0.00/0.00/0.14)	

CMYK percentages

%7.27
%0
%0
%13.73

Codes

Color #CCDCDC in popluar color models

CCDCDC
RGB204220220
HSL180°18.60%83.14%
HSB/HSV180°7.27%86.27%
CMYK7.27%0.00%0.00%
13.73%

Color #CCDCDC in popluar number systems.

HEXCCDCDC
Decimal204220220
Binary110011001101110011011100
Octal314334334

Shades and tints

Shades of #CCDCDC

#CCDCDC
(204,220,220)
#BAC8C8
(186,200,200)
#A8B4B4
(168,180,180)
#96A0A0
(150,160,160)
#848C8C
(132,140,140)
#727878
(114,120,120)
#606464
(96,100,100)
#4E5050
(78,80,80)
#3C3C3C
(60,60,60)
#2A2828
(42,40,40)
#181414
(24,20,20)
#000000
(0,0,0)

Tints of #CCDCDC

#CCDCDC
(204,220,220)
#D0DFDF
(208,223,223)
#D4E2E2
(212,226,226)
#D8E5E5
(216,229,229)
#DCE8E8
(220,232,232)
#E0EBEB
(224,235,235)
#E4EEEE
(228,238,238)
#E8F1F1
(232,241,241)
#ECF4F4
(236,244,244)
#F0F7F7
(240,247,247)
#F4FAFA
(244,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCDCDC; }

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

This text font color is #CCDCDC.


Background Color

.myBgColor { background-color: #CCDCDC; }

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

This div background color is #CCDCDC.


Border color

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

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

This div border color is #CCDCDC.


Opacity

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

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

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

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

This text has shadow with #CCDCDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCDCDC on black background.


Color preview on white background

This text has color #CCDCDC on white background.



Black color preview on #CCDCDC background

This text has black color on #CCDCDC background.


White color preview on #CCDCDC background

This text has white color on #CCDCDC background.