COLOR #CCDAE5

HEX: #CCDAE5
RGB: (204,218,229)

Color info

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

RGB color model

#CCDAE5 color RGB value is (204,218,229).

  • red value is 204;
  • green value is 218;
  • blue value is 229.
RGB:
(204,218,229)
(80%,85%,90%)

RGB channels and saturation

R 204 of 255 = 80%
G 218 of 255 = 85%
B 229 of 255 = 90%

204
218
229

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

Portions of RGB colors in percentages

R + G + B =
204 + 218 + 229 = 651 (100%)
R 204 of 651 ~ 31.34%
G 218 of 651 ~ 33.49%
B 229 of 651 ~ 35.18%

%31.34
%33.49
%35.18

CMYK color model

#CCDAE5 color CMYK value is (11,5,0,10).

  • cyan value is 10.92%
  • magenta value is 4.80%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(11,5,0,10)
C11M5Y0K10 
(11%,5%,0%,10%)
(0.11/0.05/0.00/0.10)	

CMYK percentages

%10.92
%4.8
%0
%10.2

Codes

Color #CCDAE5 in popluar color models

CCDAE5
RGB204218229
HSL206°32.47%84.90%
HSB/HSV206°10.92%89.80%
CMYK10.92%4.80%0.00%
10.20%

Color #CCDAE5 in popluar number systems.

HEXCCDAE5
Decimal204218229
Binary110011001101101011100101
Octal314332345

Shades and tints

Shades of #CCDAE5

#CCDAE5
(204,218,229)
#BAC7D1
(186,199,209)
#A8B4BD
(168,180,189)
#96A1A9
(150,161,169)
#848E95
(132,142,149)
#727B81
(114,123,129)
#60686D
(96,104,109)
#4E5559
(78,85,89)
#3C4245
(60,66,69)
#2A2F31
(42,47,49)
#181C1D
(24,28,29)
#000000
(0,0,0)

Tints of #CCDAE5

#CCDAE5
(204,218,229)
#D0DDE7
(208,221,231)
#D4E0E9
(212,224,233)
#D8E3EB
(216,227,235)
#DCE6ED
(220,230,237)
#E0E9EF
(224,233,239)
#E4ECF1
(228,236,241)
#E8EFF3
(232,239,243)
#ECF2F5
(236,242,245)
#F0F5F7
(240,245,247)
#F4F8F9
(244,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCDAE5 color. Also use rgb(204,218,229) instead hex code.

Text Font Color

.myTextColor { color: #CCDAE5; }

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

This text font color is #CCDAE5.


Background Color

.myBgColor { background-color: #CCDAE5; }

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

This div background color is #CCDAE5.


Border color

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

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

This div border color is #CCDAE5.


Opacity

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

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

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

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

This text has shadow with #CCDAE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCDAE5 on black background.


Color preview on white background

This text has color #CCDAE5 on white background.



Black color preview on #CCDAE5 background

This text has black color on #CCDAE5 background.


White color preview on #CCDAE5 background

This text has white color on #CCDAE5 background.