COLOR #C9A9DF

HEX: #C9A9DF
RGB: (201,169,223)

Color info

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

RGB color model

#C9A9DF color RGB value is (201,169,223).

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

RGB channels and saturation

R 201 of 255 = 79%
G 169 of 255 = 66%
B 223 of 255 = 87%

201
169
223

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

Portions of RGB colors in percentages

R + G + B =
201 + 169 + 223 = 593 (100%)
R 201 of 593 ~ 33.9%
G 169 of 593 ~ 28.5%
B 223 of 593 ~ 37.61%

%33.9
%28.5
%37.61

CMYK color model

#C9A9DF color CMYK value is (10,24,0,13).

  • cyan value is 9.87%
  • magenta value is 24.22%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(10,24,0,13)
C10M24Y0K13 
(10%,24%,0%,13%)
(0.10/0.24/0.00/0.13)	

CMYK percentages

%9.87
%24.22
%0
%12.55

Codes

Color #C9A9DF in popluar color models

C9A9DF
RGB201169223
HSL276°45.76%76.86%
HSB/HSV276°24.22%87.45%
CMYK9.87%24.22%0.00%
12.55%

Color #C9A9DF in popluar number systems.

HEXC9A9DF
Decimal201169223
Binary110010011010100111011111
Octal311251337

Shades and tints

Shades of #C9A9DF

#C9A9DF
(201,169,223)
#B79ACB
(183,154,203)
#A58BB7
(165,139,183)
#937CA3
(147,124,163)
#816D8F
(129,109,143)
#6F5E7B
(111,94,123)
#5D4F67
(93,79,103)
#4B4053
(75,64,83)
#39313F
(57,49,63)
#27222B
(39,34,43)
#151317
(21,19,23)
#000000
(0,0,0)

Tints of #C9A9DF

#C9A9DF
(201,169,223)
#CDB0E1
(205,176,225)
#D1B7E3
(209,183,227)
#D5BEE5
(213,190,229)
#D9C5E7
(217,197,231)
#DDCCE9
(221,204,233)
#E1D3EB
(225,211,235)
#E5DAED
(229,218,237)
#E9E1EF
(233,225,239)
#EDE8F1
(237,232,241)
#F1EFF3
(241,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9A9DF; }

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

This text font color is #C9A9DF.


Background Color

.myBgColor { background-color: #C9A9DF; }

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

This div background color is #C9A9DF.


Border color

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

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

This div border color is #C9A9DF.


Opacity

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

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

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

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

This text has shadow with #C9A9DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9A9DF on black background.


Color preview on white background

This text has color #C9A9DF on white background.



Black color preview on #C9A9DF background

This text has black color on #C9A9DF background.


White color preview on #C9A9DF background

This text has white color on #C9A9DF background.