COLOR #C9A4DC

HEX: #C9A4DC RGB: (201,164,220)

Color info

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

RGB color model

#C9A4DC color RGB value is (201,164,220).

RGB: (201,164,220) (79%, 64%, 86%)

RGB channels and saturation

R 201 of 255 = 79%
G 164 of 255 = 64%
B 220 of 255 = 86%

201
164
220

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

Portions of RGB colors in percentages

R + G + B = 201 + 164 + 220 = 585 (100%)
R 201 of 585 ~ 34.36%
G 164 of 585 ~ 28.03%
B 220 of 585 ~ 37.61'%

%34.36
%28.03
%37.61

CMYK color model

#C9A4DC color CMYK value is (9,25,0,14).

  • cyan value is 8.64%
  • magenta value is 25.45%
  • yellow value is 0.00%
  • key color value is 13.73%

CMYK: (9,25,0,14)
C9M25Y0K14 (9%, 25%, 0%, 14%)
(0.09 / 0.25 / 0.00 / 0.14)

CMYK percentages

%8.64
%25.45
%0
%13.73

Codes

Color #C9A4DC in popluar color models

C9 A4 DC
RGB 201 164 220
HSL 280° 44.44% 75.29%
HSB/HSV 280° 25.45% 86.27%
CMYK 8.64% 25.45% 0.00%
13.73%

Color #C9A4DC in popluar number systems.

HEX C9 A4 DC
Decimal 201 164 220
Binary 11001001 10100100 11011100
Octal 311 244 334

Shades and tints

Shades of #C9A4DC

#C9A4DC
(201,164,220)
#B796C8
(183,150,200)
#A588B4
(165,136,180)
#937AA0
(147,122,160)
#816C8C
(129,108,140)
#6F5E78
(111,94,120)
#5D5064
(93,80,100)
#4B4250
(75,66,80)
#39343C
(57,52,60)
#272628
(39,38,40)
#151814
(21,24,20)
#000000
(0,0,0)

Tints of #C9A4DC

#C9A4DC
(201,164,220)
#CDACDF
(205,172,223)
#D1B4E2
(209,180,226)
#D5BCE5
(213,188,229)
#D9C4E8
(217,196,232)
#DDCCEB
(221,204,235)
#E1D4EE
(225,212,238)
#E5DCF1
(229,220,241)
#E9E4F4
(233,228,244)
#EDECF7
(237,236,247)
#F1F4FA
(241,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9A4DC; }

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

This text font color is #C9A4DC.

Background Color

.myBgColor { background-color: #C9A4DC; }

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

This div background color is #C9A4DC.

Border color

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

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

This div border color is #C9A4DC.

Opacity

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

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

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

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

This text has shadow with #C9A4DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9A4DC.

Preview

Color preview on black background

This text has color #C9A4DC on black background.


Color preview on white background

This text has color #C9A4DC on white background.


Black color preview on #C9A4DC background

This text has black color on #C9A4DC background.


White color preview on #C9A4DC background

This text has white color on #C9A4DC background.


Related colors

Complementary color

Complementary color for #hex is #365B23.


I love getcolorcode.com

Triadic colors

1 #DCC9A4 and #A4DCC9 with #C9A4DC are triadic colors.

2 #DCA4C9 and #A4C9DC with #C9A4DC are triadic colors.