COLOR #CCDDCC

HEX: #CCDDCC
RGB: (204,221,204)

Color info

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

RGB color model

#CCDDCC color RGB value is (204,221,204).

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

RGB channels and saturation

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

204
221
204

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

Portions of RGB colors in percentages

R + G + B =
204 + 221 + 204 = 629 (100%)
R 204 of 629 ~ 32.43%
G 221 of 629 ~ 35.14%
B 204 of 629 ~ 32.43%

%32.43
%35.14
%32.43

CMYK color model

#CCDDCC color CMYK value is (8,0,8,13).

  • cyan value is 7.69%
  • magenta value is 0.00%
  • yellow value is 7.69%
  • key color value is 13.33%
CMYK:
(8,0,8,13)
C8M0Y8K13 
(8%,0%,8%,13%)
(0.08/0.00/0.08/0.13)	

CMYK percentages

%7.69
%0
%7.69
%13.33

Codes

Color #CCDDCC in popluar color models

CCDDCC
RGB204221204
HSL120°20.00%83.33%
HSB/HSV120°7.69%86.67%
CMYK7.69%0.00%7.69%
13.33%

Color #CCDDCC in popluar number systems.

HEXCCDDCC
Decimal204221204
Binary110011001101110111001100
Octal314335314

Shades and tints

Shades of #CCDDCC

#CCDDCC
(204,221,204)
#BAC9BA
(186,201,186)
#A8B5A8
(168,181,168)
#96A196
(150,161,150)
#848D84
(132,141,132)
#727972
(114,121,114)
#606560
(96,101,96)
#4E514E
(78,81,78)
#3C3D3C
(60,61,60)
#2A292A
(42,41,42)
#181518
(24,21,24)
#000000
(0,0,0)

Tints of #CCDDCC

#CCDDCC
(204,221,204)
#D0E0D0
(208,224,208)
#D4E3D4
(212,227,212)
#D8E6D8
(216,230,216)
#DCE9DC
(220,233,220)
#E0ECE0
(224,236,224)
#E4EFE4
(228,239,228)
#E8F2E8
(232,242,232)
#ECF5EC
(236,245,236)
#F0F8F0
(240,248,240)
#F4FBF4
(244,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCDDCC; }

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

This text font color is #CCDDCC.


Background Color

.myBgColor { background-color: #CCDDCC; }

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

This div background color is #CCDDCC.


Border color

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

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

This div border color is #CCDDCC.


Opacity

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

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

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

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

This text has shadow with #CCDDCC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCDDCC on black background.


Color preview on white background

This text has color #CCDDCC on white background.



Black color preview on #CCDDCC background

This text has black color on #CCDDCC background.


White color preview on #CCDDCC background

This text has white color on #CCDDCC background.