COLOR #CCCAD2

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

204
202
210

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

Portions of RGB colors in percentages

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

%33.12
%32.79
%34.09

CMYK color model

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

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

CMYK percentages

%2.86
%3.81
%0
%17.65

Codes

Color #CCCAD2 in popluar color models

CCCAD2
RGB204202210
HSL255°8.16%80.78%
HSB/HSV255°3.81%82.35%
CMYK2.86%3.81%0.00%
17.65%

Color #CCCAD2 in popluar number systems.

HEXCCCAD2
Decimal204202210
Binary110011001100101011010010
Octal314312322

Shades and tints

Shades of #CCCAD2

#CCCAD2
(204,202,210)
#BAB8BF
(186,184,191)
#A8A6AC
(168,166,172)
#969499
(150,148,153)
#848286
(132,130,134)
#727073
(114,112,115)
#605E60
(96,94,96)
#4E4C4D
(78,76,77)
#3C3A3A
(60,58,58)
#2A2827
(42,40,39)
#181614
(24,22,20)
#000000
(0,0,0)

Tints of #CCCAD2

#CCCAD2
(204,202,210)
#D0CED6
(208,206,214)
#D4D2DA
(212,210,218)
#D8D6DE
(216,214,222)
#DCDAE2
(220,218,226)
#E0DEE6
(224,222,230)
#E4E2EA
(228,226,234)
#E8E6EE
(232,230,238)
#ECEAF2
(236,234,242)
#F0EEF6
(240,238,246)
#F4F2FA
(244,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCCAD2; }

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

This text font color is #CCCAD2.


Background Color

.myBgColor { background-color: #CCCAD2; }

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

This div background color is #CCCAD2.


Border color

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

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

This div border color is #CCCAD2.


Opacity

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

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

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

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

This text has shadow with #CCCAD2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCCAD2 on black background.


Color preview on white background

This text has color #CCCAD2 on white background.



Black color preview on #CCCAD2 background

This text has black color on #CCCAD2 background.


White color preview on #CCCAD2 background

This text has white color on #CCCAD2 background.