COLOR #CCA9D1

HEX: #CCA9D1
RGB: (204,169,209)

Color info

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

RGB color model

#CCA9D1 color RGB value is (204,169,209).

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

RGB channels and saturation

R 204 of 255 = 80%
G 169 of 255 = 66%
B 209 of 255 = 82%

204
169
209

R + G + B ~ 76%. #CCA9D1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 169 + 209 = 582 (100%)
R 204 of 582 ~ 35.05%
G 169 of 582 ~ 29.04%
B 209 of 582 ~ 35.91%

%35.05
%29.04
%35.91

CMYK color model

#CCA9D1 color CMYK value is (2,19,0,18).

  • cyan value is 2.39%
  • magenta value is 19.14%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(2,19,0,18)
C2M19Y0K18 
(2%,19%,0%,18%)
(0.02/0.19/0.00/0.18)	

CMYK percentages

%2.39
%19.14
%0
%18.04

Codes

Color #CCA9D1 in popluar color models

CCA9D1
RGB204169209
HSL293°30.30%74.12%
HSB/HSV293°19.14%81.96%
CMYK2.39%19.14%0.00%
18.04%

Color #CCA9D1 in popluar number systems.

HEXCCA9D1
Decimal204169209
Binary110011001010100111010001
Octal314251321

Shades and tints

Shades of #CCA9D1

#CCA9D1
(204,169,209)
#BA9ABE
(186,154,190)
#A88BAB
(168,139,171)
#967C98
(150,124,152)
#846D85
(132,109,133)
#725E72
(114,94,114)
#604F5F
(96,79,95)
#4E404C
(78,64,76)
#3C3139
(60,49,57)
#2A2226
(42,34,38)
#181313
(24,19,19)
#000000
(0,0,0)

Tints of #CCA9D1

#CCA9D1
(204,169,209)
#D0B0D5
(208,176,213)
#D4B7D9
(212,183,217)
#D8BEDD
(216,190,221)
#DCC5E1
(220,197,225)
#E0CCE5
(224,204,229)
#E4D3E9
(228,211,233)
#E8DAED
(232,218,237)
#ECE1F1
(236,225,241)
#F0E8F5
(240,232,245)
#F4EFF9
(244,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCA9D1; }

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

This text font color is #CCA9D1.


Background Color

.myBgColor { background-color: #CCA9D1; }

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

This div background color is #CCA9D1.


Border color

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

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

This div border color is #CCA9D1.


Opacity

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

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

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

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

This text has shadow with #CCA9D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCA9D1 on black background.


Color preview on white background

This text has color #CCA9D1 on white background.



Black color preview on #CCA9D1 background

This text has black color on #CCA9D1 background.


White color preview on #CCA9D1 background

This text has white color on #CCA9D1 background.