COLOR #CCDCDA

HEX: #CCDCDA RGB: (204,220,218)

Color info

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

RGB color model

#CCDCDA color RGB value is (204,220,218).

RGB: (204,220,218) (80%, 86%, 85%)

RGB channels and saturation

R 204 of 255 = 80%
G 220 of 255 = 86%
B 218 of 255 = 85%

204
220
218

R + G + B ~ 84%. #CCDCDA is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 220 + 218 = 642 (100%)
R 204 of 642 ~ 31.78%
G 220 of 642 ~ 34.27%
B 218 of 642 ~ 33.96'%

%31.78
%34.27
%33.96

CMYK color model

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

  • cyan value is 7.27%
  • magenta value is 0.00%
  • yellow value is 0.91%
  • key color value is 13.73%

CMYK: (7,0,1,14)
C7M0Y1K14 (7%, 0%, 1%, 14%)
(0.07 / 0.00 / 0.01 / 0.14)

CMYK percentages

%7.27
%0
%0.91
%13.73

Codes

Color #CCDCDA in popluar color models

CC DC DA
RGB 204 220 218
HSL 173° 18.60% 83.14%
HSB/HSV 173° 7.27% 86.27%
CMYK 7.27% 0.00% 0.91%
13.73%

Color #CCDCDA in popluar number systems.

HEX CC DC DA
Decimal 204 220 218
Binary 11001100 11011100 11011010
Octal 314 334 332

Shades and tints

Shades of #CCDCDA

#CCDCDA
(204,220,218)
#BAC8C7
(186,200,199)
#A8B4B4
(168,180,180)
#96A0A1
(150,160,161)
#848C8E
(132,140,142)
#72787B
(114,120,123)
#606468
(96,100,104)
#4E5055
(78,80,85)
#3C3C42
(60,60,66)
#2A282F
(42,40,47)
#18141C
(24,20,28)
#000000
(0,0,0)

Tints of #CCDCDA

#CCDCDA
(204,220,218)
#D0DFDD
(208,223,221)
#D4E2E0
(212,226,224)
#D8E5E3
(216,229,227)
#DCE8E6
(220,232,230)
#E0EBE9
(224,235,233)
#E4EEEC
(228,238,236)
#E8F1EF
(232,241,239)
#ECF4F2
(236,244,242)
#F0F7F5
(240,247,245)
#F4FAF8
(244,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCDCDA; }

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

This text font color is #CCDCDA.

Background Color

.myBgColor { background-color: #CCDCDA; }

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

This div background color is #CCDCDA.

Border color

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

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

This div border color is #CCDCDA.

Opacity

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

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

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

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

This text has shadow with #CCDCDA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCDCDA.

Preview

Color preview on black background

This text has color #CCDCDA on black background.


Color preview on white background

This text has color #CCDCDA on white background.


Black color preview on #CCDCDA background

This text has black color on #CCDCDA background.


White color preview on #CCDCDA background

This text has white color on #CCDCDA background.


Related colors

Complementary color

Complementary color for #hex is #332325.


I love getcolorcode.com

Triadic colors

1 #DACCDC and #DCDACC with #CCDCDA are triadic colors.

2 #DADCCC and #DCCCDA with #CCDCDA are triadic colors.