COLOR #C9AACC

HEX: #C9AACC RGB: (201,170,204)

Color info

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

RGB color model

#C9AACC color RGB value is (201,170,204).

RGB: (201,170,204) (79%, 67%, 80%)

RGB channels and saturation

R 201 of 255 = 79%
G 170 of 255 = 67%
B 204 of 255 = 80%

201
170
204

R + G + B ~ 75%. #C9AACC is quite light color.

Portions of RGB colors in percentages

R + G + B = 201 + 170 + 204 = 575 (100%)
R 201 of 575 ~ 34.96%
G 170 of 575 ~ 29.57%
B 204 of 575 ~ 35.48'%

%34.96
%29.57
%35.48

CMYK color model

#C9AACC color CMYK value is (1,17,0,20).

  • cyan value is 1.47%
  • magenta value is 16.67%
  • yellow value is 0.00%
  • key color value is 20.00%

CMYK: (1,17,0,20)
C1M17Y0K20 (1%, 17%, 0%, 20%)
(0.01 / 0.17 / 0.00 / 0.20)

CMYK percentages

%1.47
%16.67
%0
%20

Codes

Color #C9AACC in popluar color models

C9 AA CC
RGB 201 170 204
HSL 295° 25.00% 73.33%
HSB/HSV 295° 16.67% 80.00%
CMYK 1.47% 16.67% 0.00%
20.00%

Color #C9AACC in popluar number systems.

HEX C9 AA CC
Decimal 201 170 204
Binary 11001001 10101010 11001100
Octal 311 252 314

Shades and tints

Shades of #C9AACC

#C9AACC
(201,170,204)
#B79BBA
(183,155,186)
#A58CA8
(165,140,168)
#937D96
(147,125,150)
#816E84
(129,110,132)
#6F5F72
(111,95,114)
#5D5060
(93,80,96)
#4B414E
(75,65,78)
#39323C
(57,50,60)
#27232A
(39,35,42)
#151418
(21,20,24)
#000000
(0,0,0)

Tints of #C9AACC

#C9AACC
(201,170,204)
#CDB1D0
(205,177,208)
#D1B8D4
(209,184,212)
#D5BFD8
(213,191,216)
#D9C6DC
(217,198,220)
#DDCDE0
(221,205,224)
#E1D4E4
(225,212,228)
#E5DBE8
(229,219,232)
#E9E2EC
(233,226,236)
#EDE9F0
(237,233,240)
#F1F0F4
(241,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9AACC; }

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

This text font color is #C9AACC.

Background Color

.myBgColor { background-color: #C9AACC; }

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

This div background color is #C9AACC.

Border color

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

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

This div border color is #C9AACC.

Opacity

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

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

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

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

This text has shadow with #C9AACC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9AACC.

Preview

Color preview on black background

This text has color #C9AACC on black background.


Color preview on white background

This text has color #C9AACC on white background.


Black color preview on #C9AACC background

This text has black color on #C9AACC background.


White color preview on #C9AACC background

This text has white color on #C9AACC background.


Related colors

Complementary color

Complementary color for #hex is #365533.


I love getcolorcode.com

Triadic colors

1 #CCC9AA and #AACCC9 with #C9AACC are triadic colors.

2 #CCAAC9 and #AAC9CC with #C9AACC are triadic colors.