COLOR #CCD3CA

HEX: #CCD3CA RGB: (204,211,202)

Color info

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

RGB color model

#CCD3CA color RGB value is (204,211,202).

RGB: (204,211,202) (80%, 83%, 79%)

RGB channels and saturation

R 204 of 255 = 80%
G 211 of 255 = 83%
B 202 of 255 = 79%

204
211
202

R + G + B ~ 81%. #CCD3CA is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 211 + 202 = 617 (100%)
R 204 of 617 ~ 33.06%
G 211 of 617 ~ 34.2%
B 202 of 617 ~ 32.74'%

%33.06
%34.2
%32.74

CMYK color model

#CCD3CA color CMYK value is (3,0,4,17).

  • cyan value is 3.32%
  • magenta value is 0.00%
  • yellow value is 4.27%
  • key color value is 17.25%

CMYK: (3,0,4,17)
C3M0Y4K17 (3%, 0%, 4%, 17%)
(0.03 / 0.00 / 0.04 / 0.17)

CMYK percentages

%3.32
%0
%4.27
%17.25

Codes

Color #CCD3CA in popluar color models

CC D3 CA
RGB 204 211 202
HSL 107° 9.28% 80.98%
HSB/HSV 107° 4.27% 82.75%
CMYK 3.32% 0.00% 4.27%
17.25%

Color #CCD3CA in popluar number systems.

HEX CC D3 CA
Decimal 204 211 202
Binary 11001100 11010011 11001010
Octal 314 323 312

Shades and tints

Shades of #CCD3CA

#CCD3CA
(204,211,202)
#BAC0B8
(186,192,184)
#A8ADA6
(168,173,166)
#969A94
(150,154,148)
#848782
(132,135,130)
#727470
(114,116,112)
#60615E
(96,97,94)
#4E4E4C
(78,78,76)
#3C3B3A
(60,59,58)
#2A2828
(42,40,40)
#181516
(24,21,22)
#000000
(0,0,0)

Tints of #CCD3CA

#CCD3CA
(204,211,202)
#D0D7CE
(208,215,206)
#D4DBD2
(212,219,210)
#D8DFD6
(216,223,214)
#DCE3DA
(220,227,218)
#E0E7DE
(224,231,222)
#E4EBE2
(228,235,226)
#E8EFE6
(232,239,230)
#ECF3EA
(236,243,234)
#F0F7EE
(240,247,238)
#F4FBF2
(244,251,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCD3CA; }

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

This text font color is #CCD3CA.

Background Color

.myBgColor { background-color: #CCD3CA; }

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

This div background color is #CCD3CA.

Border color

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

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

This div border color is #CCD3CA.

Opacity

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

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

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

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

This text has shadow with #CCD3CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCD3CA.

Preview

Color preview on black background

This text has color #CCD3CA on black background.


Color preview on white background

This text has color #CCD3CA on white background.


Black color preview on #CCD3CA background

This text has black color on #CCD3CA background.


White color preview on #CCD3CA background

This text has white color on #CCD3CA background.


Related colors

Complementary color

Complementary color for #hex is #332C35.


I love getcolorcode.com

Triadic colors

1 #CACCD3 and #D3CACC with #CCD3CA are triadic colors.

2 #CAD3CC and #D3CCCA with #CCD3CA are triadic colors.