COLOR #CCE0DC

HEX: #CCE0DC RGB: (204,224,220)

Color info

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

RGB color model

#CCE0DC color RGB value is (204,224,220).

RGB: (204,224,220) (80%, 88%, 86%)

RGB channels and saturation

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

204
224
220

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

Portions of RGB colors in percentages

R + G + B = 204 + 224 + 220 = 648 (100%)
R 204 of 648 ~ 31.48%
G 224 of 648 ~ 34.57%
B 220 of 648 ~ 33.95'%

%31.48
%34.57
%33.95

CMYK color model

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

  • cyan value is 8.93%
  • magenta value is 0.00%
  • yellow value is 1.79%
  • key color value is 12.16%

CMYK: (9,0,2,12)
C9M0Y2K12 (9%, 0%, 2%, 12%)
(0.09 / 0.00 / 0.02 / 0.12)

CMYK percentages

%8.93
%0
%1.79
%12.16

Codes

Color #CCE0DC in popluar color models

CC E0 DC
RGB 204 224 220
HSL 168° 24.39% 83.92%
HSB/HSV 168° 8.93% 87.84%
CMYK 8.93% 0.00% 1.79%
12.16%

Color #CCE0DC in popluar number systems.

HEX CC E0 DC
Decimal 204 224 220
Binary 11001100 11100000 11011100
Octal 314 340 334

Shades and tints

Shades of #CCE0DC

#CCE0DC
(204,224,220)
#BACCC8
(186,204,200)
#A8B8B4
(168,184,180)
#96A4A0
(150,164,160)
#84908C
(132,144,140)
#727C78
(114,124,120)
#606864
(96,104,100)
#4E5450
(78,84,80)
#3C403C
(60,64,60)
#2A2C28
(42,44,40)
#181814
(24,24,20)
#000000
(0,0,0)

Tints of #CCE0DC

#CCE0DC
(204,224,220)
#D0E2DF
(208,226,223)
#D4E4E2
(212,228,226)
#D8E6E5
(216,230,229)
#DCE8E8
(220,232,232)
#E0EAEB
(224,234,235)
#E4ECEE
(228,236,238)
#E8EEF1
(232,238,241)
#ECF0F4
(236,240,244)
#F0F2F7
(240,242,247)
#F4F4FA
(244,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCE0DC; }

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

This text font color is #CCE0DC.

Background Color

.myBgColor { background-color: #CCE0DC; }

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

This div background color is #CCE0DC.

Border color

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

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

This div border color is #CCE0DC.

Opacity

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

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

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

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

This text has shadow with #CCE0DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCE0DC.

Preview

Color preview on black background

This text has color #CCE0DC on black background.


Color preview on white background

This text has color #CCE0DC on white background.


Black color preview on #CCE0DC background

This text has black color on #CCE0DC background.


White color preview on #CCE0DC background

This text has white color on #CCE0DC background.


Related colors

Complementary color

Complementary color for #hex is #331F23.


I love getcolorcode.com

Triadic colors

1 #DCCCE0 and #E0DCCC with #CCE0DC are triadic colors.

2 #DCE0CC and #E0CCDC with #CCE0DC are triadic colors.