COLOR #CCCADD

HEX: #CCCADD
RGB: (204,202,221)

Color info

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

RGB color model

#CCCADD color RGB value is (204,202,221).

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

RGB channels and saturation

R 204 of 255 = 80%
G 202 of 255 = 79%
B 221 of 255 = 87%

204
202
221

R + G + B ~ 82%. #CCCADD is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 202 + 221 = 627 (100%)
R 204 of 627 ~ 32.54%
G 202 of 627 ~ 32.22%
B 221 of 627 ~ 35.25%

%32.54
%32.22
%35.25

CMYK color model

#CCCADD color CMYK value is (8,9,0,13).

  • cyan value is 7.69%
  • magenta value is 8.60%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(8,9,0,13)
C8M9Y0K13 
(8%,9%,0%,13%)
(0.08/0.09/0.00/0.13)	

CMYK percentages

%7.69
%8.6
%0
%13.33

Codes

Color #CCCADD in popluar color models

CCCADD
RGB204202221
HSL246°21.84%82.94%
HSB/HSV246°8.60%86.67%
CMYK7.69%8.60%0.00%
13.33%

Color #CCCADD in popluar number systems.

HEXCCCADD
Decimal204202221
Binary110011001100101011011101
Octal314312335

Shades and tints

Shades of #CCCADD

#CCCADD
(204,202,221)
#BAB8C9
(186,184,201)
#A8A6B5
(168,166,181)
#9694A1
(150,148,161)
#84828D
(132,130,141)
#727079
(114,112,121)
#605E65
(96,94,101)
#4E4C51
(78,76,81)
#3C3A3D
(60,58,61)
#2A2829
(42,40,41)
#181615
(24,22,21)
#000000
(0,0,0)

Tints of #CCCADD

#CCCADD
(204,202,221)
#D0CEE0
(208,206,224)
#D4D2E3
(212,210,227)
#D8D6E6
(216,214,230)
#DCDAE9
(220,218,233)
#E0DEEC
(224,222,236)
#E4E2EF
(228,226,239)
#E8E6F2
(232,230,242)
#ECEAF5
(236,234,245)
#F0EEF8
(240,238,248)
#F4F2FB
(244,242,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCCADD; }

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

This text font color is #CCCADD.


Background Color

.myBgColor { background-color: #CCCADD; }

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

This div background color is #CCCADD.


Border color

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

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

This div border color is #CCCADD.


Opacity

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

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

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

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

This text has shadow with #CCCADD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCCADD on black background.


Color preview on white background

This text has color #CCCADD on white background.



Black color preview on #CCCADD background

This text has black color on #CCCADD background.


White color preview on #CCCADD background

This text has white color on #CCCADD background.