COLOR #C9A9DC

HEX: #C9A9DC
RGB: (201,169,220)

Color info

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

RGB color model

#C9A9DC color RGB value is (201,169,220).

  • red value is 201;
  • green value is 169;
  • blue value is 220.
RGB:
(201,169,220)
(79%,66%,86%)

RGB channels and saturation

R 201 of 255 = 79%
G 169 of 255 = 66%
B 220 of 255 = 86%

201
169
220

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

Portions of RGB colors in percentages

R + G + B =
201 + 169 + 220 = 590 (100%)
R 201 of 590 ~ 34.07%
G 169 of 590 ~ 28.64%
B 220 of 590 ~ 37.29%

%34.07
%28.64
%37.29

CMYK color model

#C9A9DC color CMYK value is (9,23,0,14).

  • cyan value is 8.64%
  • magenta value is 23.18%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(9,23,0,14)
C9M23Y0K14 
(9%,23%,0%,14%)
(0.09/0.23/0.00/0.14)	

CMYK percentages

%8.64
%23.18
%0
%13.73

Codes

Color #C9A9DC in popluar color models

C9A9DC
RGB201169220
HSL278°42.15%76.27%
HSB/HSV278°23.18%86.27%
CMYK8.64%23.18%0.00%
13.73%

Color #C9A9DC in popluar number systems.

HEXC9A9DC
Decimal201169220
Binary110010011010100111011100
Octal311251334

Shades and tints

Shades of #C9A9DC

#C9A9DC
(201,169,220)
#B79AC8
(183,154,200)
#A58BB4
(165,139,180)
#937CA0
(147,124,160)
#816D8C
(129,109,140)
#6F5E78
(111,94,120)
#5D4F64
(93,79,100)
#4B4050
(75,64,80)
#39313C
(57,49,60)
#272228
(39,34,40)
#151314
(21,19,20)
#000000
(0,0,0)

Tints of #C9A9DC

#C9A9DC
(201,169,220)
#CDB0DF
(205,176,223)
#D1B7E2
(209,183,226)
#D5BEE5
(213,190,229)
#D9C5E8
(217,197,232)
#DDCCEB
(221,204,235)
#E1D3EE
(225,211,238)
#E5DAF1
(229,218,241)
#E9E1F4
(233,225,244)
#EDE8F7
(237,232,247)
#F1EFFA
(241,239,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9A9DC color. Also use rgb(201,169,220) instead hex code.

Text Font Color

.myTextColor { color: #C9A9DC; }

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

This text font color is #C9A9DC.


Background Color

.myBgColor { background-color: #C9A9DC; }

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

This div background color is #C9A9DC.


Border color

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

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

This div border color is #C9A9DC.


Opacity

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

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

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

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

This text has shadow with #C9A9DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9A9DC on black background.


Color preview on white background

This text has color #C9A9DC on white background.



Black color preview on #C9A9DC background

This text has black color on #C9A9DC background.


White color preview on #C9A9DC background

This text has white color on #C9A9DC background.