COLOR #CCE2DD

HEX: #CCE2DD
RGB: (204,226,221)

Color info

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

RGB color model

#CCE2DD color RGB value is (204,226,221).

  • red value is 204;
  • green value is 226;
  • blue value is 221.
RGB:
(204,226,221)
(80%,89%,87%)

RGB channels and saturation

R 204 of 255 = 80%
G 226 of 255 = 89%
B 221 of 255 = 87%

204
226
221

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

Portions of RGB colors in percentages

R + G + B =
204 + 226 + 221 = 651 (100%)
R 204 of 651 ~ 31.34%
G 226 of 651 ~ 34.72%
B 221 of 651 ~ 33.95%

%31.34
%34.72
%33.95

CMYK color model

#CCE2DD color CMYK value is (10,0,2,11).

  • cyan value is 9.73%
  • magenta value is 0.00%
  • yellow value is 2.21%
  • key color value is 11.37%
CMYK:
(10,0,2,11)
C10M0Y2K11 
(10%,0%,2%,11%)
(0.10/0.00/0.02/0.11)	

CMYK percentages

%9.73
%0
%2.21
%11.37

Codes

Color #CCE2DD in popluar color models

CCE2DD
RGB204226221
HSL166°27.50%84.31%
HSB/HSV166°9.73%88.63%
CMYK9.73%0.00%2.21%
11.37%

Color #CCE2DD in popluar number systems.

HEXCCE2DD
Decimal204226221
Binary110011001110001011011101
Octal314342335

Shades and tints

Shades of #CCE2DD

#CCE2DD
(204,226,221)
#BACEC9
(186,206,201)
#A8BAB5
(168,186,181)
#96A6A1
(150,166,161)
#84928D
(132,146,141)
#727E79
(114,126,121)
#606A65
(96,106,101)
#4E5651
(78,86,81)
#3C423D
(60,66,61)
#2A2E29
(42,46,41)
#181A15
(24,26,21)
#000000
(0,0,0)

Tints of #CCE2DD

#CCE2DD
(204,226,221)
#D0E4E0
(208,228,224)
#D4E6E3
(212,230,227)
#D8E8E6
(216,232,230)
#DCEAE9
(220,234,233)
#E0ECEC
(224,236,236)
#E4EEEF
(228,238,239)
#E8F0F2
(232,240,242)
#ECF2F5
(236,242,245)
#F0F4F8
(240,244,248)
#F4F6FB
(244,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCE2DD color. Also use rgb(204,226,221) instead hex code.

Text Font Color

.myTextColor { color: #CCE2DD; }

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

This text font color is #CCE2DD.


Background Color

.myBgColor { background-color: #CCE2DD; }

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

This div background color is #CCE2DD.


Border color

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

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

This div border color is #CCE2DD.


Opacity

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

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

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

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

This text has shadow with #CCE2DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCE2DD on black background.


Color preview on white background

This text has color #CCE2DD on white background.



Black color preview on #CCE2DD background

This text has black color on #CCE2DD background.


White color preview on #CCE2DD background

This text has white color on #CCE2DD background.