COLOR #CCDFDC

HEX: #CCDFDC
RGB: (204,223,220)

Color info

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

RGB color model

#CCDFDC color RGB value is (204,223,220).

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

RGB channels and saturation

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

204
223
220

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

Portions of RGB colors in percentages

R + G + B =
204 + 223 + 220 = 647 (100%)
R 204 of 647 ~ 31.53%
G 223 of 647 ~ 34.47%
B 220 of 647 ~ 34%

%31.53
%34.47
%34

CMYK color model

#CCDFDC color CMYK value is (9,0,1,13).

  • cyan value is 8.52%
  • magenta value is 0.00%
  • yellow value is 1.35%
  • key color value is 12.55%
CMYK:
(9,0,1,13)
C9M0Y1K13 
(9%,0%,1%,13%)
(0.09/0.00/0.01/0.13)	

CMYK percentages

%8.52
%0
%1.35
%12.55

Codes

Color #CCDFDC in popluar color models

CCDFDC
RGB204223220
HSL171°22.89%83.73%
HSB/HSV171°8.52%87.45%
CMYK8.52%0.00%1.35%
12.55%

Color #CCDFDC in popluar number systems.

HEXCCDFDC
Decimal204223220
Binary110011001101111111011100
Octal314337334

Shades and tints

Shades of #CCDFDC

#CCDFDC
(204,223,220)
#BACBC8
(186,203,200)
#A8B7B4
(168,183,180)
#96A3A0
(150,163,160)
#848F8C
(132,143,140)
#727B78
(114,123,120)
#606764
(96,103,100)
#4E5350
(78,83,80)
#3C3F3C
(60,63,60)
#2A2B28
(42,43,40)
#181714
(24,23,20)
#000000
(0,0,0)

Tints of #CCDFDC

#CCDFDC
(204,223,220)
#D0E1DF
(208,225,223)
#D4E3E2
(212,227,226)
#D8E5E5
(216,229,229)
#DCE7E8
(220,231,232)
#E0E9EB
(224,233,235)
#E4EBEE
(228,235,238)
#E8EDF1
(232,237,241)
#ECEFF4
(236,239,244)
#F0F1F7
(240,241,247)
#F4F3FA
(244,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCDFDC; }

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

This text font color is #CCDFDC.


Background Color

.myBgColor { background-color: #CCDFDC; }

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

This div background color is #CCDFDC.


Border color

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

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

This div border color is #CCDFDC.


Opacity

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

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

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

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

This text has shadow with #CCDFDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCDFDC on black background.


Color preview on white background

This text has color #CCDFDC on white background.



Black color preview on #CCDFDC background

This text has black color on #CCDFDC background.


White color preview on #CCDFDC background

This text has white color on #CCDFDC background.