COLOR #CCDDD2

HEX: #CCDDD2
RGB: (204,221,210)

Color info

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

RGB color model

#CCDDD2 color RGB value is (204,221,210).

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

RGB channels and saturation

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

204
221
210

R + G + B ~ 83%. #CCDDD2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 221 + 210 = 635 (100%)
R 204 of 635 ~ 32.13%
G 221 of 635 ~ 34.8%
B 210 of 635 ~ 33.07%

%32.13
%34.8
%33.07

CMYK color model

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

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

CMYK percentages

%7.69
%0
%4.98
%13.33

Codes

Color #CCDDD2 in popluar color models

CCDDD2
RGB204221210
HSL141°20.00%83.33%
HSB/HSV141°7.69%86.67%
CMYK7.69%0.00%4.98%
13.33%

Color #CCDDD2 in popluar number systems.

HEXCCDDD2
Decimal204221210
Binary110011001101110111010010
Octal314335322

Shades and tints

Shades of #CCDDD2

#CCDDD2
(204,221,210)
#BAC9BF
(186,201,191)
#A8B5AC
(168,181,172)
#96A199
(150,161,153)
#848D86
(132,141,134)
#727973
(114,121,115)
#606560
(96,101,96)
#4E514D
(78,81,77)
#3C3D3A
(60,61,58)
#2A2927
(42,41,39)
#181514
(24,21,20)
#000000
(0,0,0)

Tints of #CCDDD2

#CCDDD2
(204,221,210)
#D0E0D6
(208,224,214)
#D4E3DA
(212,227,218)
#D8E6DE
(216,230,222)
#DCE9E2
(220,233,226)
#E0ECE6
(224,236,230)
#E4EFEA
(228,239,234)
#E8F2EE
(232,242,238)
#ECF5F2
(236,245,242)
#F0F8F6
(240,248,246)
#F4FBFA
(244,251,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCDDD2; }

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

This text font color is #CCDDD2.


Background Color

.myBgColor { background-color: #CCDDD2; }

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

This div background color is #CCDDD2.


Border color

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

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

This div border color is #CCDDD2.


Opacity

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

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

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

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

This text has shadow with #CCDDD2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCDDD2 on black background.


Color preview on white background

This text has color #CCDDD2 on white background.



Black color preview on #CCDDD2 background

This text has black color on #CCDDD2 background.


White color preview on #CCDDD2 background

This text has white color on #CCDDD2 background.