COLOR #C9ACCC

HEX: #C9ACCC RGB: (201,172,204)

Color info

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

RGB color model

#C9ACCC color RGB value is (201,172,204).

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

RGB channels and saturation

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

201
172
204

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

Portions of RGB colors in percentages

R + G + B = 201 + 172 + 204 = 577 (100%)
R 201 of 577 ~ 34.84%
G 172 of 577 ~ 29.81%
B 204 of 577 ~ 35.36'%

%34.84
%29.81
%35.36

CMYK color model

#C9ACCC color CMYK value is (1,16,0,20).

  • cyan value is 1.47%
  • magenta value is 15.69%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK: (1,16,0,20) C1M16Y0K20 (1%,16%,0%,20%) (0.01/0.16/0.00/0.20) 

CMYK percentages

%1.47
%15.69
%0
%20

Codes

Color #C9ACCC in popluar color models

C9 AC CC
RGB 201 172 204
HSL 294° 23.88% 73.73%
HSB/HSV 294° 15.69% 80.00%
CMYK 1.47% 15.69% 0.00%
20.00%

Color #C9ACCC in popluar number systems.

HEX C9 AC CC
Decimal 201 172 204
Binary 11001001 10101100 11001100
Octal 311 254 314

Shades and tints

Shades of #C9ACCC

#C9ACCC
(201,172,204)
#B79DBA
(183,157,186)
#A58EA8
(165,142,168)
#937F96
(147,127,150)
#817084
(129,112,132)
#6F6172
(111,97,114)
#5D5260
(93,82,96)
#4B434E
(75,67,78)
#39343C
(57,52,60)
#27252A
(39,37,42)
#151618
(21,22,24)
#000000
(0,0,0)

Tints of #C9ACCC

#C9ACCC
(201,172,204)
#CDB3D0
(205,179,208)
#D1BAD4
(209,186,212)
#D5C1D8
(213,193,216)
#D9C8DC
(217,200,220)
#DDCFE0
(221,207,224)
#E1D6E4
(225,214,228)
#E5DDE8
(229,221,232)
#E9E4EC
(233,228,236)
#EDEBF0
(237,235,240)
#F1F2F4
(241,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9ACCC; }

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

This text font color is #C9ACCC.

Background Color

.myBgColor { background-color: #C9ACCC; }

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

This div background color is #C9ACCC.

Border color

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

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

This div border color is #C9ACCC.

Opacity

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

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

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

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

This text has shadow with #C9ACCC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9ACCC.

Preview

Color preview on black background

This text has color #C9ACCC on black background.


Color preview on white background

This text has color #C9ACCC on white background.


Black color preview on #C9ACCC background

This text has black color on #C9ACCC background.


White color preview on #C9ACCC background

This text has white color on #C9ACCC background.


Related colors

Complementary color

Complementary color for #hex is #365333.


I love getcolorcode.com

Triadic colors

1 #CCC9AC and #ACCCC9 with #C9ACCC are triadic colors.

2 #CCACC9 and #ACC9CC with #C9ACCC are triadic colors.