COLOR #CCCAD4

HEX: #CCCAD4
RGB: (204,202,212)

Color info

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

RGB color model

#CCCAD4 color RGB value is (204,202,212).

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

RGB channels and saturation

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

204
202
212

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

Portions of RGB colors in percentages

R + G + B =
204 + 202 + 212 = 618 (100%)
R 204 of 618 ~ 33.01%
G 202 of 618 ~ 32.69%
B 212 of 618 ~ 34.3%

%33.01
%32.69
%34.3

CMYK color model

#CCCAD4 color CMYK value is (4,5,0,17).

  • cyan value is 3.77%
  • magenta value is 4.72%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(4,5,0,17)
C4M5Y0K17 
(4%,5%,0%,17%)
(0.04/0.05/0.00/0.17)	

CMYK percentages

%3.77
%4.72
%0
%16.86

Codes

Color #CCCAD4 in popluar color models

CCCAD4
RGB204202212
HSL252°10.42%81.18%
HSB/HSV252°4.72%83.14%
CMYK3.77%4.72%0.00%
16.86%

Color #CCCAD4 in popluar number systems.

HEXCCCAD4
Decimal204202212
Binary110011001100101011010100
Octal314312324

Shades and tints

Shades of #CCCAD4

#CCCAD4
(204,202,212)
#BAB8C1
(186,184,193)
#A8A6AE
(168,166,174)
#96949B
(150,148,155)
#848288
(132,130,136)
#727075
(114,112,117)
#605E62
(96,94,98)
#4E4C4F
(78,76,79)
#3C3A3C
(60,58,60)
#2A2829
(42,40,41)
#181616
(24,22,22)
#000000
(0,0,0)

Tints of #CCCAD4

#CCCAD4
(204,202,212)
#D0CED7
(208,206,215)
#D4D2DA
(212,210,218)
#D8D6DD
(216,214,221)
#DCDAE0
(220,218,224)
#E0DEE3
(224,222,227)
#E4E2E6
(228,226,230)
#E8E6E9
(232,230,233)
#ECEAEC
(236,234,236)
#F0EEEF
(240,238,239)
#F4F2F2
(244,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCCAD4; }

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

This text font color is #CCCAD4.


Background Color

.myBgColor { background-color: #CCCAD4; }

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

This div background color is #CCCAD4.


Border color

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

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

This div border color is #CCCAD4.


Opacity

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

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

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

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

This text has shadow with #CCCAD4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCCAD4 on black background.


Color preview on white background

This text has color #CCCAD4 on white background.



Black color preview on #CCCAD4 background

This text has black color on #CCCAD4 background.


White color preview on #CCCAD4 background

This text has white color on #CCCAD4 background.