COLOR #CCDCE9

HEX: #CCDCE9
RGB: (204,220,233)

Color info

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

RGB color model

#CCDCE9 color RGB value is (204,220,233).

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

RGB channels and saturation

R 204 of 255 = 80%
G 220 of 255 = 86%
B 233 of 255 = 91%

204
220
233

R + G + B ~ 86%. #CCDCE9 is light color.

Portions of RGB colors in percentages

R + G + B =
204 + 220 + 233 = 657 (100%)
R 204 of 657 ~ 31.05%
G 220 of 657 ~ 33.49%
B 233 of 657 ~ 35.46%

%31.05
%33.49
%35.46

CMYK color model

#CCDCE9 color CMYK value is (12,6,0,9).

  • cyan value is 12.45%
  • magenta value is 5.58%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(12,6,0,9)
C12M6Y0K9 
(12%,6%,0%,9%)
(0.12/0.06/0.00/0.09)	

CMYK percentages

%12.45
%5.58
%0
%8.63

Codes

Color #CCDCE9 in popluar color models

CCDCE9
RGB204220233
HSL207°39.73%85.69%
HSB/HSV207°12.45%91.37%
CMYK12.45%5.58%0.00%
8.63%

Color #CCDCE9 in popluar number systems.

HEXCCDCE9
Decimal204220233
Binary110011001101110011101001
Octal314334351

Shades and tints

Shades of #CCDCE9

#CCDCE9
(204,220,233)
#BAC8D4
(186,200,212)
#A8B4BF
(168,180,191)
#96A0AA
(150,160,170)
#848C95
(132,140,149)
#727880
(114,120,128)
#60646B
(96,100,107)
#4E5056
(78,80,86)
#3C3C41
(60,60,65)
#2A282C
(42,40,44)
#181417
(24,20,23)
#000000
(0,0,0)

Tints of #CCDCE9

#CCDCE9
(204,220,233)
#D0DFEB
(208,223,235)
#D4E2ED
(212,226,237)
#D8E5EF
(216,229,239)
#DCE8F1
(220,232,241)
#E0EBF3
(224,235,243)
#E4EEF5
(228,238,245)
#E8F1F7
(232,241,247)
#ECF4F9
(236,244,249)
#F0F7FB
(240,247,251)
#F4FAFD
(244,250,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCDCE9; }

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

This text font color is #CCDCE9.


Background Color

.myBgColor { background-color: #CCDCE9; }

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

This div background color is #CCDCE9.


Border color

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

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

This div border color is #CCDCE9.


Opacity

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

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

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

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

This text has shadow with #CCDCE9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCDCE9 on black background.


Color preview on white background

This text has color #CCDCE9 on white background.



Black color preview on #CCDCE9 background

This text has black color on #CCDCE9 background.


White color preview on #CCDCE9 background

This text has white color on #CCDCE9 background.