COLOR #CCDDE1

HEX: #CCDDE1
RGB: (204,221,225)

Color info

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

RGB color model

#CCDDE1 color RGB value is (204,221,225).

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

RGB channels and saturation

R 204 of 255 = 80%
G 221 of 255 = 87%
B 225 of 255 = 88%

204
221
225

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

Portions of RGB colors in percentages

R + G + B =
204 + 221 + 225 = 650 (100%)
R 204 of 650 ~ 31.38%
G 221 of 650 ~ 34%
B 225 of 650 ~ 34.62%

%31.38
%34
%34.62

CMYK color model

#CCDDE1 color CMYK value is (9,2,0,12).

  • cyan value is 9.33%
  • magenta value is 1.78%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(9,2,0,12)
C9M2Y0K12 
(9%,2%,0%,12%)
(0.09/0.02/0.00/0.12)	

CMYK percentages

%9.33
%1.78
%0
%11.76

Codes

Color #CCDDE1 in popluar color models

CCDDE1
RGB204221225
HSL191°25.93%84.12%
HSB/HSV191°9.33%88.24%
CMYK9.33%1.78%0.00%
11.76%

Color #CCDDE1 in popluar number systems.

HEXCCDDE1
Decimal204221225
Binary110011001101110111100001
Octal314335341

Shades and tints

Shades of #CCDDE1

#CCDDE1
(204,221,225)
#BAC9CD
(186,201,205)
#A8B5B9
(168,181,185)
#96A1A5
(150,161,165)
#848D91
(132,141,145)
#72797D
(114,121,125)
#606569
(96,101,105)
#4E5155
(78,81,85)
#3C3D41
(60,61,65)
#2A292D
(42,41,45)
#181519
(24,21,25)
#000000
(0,0,0)

Tints of #CCDDE1

#CCDDE1
(204,221,225)
#D0E0E3
(208,224,227)
#D4E3E5
(212,227,229)
#D8E6E7
(216,230,231)
#DCE9E9
(220,233,233)
#E0ECEB
(224,236,235)
#E4EFED
(228,239,237)
#E8F2EF
(232,242,239)
#ECF5F1
(236,245,241)
#F0F8F3
(240,248,243)
#F4FBF5
(244,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCDDE1; }

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

This text font color is #CCDDE1.


Background Color

.myBgColor { background-color: #CCDDE1; }

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

This div background color is #CCDDE1.


Border color

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

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

This div border color is #CCDDE1.


Opacity

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

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

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

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

This text has shadow with #CCDDE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCDDE1 on black background.


Color preview on white background

This text has color #CCDDE1 on white background.



Black color preview on #CCDDE1 background

This text has black color on #CCDDE1 background.


White color preview on #CCDDE1 background

This text has white color on #CCDDE1 background.