COLOR #CCE0DE

HEX: #CCE0DE
RGB: (204,224,222)

Color info

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

RGB color model

#CCE0DE color RGB value is (204,224,222).

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

RGB channels and saturation

R 204 of 255 = 80%
G 224 of 255 = 88%
B 222 of 255 = 87%

204
224
222

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

Portions of RGB colors in percentages

R + G + B =
204 + 224 + 222 = 650 (100%)
R 204 of 650 ~ 31.38%
G 224 of 650 ~ 34.46%
B 222 of 650 ~ 34.15%

%31.38
%34.46
%34.15

CMYK color model

#CCE0DE color CMYK value is (9,0,1,12).

  • cyan value is 8.93%
  • magenta value is 0.00%
  • yellow value is 0.89%
  • key color value is 12.16%
CMYK:
(9,0,1,12)
C9M0Y1K12 
(9%,0%,1%,12%)
(0.09/0.00/0.01/0.12)	

CMYK percentages

%8.93
%0
%0.89
%12.16

Codes

Color #CCE0DE in popluar color models

CCE0DE
RGB204224222
HSL174°24.39%83.92%
HSB/HSV174°8.93%87.84%
CMYK8.93%0.00%0.89%
12.16%

Color #CCE0DE in popluar number systems.

HEXCCE0DE
Decimal204224222
Binary110011001110000011011110
Octal314340336

Shades and tints

Shades of #CCE0DE

#CCE0DE
(204,224,222)
#BACCCA
(186,204,202)
#A8B8B6
(168,184,182)
#96A4A2
(150,164,162)
#84908E
(132,144,142)
#727C7A
(114,124,122)
#606866
(96,104,102)
#4E5452
(78,84,82)
#3C403E
(60,64,62)
#2A2C2A
(42,44,42)
#181816
(24,24,22)
#000000
(0,0,0)

Tints of #CCE0DE

#CCE0DE
(204,224,222)
#D0E2E1
(208,226,225)
#D4E4E4
(212,228,228)
#D8E6E7
(216,230,231)
#DCE8EA
(220,232,234)
#E0EAED
(224,234,237)
#E4ECF0
(228,236,240)
#E8EEF3
(232,238,243)
#ECF0F6
(236,240,246)
#F0F2F9
(240,242,249)
#F4F4FC
(244,244,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCE0DE; }

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

This text font color is #CCE0DE.


Background Color

.myBgColor { background-color: #CCE0DE; }

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

This div background color is #CCE0DE.


Border color

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

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

This div border color is #CCE0DE.


Opacity

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

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

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

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

This text has shadow with #CCE0DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCE0DE on black background.


Color preview on white background

This text has color #CCE0DE on white background.



Black color preview on #CCE0DE background

This text has black color on #CCE0DE background.


White color preview on #CCE0DE background

This text has white color on #CCE0DE background.