COLOR #CCCAD0

HEX: #CCCAD0
RGB: (204,202,208)

Color info

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

RGB color model

#CCCAD0 color RGB value is (204,202,208).

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

RGB channels and saturation

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

204
202
208

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

Portions of RGB colors in percentages

R + G + B =
204 + 202 + 208 = 614 (100%)
R 204 of 614 ~ 33.22%
G 202 of 614 ~ 32.9%
B 208 of 614 ~ 33.88%

%33.22
%32.9
%33.88

CMYK color model

#CCCAD0 color CMYK value is (2,3,0,18).

  • cyan value is 1.92%
  • magenta value is 2.88%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK:
(2,3,0,18)
C2M3Y0K18 
(2%,3%,0%,18%)
(0.02/0.03/0.00/0.18)	

CMYK percentages

%1.92
%2.88
%0
%18.43

Codes

Color #CCCAD0 in popluar color models

CCCAD0
RGB204202208
HSL260°6.00%80.39%
HSB/HSV260°2.88%81.57%
CMYK1.92%2.88%0.00%
18.43%

Color #CCCAD0 in popluar number systems.

HEXCCCAD0
Decimal204202208
Binary110011001100101011010000
Octal314312320

Shades and tints

Shades of #CCCAD0

#CCCAD0
(204,202,208)
#BAB8BE
(186,184,190)
#A8A6AC
(168,166,172)
#96949A
(150,148,154)
#848288
(132,130,136)
#727076
(114,112,118)
#605E64
(96,94,100)
#4E4C52
(78,76,82)
#3C3A40
(60,58,64)
#2A282E
(42,40,46)
#18161C
(24,22,28)
#000000
(0,0,0)

Tints of #CCCAD0

#CCCAD0
(204,202,208)
#D0CED4
(208,206,212)
#D4D2D8
(212,210,216)
#D8D6DC
(216,214,220)
#DCDAE0
(220,218,224)
#E0DEE4
(224,222,228)
#E4E2E8
(228,226,232)
#E8E6EC
(232,230,236)
#ECEAF0
(236,234,240)
#F0EEF4
(240,238,244)
#F4F2F8
(244,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCCAD0; }

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

This text font color is #CCCAD0.


Background Color

.myBgColor { background-color: #CCCAD0; }

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

This div background color is #CCCAD0.


Border color

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

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

This div border color is #CCCAD0.


Opacity

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

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

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

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

This text has shadow with #CCCAD0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCCAD0 on black background.


Color preview on white background

This text has color #CCCAD0 on white background.



Black color preview on #CCCAD0 background

This text has black color on #CCCAD0 background.


White color preview on #CCCAD0 background

This text has white color on #CCCAD0 background.