COLOR #CCAAE9

HEX: #CCAAE9
RGB: (204,170,233)

Color info

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

RGB color model

#CCAAE9 color RGB value is (204,170,233).

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

RGB channels and saturation

R 204 of 255 = 80%
G 170 of 255 = 67%
B 233 of 255 = 91%

204
170
233

R + G + B ~ 79%. #CCAAE9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 170 + 233 = 607 (100%)
R 204 of 607 ~ 33.61%
G 170 of 607 ~ 28.01%
B 233 of 607 ~ 38.39%

%33.61
%28.01
%38.39

CMYK color model

#CCAAE9 color CMYK value is (12,27,0,9).

  • cyan value is 12.45%
  • magenta value is 27.04%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(12,27,0,9)
C12M27Y0K9 
(12%,27%,0%,9%)
(0.12/0.27/0.00/0.09)	

CMYK percentages

%12.45
%27.04
%0
%8.63

Codes

Color #CCAAE9 in popluar color models

CCAAE9
RGB204170233
HSL272°58.88%79.02%
HSB/HSV272°27.04%91.37%
CMYK12.45%27.04%0.00%
8.63%

Color #CCAAE9 in popluar number systems.

HEXCCAAE9
Decimal204170233
Binary110011001010101011101001
Octal314252351

Shades and tints

Shades of #CCAAE9

#CCAAE9
(204,170,233)
#BA9BD4
(186,155,212)
#A88CBF
(168,140,191)
#967DAA
(150,125,170)
#846E95
(132,110,149)
#725F80
(114,95,128)
#60506B
(96,80,107)
#4E4156
(78,65,86)
#3C3241
(60,50,65)
#2A232C
(42,35,44)
#181417
(24,20,23)
#000000
(0,0,0)

Tints of #CCAAE9

#CCAAE9
(204,170,233)
#D0B1EB
(208,177,235)
#D4B8ED
(212,184,237)
#D8BFEF
(216,191,239)
#DCC6F1
(220,198,241)
#E0CDF3
(224,205,243)
#E4D4F5
(228,212,245)
#E8DBF7
(232,219,247)
#ECE2F9
(236,226,249)
#F0E9FB
(240,233,251)
#F4F0FD
(244,240,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCAAE9; }

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

This text font color is #CCAAE9.


Background Color

.myBgColor { background-color: #CCAAE9; }

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

This div background color is #CCAAE9.


Border color

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

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

This div border color is #CCAAE9.


Opacity

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

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

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

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

This text has shadow with #CCAAE9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCAAE9 on black background.


Color preview on white background

This text has color #CCAAE9 on white background.



Black color preview on #CCAAE9 background

This text has black color on #CCAAE9 background.


White color preview on #CCAAE9 background

This text has white color on #CCAAE9 background.