COLOR #CCCAE1

HEX: #CCCAE1
RGB: (204,202,225)

Color info

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

RGB color model

#CCCAE1 color RGB value is (204,202,225).

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

RGB channels and saturation

R 204 of 255 = 80%
G 202 of 255 = 79%
B 225 of 255 = 88%

204
202
225

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

Portions of RGB colors in percentages

R + G + B =
204 + 202 + 225 = 631 (100%)
R 204 of 631 ~ 32.33%
G 202 of 631 ~ 32.01%
B 225 of 631 ~ 35.66%

%32.33
%32.01
%35.66

CMYK color model

#CCCAE1 color CMYK value is (9,10,0,12).

  • cyan value is 9.33%
  • magenta value is 10.22%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(9,10,0,12)
C9M10Y0K12 
(9%,10%,0%,12%)
(0.09/0.10/0.00/0.12)	

CMYK percentages

%9.33
%10.22
%0
%11.76

Codes

Color #CCCAE1 in popluar color models

CCCAE1
RGB204202225
HSL245°27.71%83.73%
HSB/HSV245°10.22%88.24%
CMYK9.33%10.22%0.00%
11.76%

Color #CCCAE1 in popluar number systems.

HEXCCCAE1
Decimal204202225
Binary110011001100101011100001
Octal314312341

Shades and tints

Shades of #CCCAE1

#CCCAE1
(204,202,225)
#BAB8CD
(186,184,205)
#A8A6B9
(168,166,185)
#9694A5
(150,148,165)
#848291
(132,130,145)
#72707D
(114,112,125)
#605E69
(96,94,105)
#4E4C55
(78,76,85)
#3C3A41
(60,58,65)
#2A282D
(42,40,45)
#181619
(24,22,25)
#000000
(0,0,0)

Tints of #CCCAE1

#CCCAE1
(204,202,225)
#D0CEE3
(208,206,227)
#D4D2E5
(212,210,229)
#D8D6E7
(216,214,231)
#DCDAE9
(220,218,233)
#E0DEEB
(224,222,235)
#E4E2ED
(228,226,237)
#E8E6EF
(232,230,239)
#ECEAF1
(236,234,241)
#F0EEF3
(240,238,243)
#F4F2F5
(244,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCCAE1; }

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

This text font color is #CCCAE1.


Background Color

.myBgColor { background-color: #CCCAE1; }

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

This div background color is #CCCAE1.


Border color

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

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

This div border color is #CCCAE1.


Opacity

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

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

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

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

This text has shadow with #CCCAE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCCAE1 on black background.


Color preview on white background

This text has color #CCCAE1 on white background.



Black color preview on #CCCAE1 background

This text has black color on #CCCAE1 background.


White color preview on #CCCAE1 background

This text has white color on #CCCAE1 background.