COLOR #CCD2CA

HEX: #CCD2CA
RGB: (204,210,202)

Color info

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

RGB color model

#CCD2CA color RGB value is (204,210,202).

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

RGB channels and saturation

R 204 of 255 = 80%
G 210 of 255 = 82%
B 202 of 255 = 79%

204
210
202

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

Portions of RGB colors in percentages

R + G + B =
204 + 210 + 202 = 616 (100%)
R 204 of 616 ~ 33.12%
G 210 of 616 ~ 34.09%
B 202 of 616 ~ 32.79%

%33.12
%34.09
%32.79

CMYK color model

#CCD2CA color CMYK value is (3,0,4,18).

  • cyan value is 2.86%
  • magenta value is 0.00%
  • yellow value is 3.81%
  • key color value is 17.65%
CMYK:
(3,0,4,18)
C3M0Y4K18 
(3%,0%,4%,18%)
(0.03/0.00/0.04/0.18)	

CMYK percentages

%2.86
%0
%3.81
%17.65

Codes

Color #CCD2CA in popluar color models

CCD2CA
RGB204210202
HSL105°8.16%80.78%
HSB/HSV105°3.81%82.35%
CMYK2.86%0.00%3.81%
17.65%

Color #CCD2CA in popluar number systems.

HEXCCD2CA
Decimal204210202
Binary110011001101001011001010
Octal314322312

Shades and tints

Shades of #CCD2CA

#CCD2CA
(204,210,202)
#BABFB8
(186,191,184)
#A8ACA6
(168,172,166)
#969994
(150,153,148)
#848682
(132,134,130)
#727370
(114,115,112)
#60605E
(96,96,94)
#4E4D4C
(78,77,76)
#3C3A3A
(60,58,58)
#2A2728
(42,39,40)
#181416
(24,20,22)
#000000
(0,0,0)

Tints of #CCD2CA

#CCD2CA
(204,210,202)
#D0D6CE
(208,214,206)
#D4DAD2
(212,218,210)
#D8DED6
(216,222,214)
#DCE2DA
(220,226,218)
#E0E6DE
(224,230,222)
#E4EAE2
(228,234,226)
#E8EEE6
(232,238,230)
#ECF2EA
(236,242,234)
#F0F6EE
(240,246,238)
#F4FAF2
(244,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCD2CA; }

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

This text font color is #CCD2CA.


Background Color

.myBgColor { background-color: #CCD2CA; }

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

This div background color is #CCD2CA.


Border color

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

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

This div border color is #CCD2CA.


Opacity

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

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

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

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

This text has shadow with #CCD2CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCD2CA on black background.


Color preview on white background

This text has color #CCD2CA on white background.



Black color preview on #CCD2CA background

This text has black color on #CCD2CA background.


White color preview on #CCD2CA background

This text has white color on #CCD2CA background.