COLOR #CCDCF0

HEX: #CCDCF0
RGB: (204,220,240)

Color info

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

RGB color model

#CCDCF0 color RGB value is (204,220,240).

  • red value is 204;
  • green value is 220;
  • blue value is 240.
RGB:
(204,220,240)
(80%,86%,94%)

RGB channels and saturation

R 204 of 255 = 80%
G 220 of 255 = 86%
B 240 of 255 = 94%

204
220
240

R + G + B ~ 87%. #CCDCF0 is light color.

Portions of RGB colors in percentages

R + G + B =
204 + 220 + 240 = 664 (100%)
R 204 of 664 ~ 30.72%
G 220 of 664 ~ 33.13%
B 240 of 664 ~ 36.14%

%30.72
%33.13
%36.14

CMYK color model

#CCDCF0 color CMYK value is (15,8,0,6).

  • cyan value is 15.00%
  • magenta value is 8.33%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(15,8,0,6)
C15M8Y0K6 
(15%,8%,0%,6%)
(0.15/0.08/0.00/0.06)	

CMYK percentages

%15
%8.33
%0
%5.88

Codes

Color #CCDCF0 in popluar color models

CCDCF0
RGB204220240
HSL213°54.55%87.06%
HSB/HSV213°15.00%94.12%
CMYK15.00%8.33%0.00%
5.88%

Color #CCDCF0 in popluar number systems.

HEXCCDCF0
Decimal204220240
Binary110011001101110011110000
Octal314334360

Shades and tints

Shades of #CCDCF0

#CCDCF0
(204,220,240)
#BAC8DB
(186,200,219)
#A8B4C6
(168,180,198)
#96A0B1
(150,160,177)
#848C9C
(132,140,156)
#727887
(114,120,135)
#606472
(96,100,114)
#4E505D
(78,80,93)
#3C3C48
(60,60,72)
#2A2833
(42,40,51)
#18141E
(24,20,30)
#000000
(0,0,0)

Tints of #CCDCF0

#CCDCF0
(204,220,240)
#D0DFF1
(208,223,241)
#D4E2F2
(212,226,242)
#D8E5F3
(216,229,243)
#DCE8F4
(220,232,244)
#E0EBF5
(224,235,245)
#E4EEF6
(228,238,246)
#E8F1F7
(232,241,247)
#ECF4F8
(236,244,248)
#F0F7F9
(240,247,249)
#F4FAFA
(244,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCDCF0 color. Also use rgb(204,220,240) instead hex code.

Text Font Color

.myTextColor { color: #CCDCF0; }

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

This text font color is #CCDCF0.


Background Color

.myBgColor { background-color: #CCDCF0; }

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

This div background color is #CCDCF0.


Border color

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

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

This div border color is #CCDCF0.


Opacity

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

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

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

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

This text has shadow with #CCDCF0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCDCF0 on black background.


Color preview on white background

This text has color #CCDCF0 on white background.



Black color preview on #CCDCF0 background

This text has black color on #CCDCF0 background.


White color preview on #CCDCF0 background

This text has white color on #CCDCF0 background.