COLOR #CCAAEC

HEX: #CCAAEC
RGB: (204,170,236)

Color info

#CCAAEC contains mainly red and blue colors. Web safe color of #CCAAEC is #CC99FF (or #C9F).

RGB color model

#CCAAEC color RGB value is (204,170,236).

  • red value is 204;
  • green value is 170;
  • blue value is 236.
RGB:
(204,170,236)
(80%,67%,93%)

RGB channels and saturation

R 204 of 255 = 80%
G 170 of 255 = 67%
B 236 of 255 = 93%

204
170
236

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

Portions of RGB colors in percentages

R + G + B =
204 + 170 + 236 = 610 (100%)
R 204 of 610 ~ 33.44%
G 170 of 610 ~ 27.87%
B 236 of 610 ~ 38.69%

%33.44
%27.87
%38.69

CMYK color model

#CCAAEC color CMYK value is (14,28,0,7).

  • cyan value is 13.56%
  • magenta value is 27.97%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(14,28,0,7)
C14M28Y0K7 
(14%,28%,0%,7%)
(0.14/0.28/0.00/0.07)	

CMYK percentages

%13.56
%27.97
%0
%7.45

Codes

Color #CCAAEC in popluar color models

CCAAEC
RGB204170236
HSL271°63.46%79.61%
HSB/HSV271°27.97%92.55%
CMYK13.56%27.97%0.00%
7.45%

Color #CCAAEC in popluar number systems.

HEXCCAAEC
Decimal204170236
Binary110011001010101011101100
Octal314252354

Shades and tints

Shades of #CCAAEC

#CCAAEC
(204,170,236)
#BA9BD7
(186,155,215)
#A88CC2
(168,140,194)
#967DAD
(150,125,173)
#846E98
(132,110,152)
#725F83
(114,95,131)
#60506E
(96,80,110)
#4E4159
(78,65,89)
#3C3244
(60,50,68)
#2A232F
(42,35,47)
#18141A
(24,20,26)
#000000
(0,0,0)

Tints of #CCAAEC

#CCAAEC
(204,170,236)
#D0B1ED
(208,177,237)
#D4B8EE
(212,184,238)
#D8BFEF
(216,191,239)
#DCC6F0
(220,198,240)
#E0CDF1
(224,205,241)
#E4D4F2
(228,212,242)
#E8DBF3
(232,219,243)
#ECE2F4
(236,226,244)
#F0E9F5
(240,233,245)
#F4F0F6
(244,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCAAEC color. Also use rgb(204,170,236) instead hex code.

Text Font Color

.myTextColor { color: #CCAAEC; }

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

This text font color is #CCAAEC.


Background Color

.myBgColor { background-color: #CCAAEC; }

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

This div background color is #CCAAEC.


Border color

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

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

This div border color is #CCAAEC.


Opacity

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

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

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

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

This text has shadow with #CCAAEC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCAAEC on black background.


Color preview on white background

This text has color #CCAAEC on white background.



Black color preview on #CCAAEC background

This text has black color on #CCAAEC background.


White color preview on #CCAAEC background

This text has white color on #CCAAEC background.