COLOR #CCE6DF

HEX: #CCE6DF RGB: (204,230,223)

Color info

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

RGB color model

#CCE6DF color RGB value is (204,230,223).

RGB: (204,230,223) (80%, 90%, 87%)

RGB channels and saturation

R 204 of 255 = 80%
G 230 of 255 = 90%
B 223 of 255 = 87%

204
230
223

R + G + B ~ 86%. #CCE6DF is light color.

Portions of RGB colors in percentages

R + G + B = 204 + 230 + 223 = 657 (100%)
R 204 of 657 ~ 31.05%
G 230 of 657 ~ 35.01%
B 223 of 657 ~ 33.94'%

%31.05
%35.01
%33.94

CMYK color model

#CCE6DF color CMYK value is (11,0,3,10).

  • cyan value is 11.30%
  • magenta value is 0.00%
  • yellow value is 3.04%
  • key color value is 9.80%

CMYK: (11,0,3,10)
C11M0Y3K10 (11%, 0%, 3%, 10%)
(0.11 / 0.00 / 0.03 / 0.10)

CMYK percentages

%11.3
%0
%3.04
%9.8

Codes

Color #CCE6DF in popluar color models

CC E6 DF
RGB 204 230 223
HSL 164° 34.21% 85.10%
HSB/HSV 164° 11.30% 90.20%
CMYK 11.30% 0.00% 3.04%
9.80%

Color #CCE6DF in popluar number systems.

HEX CC E6 DF
Decimal 204 230 223
Binary 11001100 11100110 11011111
Octal 314 346 337

Shades and tints

Shades of #CCE6DF

#CCE6DF
(204,230,223)
#BAD2CB
(186,210,203)
#A8BEB7
(168,190,183)
#96AAA3
(150,170,163)
#84968F
(132,150,143)
#72827B
(114,130,123)
#606E67
(96,110,103)
#4E5A53
(78,90,83)
#3C463F
(60,70,63)
#2A322B
(42,50,43)
#181E17
(24,30,23)
#000000
(0,0,0)

Tints of #CCE6DF

#CCE6DF
(204,230,223)
#D0E8E1
(208,232,225)
#D4EAE3
(212,234,227)
#D8ECE5
(216,236,229)
#DCEEE7
(220,238,231)
#E0F0E9
(224,240,233)
#E4F2EB
(228,242,235)
#E8F4ED
(232,244,237)
#ECF6EF
(236,246,239)
#F0F8F1
(240,248,241)
#F4FAF3
(244,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCE6DF color. Also use rgb(204,230,223) instead hex code.

Text Font Color

.myTextColor { color: #CCE6DF; }

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

This text font color is #CCE6DF.

Background Color

.myBgColor { background-color: #CCE6DF; }

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

This div background color is #CCE6DF.

Border color

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

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

This div border color is #CCE6DF.

Opacity

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

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

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

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

This text has shadow with #CCE6DF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCE6DF.

Preview

Color preview on black background

This text has color #CCE6DF on black background.


Color preview on white background

This text has color #CCE6DF on white background.


Black color preview on #CCE6DF background

This text has black color on #CCE6DF background.


White color preview on #CCE6DF background

This text has white color on #CCE6DF background.


Related colors

Complementary color

Complementary color for #hex is #331920.


I love getcolorcode.com

Triadic colors

1 #DFCCE6 and #E6DFCC with #CCE6DF are triadic colors.

2 #DFE6CC and #E6CCDF with #CCE6DF are triadic colors.