COLOR #CCD4EA

HEX: #CCD4EA
RGB: (204,212,234)

Color info

#CCD4EA contains red, green and blue colors in about the same proportion. Web safe color of #CCD4EA is #CCCCFF (or #CCF).

RGB color model

#CCD4EA color RGB value is (204,212,234).

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

RGB channels and saturation

R 204 of 255 = 80%
G 212 of 255 = 83%
B 234 of 255 = 92%

204
212
234

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

Portions of RGB colors in percentages

R + G + B =
204 + 212 + 234 = 650 (100%)
R 204 of 650 ~ 31.38%
G 212 of 650 ~ 32.62%
B 234 of 650 ~ 36%

%31.38
%32.62
%36

CMYK color model

#CCD4EA color CMYK value is (13,9,0,8).

  • cyan value is 12.82%
  • magenta value is 9.40%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(13,9,0,8)
C13M9Y0K8 
(13%,9%,0%,8%)
(0.13/0.09/0.00/0.08)	

CMYK percentages

%12.82
%9.4
%0
%8.24

Codes

Color #CCD4EA in popluar color models

CCD4EA
RGB204212234
HSL224°41.67%85.88%
HSB/HSV224°12.82%91.76%
CMYK12.82%9.40%0.00%
8.24%

Color #CCD4EA in popluar number systems.

HEXCCD4EA
Decimal204212234
Binary110011001101010011101010
Octal314324352

Shades and tints

Shades of #CCD4EA

#CCD4EA
(204,212,234)
#BAC1D5
(186,193,213)
#A8AEC0
(168,174,192)
#969BAB
(150,155,171)
#848896
(132,136,150)
#727581
(114,117,129)
#60626C
(96,98,108)
#4E4F57
(78,79,87)
#3C3C42
(60,60,66)
#2A292D
(42,41,45)
#181618
(24,22,24)
#000000
(0,0,0)

Tints of #CCD4EA

#CCD4EA
(204,212,234)
#D0D7EB
(208,215,235)
#D4DAEC
(212,218,236)
#D8DDED
(216,221,237)
#DCE0EE
(220,224,238)
#E0E3EF
(224,227,239)
#E4E6F0
(228,230,240)
#E8E9F1
(232,233,241)
#ECECF2
(236,236,242)
#F0EFF3
(240,239,243)
#F4F2F4
(244,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCD4EA; }

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

This text font color is #CCD4EA.


Background Color

.myBgColor { background-color: #CCD4EA; }

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

This div background color is #CCD4EA.


Border color

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

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

This div border color is #CCD4EA.


Opacity

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

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

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

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

This text has shadow with #CCD4EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCD4EA on black background.


Color preview on white background

This text has color #CCD4EA on white background.



Black color preview on #CCD4EA background

This text has black color on #CCD4EA background.


White color preview on #CCD4EA background

This text has white color on #CCD4EA background.