COLOR #CCDDF6

HEX: #CCDDF6
RGB: (204,221,246)

Color info

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

RGB color model

#CCDDF6 color RGB value is (204,221,246).

  • red value is 204;
  • green value is 221;
  • blue value is 246.
RGB:
(204,221,246)
(80%,87%,96%)

RGB channels and saturation

R 204 of 255 = 80%
G 221 of 255 = 87%
B 246 of 255 = 96%

204
221
246

R + G + B ~ 88%. #CCDDF6 is light color.

Portions of RGB colors in percentages

R + G + B =
204 + 221 + 246 = 671 (100%)
R 204 of 671 ~ 30.4%
G 221 of 671 ~ 32.94%
B 246 of 671 ~ 36.66%

%30.4
%32.94
%36.66

CMYK color model

#CCDDF6 color CMYK value is (17,10,0,4).

  • cyan value is 17.07%
  • magenta value is 10.16%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(17,10,0,4)
C17M10Y0K4 
(17%,10%,0%,4%)
(0.17/0.10/0.00/0.04)	

CMYK percentages

%17.07
%10.16
%0
%3.53

Codes

Color #CCDDF6 in popluar color models

CCDDF6
RGB204221246
HSL216°70.00%88.24%
HSB/HSV216°17.07%96.47%
CMYK17.07%10.16%0.00%
3.53%

Color #CCDDF6 in popluar number systems.

HEXCCDDF6
Decimal204221246
Binary110011001101110111110110
Octal314335366

Shades and tints

Shades of #CCDDF6

#CCDDF6
(204,221,246)
#BAC9E0
(186,201,224)
#A8B5CA
(168,181,202)
#96A1B4
(150,161,180)
#848D9E
(132,141,158)
#727988
(114,121,136)
#606572
(96,101,114)
#4E515C
(78,81,92)
#3C3D46
(60,61,70)
#2A2930
(42,41,48)
#18151A
(24,21,26)
#000000
(0,0,0)

Tints of #CCDDF6

#CCDDF6
(204,221,246)
#D0E0F6
(208,224,246)
#D4E3F6
(212,227,246)
#D8E6F6
(216,230,246)
#DCE9F6
(220,233,246)
#E0ECF6
(224,236,246)
#E4EFF6
(228,239,246)
#E8F2F6
(232,242,246)
#ECF5F6
(236,245,246)
#F0F8F6
(240,248,246)
#F4FBF6
(244,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCDDF6 color. Also use rgb(204,221,246) instead hex code.

Text Font Color

.myTextColor { color: #CCDDF6; }

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

This text font color is #CCDDF6.


Background Color

.myBgColor { background-color: #CCDDF6; }

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

This div background color is #CCDDF6.


Border color

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

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

This div border color is #CCDDF6.


Opacity

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

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

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

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

This text has shadow with #CCDDF6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCDDF6 on black background.


Color preview on white background

This text has color #CCDDF6 on white background.



Black color preview on #CCDDF6 background

This text has black color on #CCDDF6 background.


White color preview on #CCDDF6 background

This text has white color on #CCDDF6 background.