COLOR #CCDCCA

HEX: #CCDCCA RGB: (204,220,202)

Color info

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

RGB color model

#CCDCCA color RGB value is (204,220,202).

RGB: (204,220,202) (80%, 86%, 79%)

RGB channels and saturation

R 204 of 255 = 80%
G 220 of 255 = 86%
B 202 of 255 = 79%

204
220
202

R + G + B ~ 82%. #CCDCCA is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 220 + 202 = 626 (100%)
R 204 of 626 ~ 32.59%
G 220 of 626 ~ 35.14%
B 202 of 626 ~ 32.27'%

%32.59
%35.14
%32.27

CMYK color model

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

  • cyan value is 7.27%
  • magenta value is 0.00%
  • yellow value is 8.18%
  • key color value is 13.73%
CMYK: (7,0,8,14) C7M0Y8K14 (7%,0%,8%,14%) (0.07/0.00/0.08/0.14) 

CMYK percentages

%7.27
%0
%8.18
%13.73

Codes

Color #CCDCCA in popluar color models

CC DC CA
RGB 204 220 202
HSL 113° 20.45% 82.75%
HSB/HSV 113° 8.18% 86.27%
CMYK 7.27% 0.00% 8.18%
13.73%

Color #CCDCCA in popluar number systems.

HEX CC DC CA
Decimal 204 220 202
Binary 11001100 11011100 11001010
Octal 314 334 312

Shades and tints

Shades of #CCDCCA

#CCDCCA
(204,220,202)
#BAC8B8
(186,200,184)
#A8B4A6
(168,180,166)
#96A094
(150,160,148)
#848C82
(132,140,130)
#727870
(114,120,112)
#60645E
(96,100,94)
#4E504C
(78,80,76)
#3C3C3A
(60,60,58)
#2A2828
(42,40,40)
#181416
(24,20,22)
#000000
(0,0,0)

Tints of #CCDCCA

#CCDCCA
(204,220,202)
#D0DFCE
(208,223,206)
#D4E2D2
(212,226,210)
#D8E5D6
(216,229,214)
#DCE8DA
(220,232,218)
#E0EBDE
(224,235,222)
#E4EEE2
(228,238,226)
#E8F1E6
(232,241,230)
#ECF4EA
(236,244,234)
#F0F7EE
(240,247,238)
#F4FAF2
(244,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCDCCA; }

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

This text font color is #CCDCCA.

Background Color

.myBgColor { background-color: #CCDCCA; }

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

This div background color is #CCDCCA.

Border color

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

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

This div border color is #CCDCCA.

Opacity

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

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

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

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

This text has shadow with #CCDCCA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCDCCA.

Preview

Color preview on black background

This text has color #CCDCCA on black background.


Color preview on white background

This text has color #CCDCCA on white background.


Black color preview on #CCDCCA background

This text has black color on #CCDCCA background.


White color preview on #CCDCCA background

This text has white color on #CCDCCA background.


Related colors

Complementary color

Complementary color for #hex is #332335.


I love getcolorcode.com

Triadic colors

1 #CACCDC and #DCCACC with #CCDCCA are triadic colors.

2 #CADCCC and #DCCCCA with #CCDCCA are triadic colors.