COLOR #CCDAE0

HEX: #CCDAE0
RGB: (204,218,224)

Color info

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

RGB color model

#CCDAE0 color RGB value is (204,218,224).

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

RGB channels and saturation

R 204 of 255 = 80%
G 218 of 255 = 85%
B 224 of 255 = 88%

204
218
224

R + G + B ~ 84%. #CCDAE0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 218 + 224 = 646 (100%)
R 204 of 646 ~ 31.58%
G 218 of 646 ~ 33.75%
B 224 of 646 ~ 34.67%

%31.58
%33.75
%34.67

CMYK color model

#CCDAE0 color CMYK value is (9,3,0,12).

  • cyan value is 8.93%
  • magenta value is 2.68%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(9,3,0,12)
C9M3Y0K12 
(9%,3%,0%,12%)
(0.09/0.03/0.00/0.12)	

CMYK percentages

%8.93
%2.68
%0
%12.16

Codes

Color #CCDAE0 in popluar color models

CCDAE0
RGB204218224
HSL198°24.39%83.92%
HSB/HSV198°8.93%87.84%
CMYK8.93%2.68%0.00%
12.16%

Color #CCDAE0 in popluar number systems.

HEXCCDAE0
Decimal204218224
Binary110011001101101011100000
Octal314332340

Shades and tints

Shades of #CCDAE0

#CCDAE0
(204,218,224)
#BAC7CC
(186,199,204)
#A8B4B8
(168,180,184)
#96A1A4
(150,161,164)
#848E90
(132,142,144)
#727B7C
(114,123,124)
#606868
(96,104,104)
#4E5554
(78,85,84)
#3C4240
(60,66,64)
#2A2F2C
(42,47,44)
#181C18
(24,28,24)
#000000
(0,0,0)

Tints of #CCDAE0

#CCDAE0
(204,218,224)
#D0DDE2
(208,221,226)
#D4E0E4
(212,224,228)
#D8E3E6
(216,227,230)
#DCE6E8
(220,230,232)
#E0E9EA
(224,233,234)
#E4ECEC
(228,236,236)
#E8EFEE
(232,239,238)
#ECF2F0
(236,242,240)
#F0F5F2
(240,245,242)
#F4F8F4
(244,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCDAE0; }

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

This text font color is #CCDAE0.


Background Color

.myBgColor { background-color: #CCDAE0; }

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

This div background color is #CCDAE0.


Border color

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

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

This div border color is #CCDAE0.


Opacity

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

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

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

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

This text has shadow with #CCDAE0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCDAE0 on black background.


Color preview on white background

This text has color #CCDAE0 on white background.



Black color preview on #CCDAE0 background

This text has black color on #CCDAE0 background.


White color preview on #CCDAE0 background

This text has white color on #CCDAE0 background.