COLOR #CCD6CA

HEX: #CCD6CA
RGB: (204,214,202)

Color info

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

RGB color model

#CCD6CA color RGB value is (204,214,202).

  • red value is 204;
  • green value is 214;
  • blue value is 202.
RGB:
(204,214,202)
(80%,84%,79%)

RGB channels and saturation

R 204 of 255 = 80%
G 214 of 255 = 84%
B 202 of 255 = 79%

204
214
202

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

Portions of RGB colors in percentages

R + G + B =
204 + 214 + 202 = 620 (100%)
R 204 of 620 ~ 32.9%
G 214 of 620 ~ 34.52%
B 202 of 620 ~ 32.58%

%32.9
%34.52
%32.58

CMYK color model

#CCD6CA color CMYK value is (5,0,6,16).

  • cyan value is 4.67%
  • magenta value is 0.00%
  • yellow value is 5.61%
  • key color value is 16.08%
CMYK:
(5,0,6,16)
C5M0Y6K16 
(5%,0%,6%,16%)
(0.05/0.00/0.06/0.16)	

CMYK percentages

%4.67
%0
%5.61
%16.08

Codes

Color #CCD6CA in popluar color models

CCD6CA
RGB204214202
HSL110°12.77%81.57%
HSB/HSV110°5.61%83.92%
CMYK4.67%0.00%5.61%
16.08%

Color #CCD6CA in popluar number systems.

HEXCCD6CA
Decimal204214202
Binary110011001101011011001010
Octal314326312

Shades and tints

Shades of #CCD6CA

#CCD6CA
(204,214,202)
#BAC3B8
(186,195,184)
#A8B0A6
(168,176,166)
#969D94
(150,157,148)
#848A82
(132,138,130)
#727770
(114,119,112)
#60645E
(96,100,94)
#4E514C
(78,81,76)
#3C3E3A
(60,62,58)
#2A2B28
(42,43,40)
#181816
(24,24,22)
#000000
(0,0,0)

Tints of #CCD6CA

#CCD6CA
(204,214,202)
#D0D9CE
(208,217,206)
#D4DCD2
(212,220,210)
#D8DFD6
(216,223,214)
#DCE2DA
(220,226,218)
#E0E5DE
(224,229,222)
#E4E8E2
(228,232,226)
#E8EBE6
(232,235,230)
#ECEEEA
(236,238,234)
#F0F1EE
(240,241,238)
#F4F4F2
(244,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCD6CA; }

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

This text font color is #CCD6CA.


Background Color

.myBgColor { background-color: #CCD6CA; }

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

This div background color is #CCD6CA.


Border color

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

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

This div border color is #CCD6CA.


Opacity

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

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

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

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

This text has shadow with #CCD6CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCD6CA on black background.


Color preview on white background

This text has color #CCD6CA on white background.



Black color preview on #CCD6CA background

This text has black color on #CCD6CA background.


White color preview on #CCD6CA background

This text has white color on #CCD6CA background.