COLOR #CCCDCA

HEX: #CCCDCA RGB: (204,205,202)

Color info

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

RGB color model

#CCCDCA color RGB value is (204,205,202).

RGB: (204,205,202) (80%, 80%, 79%)

RGB channels and saturation

R 204 of 255 = 80%
G 205 of 255 = 80%
B 202 of 255 = 79%

204
205
202

R + G + B ~ 80%. #CCCDCA is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 205 + 202 = 611 (100%)
R 204 of 611 ~ 33.39%
G 205 of 611 ~ 33.55%
B 202 of 611 ~ 33.06'%

%33.39
%33.55
%33.06

CMYK color model

#CCCDCA color CMYK value is (0,0,1,20).

  • cyan value is 0.49%
  • magenta value is 0.00%
  • yellow value is 1.46%
  • key color value is 19.61%

CMYK: (0,0,1,20)
C0M0Y1K20 (0%, 0%, 1%, 20%)
(0.00 / 0.00 / 0.01 / 0.20)

CMYK percentages

%0.49
%0
%1.46
%19.61

Codes

Color #CCCDCA in popluar color models

CC CD CA
RGB 204 205 202
HSL 80° 2.91% 79.80%
HSB/HSV 80° 1.46% 80.39%
CMYK 0.49% 0.00% 1.46%
19.61%

Color #CCCDCA in popluar number systems.

HEX CC CD CA
Decimal 204 205 202
Binary 11001100 11001101 11001010
Octal 314 315 312

Shades and tints

Shades of #CCCDCA

#CCCDCA
(204,205,202)
#BABBB8
(186,187,184)
#A8A9A6
(168,169,166)
#969794
(150,151,148)
#848582
(132,133,130)
#727370
(114,115,112)
#60615E
(96,97,94)
#4E4F4C
(78,79,76)
#3C3D3A
(60,61,58)
#2A2B28
(42,43,40)
#181916
(24,25,22)
#000000
(0,0,0)

Tints of #CCCDCA

#CCCDCA
(204,205,202)
#D0D1CE
(208,209,206)
#D4D5D2
(212,213,210)
#D8D9D6
(216,217,214)
#DCDDDA
(220,221,218)
#E0E1DE
(224,225,222)
#E4E5E2
(228,229,226)
#E8E9E6
(232,233,230)
#ECEDEA
(236,237,234)
#F0F1EE
(240,241,238)
#F4F5F2
(244,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCCDCA; }

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

This text font color is #CCCDCA.

Background Color

.myBgColor { background-color: #CCCDCA; }

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

This div background color is #CCCDCA.

Border color

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

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

This div border color is #CCCDCA.

Opacity

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

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

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

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

This text has shadow with #CCCDCA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCCDCA.

Preview

Color preview on black background

This text has color #CCCDCA on black background.


Color preview on white background

This text has color #CCCDCA on white background.


Black color preview on #CCCDCA background

This text has black color on #CCCDCA background.


White color preview on #CCCDCA background

This text has white color on #CCCDCA background.


Related colors

Complementary color

Complementary color for #hex is #333235.


I love getcolorcode.com

Triadic colors

1 #CACCCD and #CDCACC with #CCCDCA are triadic colors.

2 #CACDCC and #CDCCCA with #CCCDCA are triadic colors.