COLOR #CCDFE5

HEX: #CCDFE5 RGB: (204,223,229)

Color info

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

RGB color model

#CCDFE5 color RGB value is (204,223,229).

RGB: (204,223,229) (80%, 87%, 90%)

RGB channels and saturation

R 204 of 255 = 80%
G 223 of 255 = 87%
B 229 of 255 = 90%

204
223
229

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

Portions of RGB colors in percentages

R + G + B = 204 + 223 + 229 = 656 (100%)
R 204 of 656 ~ 31.1%
G 223 of 656 ~ 33.99%
B 229 of 656 ~ 34.91'%

%31.1
%33.99
%34.91

CMYK color model

#CCDFE5 color CMYK value is (11,3,0,10).

  • cyan value is 10.92%
  • magenta value is 2.62%
  • yellow value is 0.00%
  • key color value is 10.20%

CMYK: (11,3,0,10)
C11M3Y0K10 (11%, 3%, 0%, 10%)
(0.11 / 0.03 / 0.00 / 0.10)

CMYK percentages

%10.92
%2.62
%0
%10.2

Codes

Color #CCDFE5 in popluar color models

CC DF E5
RGB 204 223 229
HSL 194° 32.47% 84.90%
HSB/HSV 194° 10.92% 89.80%
CMYK 10.92% 2.62% 0.00%
10.20%

Color #CCDFE5 in popluar number systems.

HEX CC DF E5
Decimal 204 223 229
Binary 11001100 11011111 11100101
Octal 314 337 345

Shades and tints

Shades of #CCDFE5

#CCDFE5
(204,223,229)
#BACBD1
(186,203,209)
#A8B7BD
(168,183,189)
#96A3A9
(150,163,169)
#848F95
(132,143,149)
#727B81
(114,123,129)
#60676D
(96,103,109)
#4E5359
(78,83,89)
#3C3F45
(60,63,69)
#2A2B31
(42,43,49)
#18171D
(24,23,29)
#000000
(0,0,0)

Tints of #CCDFE5

#CCDFE5
(204,223,229)
#D0E1E7
(208,225,231)
#D4E3E9
(212,227,233)
#D8E5EB
(216,229,235)
#DCE7ED
(220,231,237)
#E0E9EF
(224,233,239)
#E4EBF1
(228,235,241)
#E8EDF3
(232,237,243)
#ECEFF5
(236,239,245)
#F0F1F7
(240,241,247)
#F4F3F9
(244,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCDFE5 color. Also use rgb(204,223,229) instead hex code.

Text Font Color

.myTextColor { color: #CCDFE5; }

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

This text font color is #CCDFE5.

Background Color

.myBgColor { background-color: #CCDFE5; }

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

This div background color is #CCDFE5.

Border color

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

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

This div border color is #CCDFE5.

Opacity

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

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

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

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

This text has shadow with #CCDFE5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCDFE5.

Preview

Color preview on black background

This text has color #CCDFE5 on black background.


Color preview on white background

This text has color #CCDFE5 on white background.


Black color preview on #CCDFE5 background

This text has black color on #CCDFE5 background.


White color preview on #CCDFE5 background

This text has white color on #CCDFE5 background.


Related colors

Complementary color

Complementary color for #hex is #33201A.


I love getcolorcode.com

Triadic colors

1 #E5CCDF and #DFE5CC with #CCDFE5 are triadic colors.

2 #E5DFCC and #DFCCE5 with #CCDFE5 are triadic colors.