COLOR #CCA9DA

HEX: #CCA9DA
RGB: (204,169,218)

Color info

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

RGB color model

#CCA9DA color RGB value is (204,169,218).

  • red value is 204;
  • green value is 169;
  • blue value is 218.
RGB:
(204,169,218)
(80%,66%,85%)

RGB channels and saturation

R 204 of 255 = 80%
G 169 of 255 = 66%
B 218 of 255 = 85%

204
169
218

R + G + B ~ 77%. #CCA9DA is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 169 + 218 = 591 (100%)
R 204 of 591 ~ 34.52%
G 169 of 591 ~ 28.6%
B 218 of 591 ~ 36.89%

%34.52
%28.6
%36.89

CMYK color model

#CCA9DA color CMYK value is (6,22,0,15).

  • cyan value is 6.42%
  • magenta value is 22.48%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(6,22,0,15)
C6M22Y0K15 
(6%,22%,0%,15%)
(0.06/0.22/0.00/0.15)	

CMYK percentages

%6.42
%22.48
%0
%14.51

Codes

Color #CCA9DA in popluar color models

CCA9DA
RGB204169218
HSL283°39.84%75.88%
HSB/HSV283°22.48%85.49%
CMYK6.42%22.48%0.00%
14.51%

Color #CCA9DA in popluar number systems.

HEXCCA9DA
Decimal204169218
Binary110011001010100111011010
Octal314251332

Shades and tints

Shades of #CCA9DA

#CCA9DA
(204,169,218)
#BA9AC7
(186,154,199)
#A88BB4
(168,139,180)
#967CA1
(150,124,161)
#846D8E
(132,109,142)
#725E7B
(114,94,123)
#604F68
(96,79,104)
#4E4055
(78,64,85)
#3C3142
(60,49,66)
#2A222F
(42,34,47)
#18131C
(24,19,28)
#000000
(0,0,0)

Tints of #CCA9DA

#CCA9DA
(204,169,218)
#D0B0DD
(208,176,221)
#D4B7E0
(212,183,224)
#D8BEE3
(216,190,227)
#DCC5E6
(220,197,230)
#E0CCE9
(224,204,233)
#E4D3EC
(228,211,236)
#E8DAEF
(232,218,239)
#ECE1F2
(236,225,242)
#F0E8F5
(240,232,245)
#F4EFF8
(244,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCA9DA color. Also use rgb(204,169,218) instead hex code.

Text Font Color

.myTextColor { color: #CCA9DA; }

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

This text font color is #CCA9DA.


Background Color

.myBgColor { background-color: #CCA9DA; }

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

This div background color is #CCA9DA.


Border color

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

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

This div border color is #CCA9DA.


Opacity

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

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

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

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

This text has shadow with #CCA9DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCA9DA on black background.


Color preview on white background

This text has color #CCA9DA on white background.



Black color preview on #CCA9DA background

This text has black color on #CCA9DA background.


White color preview on #CCA9DA background

This text has white color on #CCA9DA background.