COLOR #CCDFCC

HEX: #CCDFCC
RGB: (204,223,204)

Color info

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

RGB color model

#CCDFCC color RGB value is (204,223,204).

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

RGB channels and saturation

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

204
223
204

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

Portions of RGB colors in percentages

R + G + B =
204 + 223 + 204 = 631 (100%)
R 204 of 631 ~ 32.33%
G 223 of 631 ~ 35.34%
B 204 of 631 ~ 32.33%

%32.33
%35.34
%32.33

CMYK color model

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

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

CMYK percentages

%8.52
%0
%8.52
%12.55

Codes

Color #CCDFCC in popluar color models

CCDFCC
RGB204223204
HSL120°22.89%83.73%
HSB/HSV120°8.52%87.45%
CMYK8.52%0.00%8.52%
12.55%

Color #CCDFCC in popluar number systems.

HEXCCDFCC
Decimal204223204
Binary110011001101111111001100
Octal314337314

Shades and tints

Shades of #CCDFCC

#CCDFCC
(204,223,204)
#BACBBA
(186,203,186)
#A8B7A8
(168,183,168)
#96A396
(150,163,150)
#848F84
(132,143,132)
#727B72
(114,123,114)
#606760
(96,103,96)
#4E534E
(78,83,78)
#3C3F3C
(60,63,60)
#2A2B2A
(42,43,42)
#181718
(24,23,24)
#000000
(0,0,0)

Tints of #CCDFCC

#CCDFCC
(204,223,204)
#D0E1D0
(208,225,208)
#D4E3D4
(212,227,212)
#D8E5D8
(216,229,216)
#DCE7DC
(220,231,220)
#E0E9E0
(224,233,224)
#E4EBE4
(228,235,228)
#E8EDE8
(232,237,232)
#ECEFEC
(236,239,236)
#F0F1F0
(240,241,240)
#F4F3F4
(244,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCDFCC; }

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

This text font color is #CCDFCC.


Background Color

.myBgColor { background-color: #CCDFCC; }

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

This div background color is #CCDFCC.


Border color

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

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

This div border color is #CCDFCC.


Opacity

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

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

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

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

This text has shadow with #CCDFCC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCDFCC on black background.


Color preview on white background

This text has color #CCDFCC on white background.



Black color preview on #CCDFCC background

This text has black color on #CCDFCC background.


White color preview on #CCDFCC background

This text has white color on #CCDFCC background.