COLOR #CCDDC2

HEX: #CCDDC2
RGB: (204,221,194)

Color info

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

RGB color model

#CCDDC2 color RGB value is (204,221,194).

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

RGB channels and saturation

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

204
221
194

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

Portions of RGB colors in percentages

R + G + B =
204 + 221 + 194 = 619 (100%)
R 204 of 619 ~ 32.96%
G 221 of 619 ~ 35.7%
B 194 of 619 ~ 31.34%

%32.96
%35.7
%31.34

CMYK color model

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

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

CMYK percentages

%7.69
%0
%12.22
%13.33

Codes

Color #CCDDC2 in popluar color models

CCDDC2
RGB204221194
HSL98°28.42%81.37%
HSB/HSV98°12.22%86.67%
CMYK7.69%0.00%12.22%
13.33%

Color #CCDDC2 in popluar number systems.

HEXCCDDC2
Decimal204221194
Binary110011001101110111000010
Octal314335302

Shades and tints

Shades of #CCDDC2

#CCDDC2
(204,221,194)
#BAC9B1
(186,201,177)
#A8B5A0
(168,181,160)
#96A18F
(150,161,143)
#848D7E
(132,141,126)
#72796D
(114,121,109)
#60655C
(96,101,92)
#4E514B
(78,81,75)
#3C3D3A
(60,61,58)
#2A2929
(42,41,41)
#181518
(24,21,24)
#000000
(0,0,0)

Tints of #CCDDC2

#CCDDC2
(204,221,194)
#D0E0C7
(208,224,199)
#D4E3CC
(212,227,204)
#D8E6D1
(216,230,209)
#DCE9D6
(220,233,214)
#E0ECDB
(224,236,219)
#E4EFE0
(228,239,224)
#E8F2E5
(232,242,229)
#ECF5EA
(236,245,234)
#F0F8EF
(240,248,239)
#F4FBF4
(244,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCDDC2; }

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

This text font color is #CCDDC2.


Background Color

.myBgColor { background-color: #CCDDC2; }

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

This div background color is #CCDDC2.


Border color

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

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

This div border color is #CCDDC2.


Opacity

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

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

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

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

This text has shadow with #CCDDC2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCDDC2 on black background.


Color preview on white background

This text has color #CCDDC2 on white background.



Black color preview on #CCDDC2 background

This text has black color on #CCDDC2 background.


White color preview on #CCDDC2 background

This text has white color on #CCDDC2 background.