COLOR #C9AADF

HEX: #C9AADF RGB: (201,170,223)

Color info

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

RGB color model

#C9AADF color RGB value is (201,170,223).

RGB: (201,170,223) (79%, 67%, 87%)

RGB channels and saturation

R 201 of 255 = 79%
G 170 of 255 = 67%
B 223 of 255 = 87%

201
170
223

R + G + B ~ 78%. #C9AADF is quite light color.

Portions of RGB colors in percentages

R + G + B = 201 + 170 + 223 = 594 (100%)
R 201 of 594 ~ 33.84%
G 170 of 594 ~ 28.62%
B 223 of 594 ~ 37.54'%

%33.84
%28.62
%37.54

CMYK color model

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

  • cyan value is 9.87%
  • magenta value is 23.77%
  • 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
%23.77
%0
%12.55

Codes

Color #C9AADF in popluar color models

C9 AA DF
RGB 201 170 223
HSL 275° 45.30% 77.06%
HSB/HSV 275° 23.77% 87.45%
CMYK 9.87% 23.77% 0.00%
12.55%

Color #C9AADF in popluar number systems.

HEX C9 AA DF
Decimal 201 170 223
Binary 11001001 10101010 11011111
Octal 311 252 337

Shades and tints

Shades of #C9AADF

#C9AADF
(201,170,223)
#B79BCB
(183,155,203)
#A58CB7
(165,140,183)
#937DA3
(147,125,163)
#816E8F
(129,110,143)
#6F5F7B
(111,95,123)
#5D5067
(93,80,103)
#4B4153
(75,65,83)
#39323F
(57,50,63)
#27232B
(39,35,43)
#151417
(21,20,23)
#000000
(0,0,0)

Tints of #C9AADF

#C9AADF
(201,170,223)
#CDB1E1
(205,177,225)
#D1B8E3
(209,184,227)
#D5BFE5
(213,191,229)
#D9C6E7
(217,198,231)
#DDCDE9
(221,205,233)
#E1D4EB
(225,212,235)
#E5DBED
(229,219,237)
#E9E2EF
(233,226,239)
#EDE9F1
(237,233,241)
#F1F0F3
(241,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9AADF; }

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

This text font color is #C9AADF.

Background Color

.myBgColor { background-color: #C9AADF; }

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

This div background color is #C9AADF.

Border color

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

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

This div border color is #C9AADF.

Opacity

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

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

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

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

This text has shadow with #C9AADF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9AADF.

Preview

Color preview on black background

This text has color #C9AADF on black background.


Color preview on white background

This text has color #C9AADF on white background.


Black color preview on #C9AADF background

This text has black color on #C9AADF background.


White color preview on #C9AADF background

This text has white color on #C9AADF background.


Related colors

Complementary color

Complementary color for #hex is #365520.


I love getcolorcode.com

Triadic colors

1 #DFC9AA and #AADFC9 with #C9AADF are triadic colors.

2 #DFAAC9 and #AAC9DF with #C9AADF are triadic colors.