COLOR #CCA9D0

HEX: #CCA9D0
RGB: (204,169,208)

Color info

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

RGB color model

#CCA9D0 color RGB value is (204,169,208).

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

RGB channels and saturation

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

204
169
208

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

Portions of RGB colors in percentages

R + G + B =
204 + 169 + 208 = 581 (100%)
R 204 of 581 ~ 35.11%
G 169 of 581 ~ 29.09%
B 208 of 581 ~ 35.8%

%35.11
%29.09
%35.8

CMYK color model

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

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

CMYK percentages

%1.92
%18.75
%0
%18.43

Codes

Color #CCA9D0 in popluar color models

CCA9D0
RGB204169208
HSL294°29.32%73.92%
HSB/HSV294°18.75%81.57%
CMYK1.92%18.75%0.00%
18.43%

Color #CCA9D0 in popluar number systems.

HEXCCA9D0
Decimal204169208
Binary110011001010100111010000
Octal314251320

Shades and tints

Shades of #CCA9D0

#CCA9D0
(204,169,208)
#BA9ABE
(186,154,190)
#A88BAC
(168,139,172)
#967C9A
(150,124,154)
#846D88
(132,109,136)
#725E76
(114,94,118)
#604F64
(96,79,100)
#4E4052
(78,64,82)
#3C3140
(60,49,64)
#2A222E
(42,34,46)
#18131C
(24,19,28)
#000000
(0,0,0)

Tints of #CCA9D0

#CCA9D0
(204,169,208)
#D0B0D4
(208,176,212)
#D4B7D8
(212,183,216)
#D8BEDC
(216,190,220)
#DCC5E0
(220,197,224)
#E0CCE4
(224,204,228)
#E4D3E8
(228,211,232)
#E8DAEC
(232,218,236)
#ECE1F0
(236,225,240)
#F0E8F4
(240,232,244)
#F4EFF8
(244,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCA9D0; }

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

This text font color is #CCA9D0.


Background Color

.myBgColor { background-color: #CCA9D0; }

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

This div background color is #CCA9D0.


Border color

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

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

This div border color is #CCA9D0.


Opacity

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

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

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

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

This text has shadow with #CCA9D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCA9D0 on black background.


Color preview on white background

This text has color #CCA9D0 on white background.



Black color preview on #CCA9D0 background

This text has black color on #CCA9D0 background.


White color preview on #CCA9D0 background

This text has white color on #CCA9D0 background.