COLOR #CCACE1

HEX: #CCACE1
RGB: (204,172,225)

Color info

#CCACE1 contains red, green and blue colors in about the same proportion. Web safe color of #CCACE1 is #CC99CC (or #C9C).

RGB color model

#CCACE1 color RGB value is (204,172,225).

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

RGB channels and saturation

R 204 of 255 = 80%
G 172 of 255 = 67%
B 225 of 255 = 88%

204
172
225

R + G + B ~ 78%. #CCACE1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 172 + 225 = 601 (100%)
R 204 of 601 ~ 33.94%
G 172 of 601 ~ 28.62%
B 225 of 601 ~ 37.44%

%33.94
%28.62
%37.44

CMYK color model

#CCACE1 color CMYK value is (9,24,0,12).

  • cyan value is 9.33%
  • magenta value is 23.56%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(9,24,0,12)
C9M24Y0K12 
(9%,24%,0%,12%)
(0.09/0.24/0.00/0.12)	

CMYK percentages

%9.33
%23.56
%0
%11.76

Codes

Color #CCACE1 in popluar color models

CCACE1
RGB204172225
HSL276°46.90%77.84%
HSB/HSV276°23.56%88.24%
CMYK9.33%23.56%0.00%
11.76%

Color #CCACE1 in popluar number systems.

HEXCCACE1
Decimal204172225
Binary110011001010110011100001
Octal314254341

Shades and tints

Shades of #CCACE1

#CCACE1
(204,172,225)
#BA9DCD
(186,157,205)
#A88EB9
(168,142,185)
#967FA5
(150,127,165)
#847091
(132,112,145)
#72617D
(114,97,125)
#605269
(96,82,105)
#4E4355
(78,67,85)
#3C3441
(60,52,65)
#2A252D
(42,37,45)
#181619
(24,22,25)
#000000
(0,0,0)

Tints of #CCACE1

#CCACE1
(204,172,225)
#D0B3E3
(208,179,227)
#D4BAE5
(212,186,229)
#D8C1E7
(216,193,231)
#DCC8E9
(220,200,233)
#E0CFEB
(224,207,235)
#E4D6ED
(228,214,237)
#E8DDEF
(232,221,239)
#ECE4F1
(236,228,241)
#F0EBF3
(240,235,243)
#F4F2F5
(244,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCACE1; }

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

This text font color is #CCACE1.


Background Color

.myBgColor { background-color: #CCACE1; }

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

This div background color is #CCACE1.


Border color

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

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

This div border color is #CCACE1.


Opacity

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

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

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

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

This text has shadow with #CCACE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCACE1 on black background.


Color preview on white background

This text has color #CCACE1 on white background.



Black color preview on #CCACE1 background

This text has black color on #CCACE1 background.


White color preview on #CCACE1 background

This text has white color on #CCACE1 background.