COLOR #CCE8DE

HEX: #CCE8DE
RGB: (204,232,222)

Color info

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

RGB color model

#CCE8DE color RGB value is (204,232,222).

  • red value is 204;
  • green value is 232;
  • blue value is 222.
RGB:
(204,232,222)
(80%,91%,87%)

RGB channels and saturation

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

204
232
222

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

Portions of RGB colors in percentages

R + G + B =
204 + 232 + 222 = 658 (100%)
R 204 of 658 ~ 31%
G 232 of 658 ~ 35.26%
B 222 of 658 ~ 33.74%

%31
%35.26
%33.74

CMYK color model

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

  • cyan value is 12.07%
  • magenta value is 0.00%
  • yellow value is 4.31%
  • key color value is 9.02%
CMYK:
(12,0,4,9)
C12M0Y4K9 
(12%,0%,4%,9%)
(0.12/0.00/0.04/0.09)	

CMYK percentages

%12.07
%0
%4.31
%9.02

Codes

Color #CCE8DE in popluar color models

CCE8DE
RGB204232222
HSL159°37.84%85.49%
HSB/HSV159°12.07%90.98%
CMYK12.07%0.00%4.31%
9.02%

Color #CCE8DE in popluar number systems.

HEXCCE8DE
Decimal204232222
Binary110011001110100011011110
Octal314350336

Shades and tints

Shades of #CCE8DE

#CCE8DE
(204,232,222)
#BAD3CA
(186,211,202)
#A8BEB6
(168,190,182)
#96A9A2
(150,169,162)
#84948E
(132,148,142)
#727F7A
(114,127,122)
#606A66
(96,106,102)
#4E5552
(78,85,82)
#3C403E
(60,64,62)
#2A2B2A
(42,43,42)
#181616
(24,22,22)
#000000
(0,0,0)

Tints of #CCE8DE

#CCE8DE
(204,232,222)
#D0EAE1
(208,234,225)
#D4ECE4
(212,236,228)
#D8EEE7
(216,238,231)
#DCF0EA
(220,240,234)
#E0F2ED
(224,242,237)
#E4F4F0
(228,244,240)
#E8F6F3
(232,246,243)
#ECF8F6
(236,248,246)
#F0FAF9
(240,250,249)
#F4FCFC
(244,252,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCE8DE; }

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

This text font color is #CCE8DE.


Background Color

.myBgColor { background-color: #CCE8DE; }

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

This div background color is #CCE8DE.


Border color

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

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

This div border color is #CCE8DE.


Opacity

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

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

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

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

This text has shadow with #CCE8DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCE8DE on black background.


Color preview on white background

This text has color #CCE8DE on white background.



Black color preview on #CCE8DE background

This text has black color on #CCE8DE background.


White color preview on #CCE8DE background

This text has white color on #CCE8DE background.