COLOR #CCD4E0

HEX: #CCD4E0
RGB: (204,212,224)

Color info

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

RGB color model

#CCD4E0 color RGB value is (204,212,224).

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

RGB channels and saturation

R 204 of 255 = 80%
G 212 of 255 = 83%
B 224 of 255 = 88%

204
212
224

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

Portions of RGB colors in percentages

R + G + B =
204 + 212 + 224 = 640 (100%)
R 204 of 640 ~ 31.88%
G 212 of 640 ~ 33.13%
B 224 of 640 ~ 35%

%31.88
%33.13
%35

CMYK color model

#CCD4E0 color CMYK value is (9,5,0,12).

  • cyan value is 8.93%
  • magenta value is 5.36%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(9,5,0,12)
C9M5Y0K12 
(9%,5%,0%,12%)
(0.09/0.05/0.00/0.12)	

CMYK percentages

%8.93
%5.36
%0
%12.16

Codes

Color #CCD4E0 in popluar color models

CCD4E0
RGB204212224
HSL216°24.39%83.92%
HSB/HSV216°8.93%87.84%
CMYK8.93%5.36%0.00%
12.16%

Color #CCD4E0 in popluar number systems.

HEXCCD4E0
Decimal204212224
Binary110011001101010011100000
Octal314324340

Shades and tints

Shades of #CCD4E0

#CCD4E0
(204,212,224)
#BAC1CC
(186,193,204)
#A8AEB8
(168,174,184)
#969BA4
(150,155,164)
#848890
(132,136,144)
#72757C
(114,117,124)
#606268
(96,98,104)
#4E4F54
(78,79,84)
#3C3C40
(60,60,64)
#2A292C
(42,41,44)
#181618
(24,22,24)
#000000
(0,0,0)

Tints of #CCD4E0

#CCD4E0
(204,212,224)
#D0D7E2
(208,215,226)
#D4DAE4
(212,218,228)
#D8DDE6
(216,221,230)
#DCE0E8
(220,224,232)
#E0E3EA
(224,227,234)
#E4E6EC
(228,230,236)
#E8E9EE
(232,233,238)
#ECECF0
(236,236,240)
#F0EFF2
(240,239,242)
#F4F2F4
(244,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCD4E0; }

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

This text font color is #CCD4E0.


Background Color

.myBgColor { background-color: #CCD4E0; }

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

This div background color is #CCD4E0.


Border color

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

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

This div border color is #CCD4E0.


Opacity

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

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

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

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

This text has shadow with #CCD4E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCD4E0 on black background.


Color preview on white background

This text has color #CCD4E0 on white background.



Black color preview on #CCD4E0 background

This text has black color on #CCD4E0 background.


White color preview on #CCD4E0 background

This text has white color on #CCD4E0 background.