COLOR #CCDDED

HEX: #CCDDED
RGB: (204,221,237)

Color info

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

RGB color model

#CCDDED color RGB value is (204,221,237).

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

RGB channels and saturation

R 204 of 255 = 80%
G 221 of 255 = 87%
B 237 of 255 = 93%

204
221
237

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

Portions of RGB colors in percentages

R + G + B =
204 + 221 + 237 = 662 (100%)
R 204 of 662 ~ 30.82%
G 221 of 662 ~ 33.38%
B 237 of 662 ~ 35.8%

%30.82
%33.38
%35.8

CMYK color model

#CCDDED color CMYK value is (14,7,0,7).

  • cyan value is 13.92%
  • magenta value is 6.75%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(14,7,0,7)
C14M7Y0K7 
(14%,7%,0%,7%)
(0.14/0.07/0.00/0.07)	

CMYK percentages

%13.92
%6.75
%0
%7.06

Codes

Color #CCDDED in popluar color models

CCDDED
RGB204221237
HSL209°47.83%86.47%
HSB/HSV209°13.92%92.94%
CMYK13.92%6.75%0.00%
7.06%

Color #CCDDED in popluar number systems.

HEXCCDDED
Decimal204221237
Binary110011001101110111101101
Octal314335355

Shades and tints

Shades of #CCDDED

#CCDDED
(204,221,237)
#BAC9D8
(186,201,216)
#A8B5C3
(168,181,195)
#96A1AE
(150,161,174)
#848D99
(132,141,153)
#727984
(114,121,132)
#60656F
(96,101,111)
#4E515A
(78,81,90)
#3C3D45
(60,61,69)
#2A2930
(42,41,48)
#18151B
(24,21,27)
#000000
(0,0,0)

Tints of #CCDDED

#CCDDED
(204,221,237)
#D0E0EE
(208,224,238)
#D4E3EF
(212,227,239)
#D8E6F0
(216,230,240)
#DCE9F1
(220,233,241)
#E0ECF2
(224,236,242)
#E4EFF3
(228,239,243)
#E8F2F4
(232,242,244)
#ECF5F5
(236,245,245)
#F0F8F6
(240,248,246)
#F4FBF7
(244,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCDDED; }

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

This text font color is #CCDDED.


Background Color

.myBgColor { background-color: #CCDDED; }

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

This div background color is #CCDDED.


Border color

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

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

This div border color is #CCDDED.


Opacity

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

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

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

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

This text has shadow with #CCDDED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCDDED on black background.


Color preview on white background

This text has color #CCDDED on white background.



Black color preview on #CCDDED background

This text has black color on #CCDDED background.


White color preview on #CCDDED background

This text has white color on #CCDDED background.