COLOR #CCE7DE

HEX: #CCE7DE RGB: (204,231,222)

Color info

#CCE7DE contains red, green and blue colors in about the same proportion. Web safe color of #CCE7DE is #CCFFCC (or #CFC).

RGB color model

#CCE7DE color RGB value is (204,231,222).

RGB: (204,231,222) (80%, 91%, 87%)

RGB channels and saturation

R 204 of 255 = 80%
G 231 of 255 = 91%
B 222 of 255 = 87%

204
231
222

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

Portions of RGB colors in percentages

R + G + B = 204 + 231 + 222 = 657 (100%)
R 204 of 657 ~ 31.05%
G 231 of 657 ~ 35.16%
B 222 of 657 ~ 33.79'%

%31.05
%35.16
%33.79

CMYK color model

#CCE7DE color CMYK value is (12,0,4,9).

  • cyan value is 11.69%
  • magenta value is 0.00%
  • yellow value is 3.90%
  • key color value is 9.41%

CMYK: (12,0,4,9)
C12M0Y4K9 (12%, 0%, 4%, 9%)
(0.12 / 0.00 / 0.04 / 0.09)

CMYK percentages

%11.69
%0
%3.9
%9.41

Codes

Color #CCE7DE in popluar color models

CC E7 DE
RGB 204 231 222
HSL 160° 36.00% 85.29%
HSB/HSV 160° 11.69% 90.59%
CMYK 11.69% 0.00% 3.90%
9.41%

Color #CCE7DE in popluar number systems.

HEX CC E7 DE
Decimal 204 231 222
Binary 11001100 11100111 11011110
Octal 314 347 336

Shades and tints

Shades of #CCE7DE

#CCE7DE
(204,231,222)
#BAD2CA
(186,210,202)
#A8BDB6
(168,189,182)
#96A8A2
(150,168,162)
#84938E
(132,147,142)
#727E7A
(114,126,122)
#606966
(96,105,102)
#4E5452
(78,84,82)
#3C3F3E
(60,63,62)
#2A2A2A
(42,42,42)
#181516
(24,21,22)
#000000
(0,0,0)

Tints of #CCE7DE

#CCE7DE
(204,231,222)
#D0E9E1
(208,233,225)
#D4EBE4
(212,235,228)
#D8EDE7
(216,237,231)
#DCEFEA
(220,239,234)
#E0F1ED
(224,241,237)
#E4F3F0
(228,243,240)
#E8F5F3
(232,245,243)
#ECF7F6
(236,247,246)
#F0F9F9
(240,249,249)
#F4FBFC
(244,251,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCE7DE color. Also use rgb(204,231,222) instead hex code.

Text Font Color

.myTextColor { color: #CCE7DE; }

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

This text font color is #CCE7DE.

Background Color

.myBgColor { background-color: #CCE7DE; }

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

This div background color is #CCE7DE.

Border color

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

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

This div border color is #CCE7DE.

Opacity

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

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

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

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

This text has shadow with #CCE7DE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCE7DE.

Preview

Color preview on black background

This text has color #CCE7DE on black background.


Color preview on white background

This text has color #CCE7DE on white background.


Black color preview on #CCE7DE background

This text has black color on #CCE7DE background.


White color preview on #CCE7DE background

This text has white color on #CCE7DE background.


Related colors

Complementary color

Complementary color for #hex is #331821.


I love getcolorcode.com

Triadic colors

1 #DECCE7 and #E7DECC with #CCE7DE are triadic colors.

2 #DEE7CC and #E7CCDE with #CCE7DE are triadic colors.