COLOR #CCDDC4

HEX: #CCDDC4
RGB: (204,221,196)

Color info

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

RGB color model

#CCDDC4 color RGB value is (204,221,196).

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

RGB channels and saturation

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

204
221
196

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

Portions of RGB colors in percentages

R + G + B =
204 + 221 + 196 = 621 (100%)
R 204 of 621 ~ 32.85%
G 221 of 621 ~ 35.59%
B 196 of 621 ~ 31.56%

%32.85
%35.59
%31.56

CMYK color model

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

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

CMYK percentages

%7.69
%0
%11.31
%13.33

Codes

Color #CCDDC4 in popluar color models

CCDDC4
RGB204221196
HSL101°26.88%81.76%
HSB/HSV101°11.31%86.67%
CMYK7.69%0.00%11.31%
13.33%

Color #CCDDC4 in popluar number systems.

HEXCCDDC4
Decimal204221196
Binary110011001101110111000100
Octal314335304

Shades and tints

Shades of #CCDDC4

#CCDDC4
(204,221,196)
#BAC9B3
(186,201,179)
#A8B5A2
(168,181,162)
#96A191
(150,161,145)
#848D80
(132,141,128)
#72796F
(114,121,111)
#60655E
(96,101,94)
#4E514D
(78,81,77)
#3C3D3C
(60,61,60)
#2A292B
(42,41,43)
#18151A
(24,21,26)
#000000
(0,0,0)

Tints of #CCDDC4

#CCDDC4
(204,221,196)
#D0E0C9
(208,224,201)
#D4E3CE
(212,227,206)
#D8E6D3
(216,230,211)
#DCE9D8
(220,233,216)
#E0ECDD
(224,236,221)
#E4EFE2
(228,239,226)
#E8F2E7
(232,242,231)
#ECF5EC
(236,245,236)
#F0F8F1
(240,248,241)
#F4FBF6
(244,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCDDC4; }

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

This text font color is #CCDDC4.


Background Color

.myBgColor { background-color: #CCDDC4; }

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

This div background color is #CCDDC4.


Border color

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

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

This div border color is #CCDDC4.


Opacity

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

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

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

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

This text has shadow with #CCDDC4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCDDC4 on black background.


Color preview on white background

This text has color #CCDDC4 on white background.



Black color preview on #CCDDC4 background

This text has black color on #CCDDC4 background.


White color preview on #CCDDC4 background

This text has white color on #CCDDC4 background.