COLOR #CCAADF

HEX: #CCAADF
RGB: (204,170,223)

Color info

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

RGB color model

#CCAADF color RGB value is (204,170,223).

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

RGB channels and saturation

R 204 of 255 = 80%
G 170 of 255 = 67%
B 223 of 255 = 87%

204
170
223

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

Portions of RGB colors in percentages

R + G + B =
204 + 170 + 223 = 597 (100%)
R 204 of 597 ~ 34.17%
G 170 of 597 ~ 28.48%
B 223 of 597 ~ 37.35%

%34.17
%28.48
%37.35

CMYK color model

#CCAADF color CMYK value is (9,24,0,13).

  • cyan value is 8.52%
  • magenta value is 23.77%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(9,24,0,13)
C9M24Y0K13 
(9%,24%,0%,13%)
(0.09/0.24/0.00/0.13)	

CMYK percentages

%8.52
%23.77
%0
%12.55

Codes

Color #CCAADF in popluar color models

CCAADF
RGB204170223
HSL278°45.30%77.06%
HSB/HSV278°23.77%87.45%
CMYK8.52%23.77%0.00%
12.55%

Color #CCAADF in popluar number systems.

HEXCCAADF
Decimal204170223
Binary110011001010101011011111
Octal314252337

Shades and tints

Shades of #CCAADF

#CCAADF
(204,170,223)
#BA9BCB
(186,155,203)
#A88CB7
(168,140,183)
#967DA3
(150,125,163)
#846E8F
(132,110,143)
#725F7B
(114,95,123)
#605067
(96,80,103)
#4E4153
(78,65,83)
#3C323F
(60,50,63)
#2A232B
(42,35,43)
#181417
(24,20,23)
#000000
(0,0,0)

Tints of #CCAADF

#CCAADF
(204,170,223)
#D0B1E1
(208,177,225)
#D4B8E3
(212,184,227)
#D8BFE5
(216,191,229)
#DCC6E7
(220,198,231)
#E0CDE9
(224,205,233)
#E4D4EB
(228,212,235)
#E8DBED
(232,219,237)
#ECE2EF
(236,226,239)
#F0E9F1
(240,233,241)
#F4F0F3
(244,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCAADF; }

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

This text font color is #CCAADF.


Background Color

.myBgColor { background-color: #CCAADF; }

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

This div background color is #CCAADF.


Border color

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

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

This div border color is #CCAADF.


Opacity

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

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

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

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

This text has shadow with #CCAADF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCAADF on black background.


Color preview on white background

This text has color #CCAADF on white background.



Black color preview on #CCAADF background

This text has black color on #CCAADF background.


White color preview on #CCAADF background

This text has white color on #CCAADF background.