COLOR #CCA9D7

HEX: #CCA9D7
RGB: (204,169,215)

Color info

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

RGB color model

#CCA9D7 color RGB value is (204,169,215).

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

RGB channels and saturation

R 204 of 255 = 80%
G 169 of 255 = 66%
B 215 of 255 = 84%

204
169
215

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

Portions of RGB colors in percentages

R + G + B =
204 + 169 + 215 = 588 (100%)
R 204 of 588 ~ 34.69%
G 169 of 588 ~ 28.74%
B 215 of 588 ~ 36.56%

%34.69
%28.74
%36.56

CMYK color model

#CCA9D7 color CMYK value is (5,21,0,16).

  • cyan value is 5.12%
  • magenta value is 21.40%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(5,21,0,16)
C5M21Y0K16 
(5%,21%,0%,16%)
(0.05/0.21/0.00/0.16)	

CMYK percentages

%5.12
%21.4
%0
%15.69

Codes

Color #CCA9D7 in popluar color models

CCA9D7
RGB204169215
HSL286°36.51%75.29%
HSB/HSV286°21.40%84.31%
CMYK5.12%21.40%0.00%
15.69%

Color #CCA9D7 in popluar number systems.

HEXCCA9D7
Decimal204169215
Binary110011001010100111010111
Octal314251327

Shades and tints

Shades of #CCA9D7

#CCA9D7
(204,169,215)
#BA9AC4
(186,154,196)
#A88BB1
(168,139,177)
#967C9E
(150,124,158)
#846D8B
(132,109,139)
#725E78
(114,94,120)
#604F65
(96,79,101)
#4E4052
(78,64,82)
#3C313F
(60,49,63)
#2A222C
(42,34,44)
#181319
(24,19,25)
#000000
(0,0,0)

Tints of #CCA9D7

#CCA9D7
(204,169,215)
#D0B0DA
(208,176,218)
#D4B7DD
(212,183,221)
#D8BEE0
(216,190,224)
#DCC5E3
(220,197,227)
#E0CCE6
(224,204,230)
#E4D3E9
(228,211,233)
#E8DAEC
(232,218,236)
#ECE1EF
(236,225,239)
#F0E8F2
(240,232,242)
#F4EFF5
(244,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCA9D7; }

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

This text font color is #CCA9D7.


Background Color

.myBgColor { background-color: #CCA9D7; }

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

This div background color is #CCA9D7.


Border color

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

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

This div border color is #CCA9D7.


Opacity

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

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

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

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

This text has shadow with #CCA9D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCA9D7 on black background.


Color preview on white background

This text has color #CCA9D7 on white background.



Black color preview on #CCA9D7 background

This text has black color on #CCA9D7 background.


White color preview on #CCA9D7 background

This text has white color on #CCA9D7 background.