COLOR #CCE1DC

HEX: #CCE1DC
RGB: (204,225,220)

Color info

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

RGB color model

#CCE1DC color RGB value is (204,225,220).

  • red value is 204;
  • green value is 225;
  • blue value is 220.
RGB:
(204,225,220)
(80%,88%,86%)

RGB channels and saturation

R 204 of 255 = 80%
G 225 of 255 = 88%
B 220 of 255 = 86%

204
225
220

R + G + B ~ 85%. #CCE1DC is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 225 + 220 = 649 (100%)
R 204 of 649 ~ 31.43%
G 225 of 649 ~ 34.67%
B 220 of 649 ~ 33.9%

%31.43
%34.67
%33.9

CMYK color model

#CCE1DC color CMYK value is (9,0,2,12).

  • cyan value is 9.33%
  • magenta value is 0.00%
  • yellow value is 2.22%
  • key color value is 11.76%
CMYK:
(9,0,2,12)
C9M0Y2K12 
(9%,0%,2%,12%)
(0.09/0.00/0.02/0.12)	

CMYK percentages

%9.33
%0
%2.22
%11.76

Codes

Color #CCE1DC in popluar color models

CCE1DC
RGB204225220
HSL166°25.93%84.12%
HSB/HSV166°9.33%88.24%
CMYK9.33%0.00%2.22%
11.76%

Color #CCE1DC in popluar number systems.

HEXCCE1DC
Decimal204225220
Binary110011001110000111011100
Octal314341334

Shades and tints

Shades of #CCE1DC

#CCE1DC
(204,225,220)
#BACDC8
(186,205,200)
#A8B9B4
(168,185,180)
#96A5A0
(150,165,160)
#84918C
(132,145,140)
#727D78
(114,125,120)
#606964
(96,105,100)
#4E5550
(78,85,80)
#3C413C
(60,65,60)
#2A2D28
(42,45,40)
#181914
(24,25,20)
#000000
(0,0,0)

Tints of #CCE1DC

#CCE1DC
(204,225,220)
#D0E3DF
(208,227,223)
#D4E5E2
(212,229,226)
#D8E7E5
(216,231,229)
#DCE9E8
(220,233,232)
#E0EBEB
(224,235,235)
#E4EDEE
(228,237,238)
#E8EFF1
(232,239,241)
#ECF1F4
(236,241,244)
#F0F3F7
(240,243,247)
#F4F5FA
(244,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCE1DC; }

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

This text font color is #CCE1DC.


Background Color

.myBgColor { background-color: #CCE1DC; }

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

This div background color is #CCE1DC.


Border color

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

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

This div border color is #CCE1DC.


Opacity

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

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

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

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

This text has shadow with #CCE1DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCE1DC on black background.


Color preview on white background

This text has color #CCE1DC on white background.



Black color preview on #CCE1DC background

This text has black color on #CCE1DC background.


White color preview on #CCE1DC background

This text has white color on #CCE1DC background.