COLOR #CCA9D9

HEX: #CCA9D9
RGB: (204,169,217)

Color info

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

RGB color model

#CCA9D9 color RGB value is (204,169,217).

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

RGB channels and saturation

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

204
169
217

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

Portions of RGB colors in percentages

R + G + B =
204 + 169 + 217 = 590 (100%)
R 204 of 590 ~ 34.58%
G 169 of 590 ~ 28.64%
B 217 of 590 ~ 36.78%

%34.58
%28.64
%36.78

CMYK color model

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

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

CMYK percentages

%5.99
%22.12
%0
%14.9

Codes

Color #CCA9D9 in popluar color models

CCA9D9
RGB204169217
HSL284°38.71%75.69%
HSB/HSV284°22.12%85.10%
CMYK5.99%22.12%0.00%
14.90%

Color #CCA9D9 in popluar number systems.

HEXCCA9D9
Decimal204169217
Binary110011001010100111011001
Octal314251331

Shades and tints

Shades of #CCA9D9

#CCA9D9
(204,169,217)
#BA9AC6
(186,154,198)
#A88BB3
(168,139,179)
#967CA0
(150,124,160)
#846D8D
(132,109,141)
#725E7A
(114,94,122)
#604F67
(96,79,103)
#4E4054
(78,64,84)
#3C3141
(60,49,65)
#2A222E
(42,34,46)
#18131B
(24,19,27)
#000000
(0,0,0)

Tints of #CCA9D9

#CCA9D9
(204,169,217)
#D0B0DC
(208,176,220)
#D4B7DF
(212,183,223)
#D8BEE2
(216,190,226)
#DCC5E5
(220,197,229)
#E0CCE8
(224,204,232)
#E4D3EB
(228,211,235)
#E8DAEE
(232,218,238)
#ECE1F1
(236,225,241)
#F0E8F4
(240,232,244)
#F4EFF7
(244,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCA9D9; }

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

This text font color is #CCA9D9.


Background Color

.myBgColor { background-color: #CCA9D9; }

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

This div background color is #CCA9D9.


Border color

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

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

This div border color is #CCA9D9.


Opacity

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

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

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

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

This text has shadow with #CCA9D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCA9D9 on black background.


Color preview on white background

This text has color #CCA9D9 on white background.



Black color preview on #CCA9D9 background

This text has black color on #CCA9D9 background.


White color preview on #CCA9D9 background

This text has white color on #CCA9D9 background.