COLOR #CCDCE1

HEX: #CCDCE1
RGB: (204,220,225)

Color info

#CCDCE1 contains red, green and blue colors in about the same proportion. Web safe color of #CCDCE1 is #CCCCCC (or #CCC).

RGB color model

#CCDCE1 color RGB value is (204,220,225).

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

RGB channels and saturation

R 204 of 255 = 80%
G 220 of 255 = 86%
B 225 of 255 = 88%

204
220
225

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

Portions of RGB colors in percentages

R + G + B =
204 + 220 + 225 = 649 (100%)
R 204 of 649 ~ 31.43%
G 220 of 649 ~ 33.9%
B 225 of 649 ~ 34.67%

%31.43
%33.9
%34.67

CMYK color model

#CCDCE1 color CMYK value is (9,2,0,12).

  • cyan value is 9.33%
  • magenta value is 2.22%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(9,2,0,12)
C9M2Y0K12 
(9%,2%,0%,12%)
(0.09/0.02/0.00/0.12)	

CMYK percentages

%9.33
%2.22
%0
%11.76

Codes

Color #CCDCE1 in popluar color models

CCDCE1
RGB204220225
HSL194°25.93%84.12%
HSB/HSV194°9.33%88.24%
CMYK9.33%2.22%0.00%
11.76%

Color #CCDCE1 in popluar number systems.

HEXCCDCE1
Decimal204220225
Binary110011001101110011100001
Octal314334341

Shades and tints

Shades of #CCDCE1

#CCDCE1
(204,220,225)
#BAC8CD
(186,200,205)
#A8B4B9
(168,180,185)
#96A0A5
(150,160,165)
#848C91
(132,140,145)
#72787D
(114,120,125)
#606469
(96,100,105)
#4E5055
(78,80,85)
#3C3C41
(60,60,65)
#2A282D
(42,40,45)
#181419
(24,20,25)
#000000
(0,0,0)

Tints of #CCDCE1

#CCDCE1
(204,220,225)
#D0DFE3
(208,223,227)
#D4E2E5
(212,226,229)
#D8E5E7
(216,229,231)
#DCE8E9
(220,232,233)
#E0EBEB
(224,235,235)
#E4EEED
(228,238,237)
#E8F1EF
(232,241,239)
#ECF4F1
(236,244,241)
#F0F7F3
(240,247,243)
#F4FAF5
(244,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCDCE1; }

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

This text font color is #CCDCE1.


Background Color

.myBgColor { background-color: #CCDCE1; }

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

This div background color is #CCDCE1.


Border color

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

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

This div border color is #CCDCE1.


Opacity

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

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

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

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

This text has shadow with #CCDCE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCDCE1 on black background.


Color preview on white background

This text has color #CCDCE1 on white background.



Black color preview on #CCDCE1 background

This text has black color on #CCDCE1 background.


White color preview on #CCDCE1 background

This text has white color on #CCDCE1 background.