COLOR #C9ACC1

HEX: #C9ACC1
RGB: (201,172,193)

Color info

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

RGB color model

#C9ACC1 color RGB value is (201,172,193).

  • red value is 201;
  • green value is 172;
  • blue value is 193.
RGB:
(201,172,193)
(79%,67%,76%)

RGB channels and saturation

R 201 of 255 = 79%
G 172 of 255 = 67%
B 193 of 255 = 76%

201
172
193

R + G + B ~ 74%. #C9ACC1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 172 + 193 = 566 (100%)
R 201 of 566 ~ 35.51%
G 172 of 566 ~ 30.39%
B 193 of 566 ~ 34.1%

%35.51
%30.39
%34.1

CMYK color model

#C9ACC1 color CMYK value is (0,14,4,21).

  • cyan value is 0.00%
  • magenta value is 14.43%
  • yellow value is 3.98%
  • key color value is 21.18%
CMYK:
(0,14,4,21)
C0M14Y4K21 
(0%,14%,4%,21%)
(0.00/0.14/0.04/0.21)	

CMYK percentages

%0
%14.43
%3.98
%21.18

Codes

Color #C9ACC1 in popluar color models

C9ACC1
RGB201172193
HSL317°21.17%73.14%
HSB/HSV317°14.43%78.82%
CMYK0.00%14.43%3.98%
21.18%

Color #C9ACC1 in popluar number systems.

HEXC9ACC1
Decimal201172193
Binary110010011010110011000001
Octal311254301

Shades and tints

Shades of #C9ACC1

#C9ACC1
(201,172,193)
#B79DB0
(183,157,176)
#A58E9F
(165,142,159)
#937F8E
(147,127,142)
#81707D
(129,112,125)
#6F616C
(111,97,108)
#5D525B
(93,82,91)
#4B434A
(75,67,74)
#393439
(57,52,57)
#272528
(39,37,40)
#151617
(21,22,23)
#000000
(0,0,0)

Tints of #C9ACC1

#C9ACC1
(201,172,193)
#CDB3C6
(205,179,198)
#D1BACB
(209,186,203)
#D5C1D0
(213,193,208)
#D9C8D5
(217,200,213)
#DDCFDA
(221,207,218)
#E1D6DF
(225,214,223)
#E5DDE4
(229,221,228)
#E9E4E9
(233,228,233)
#EDEBEE
(237,235,238)
#F1F2F3
(241,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9ACC1; }

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

This text font color is #C9ACC1.


Background Color

.myBgColor { background-color: #C9ACC1; }

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

This div background color is #C9ACC1.


Border color

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

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

This div border color is #C9ACC1.


Opacity

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

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

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

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

This text has shadow with #C9ACC1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9ACC1 on black background.


Color preview on white background

This text has color #C9ACC1 on white background.



Black color preview on #C9ACC1 background

This text has black color on #C9ACC1 background.


White color preview on #C9ACC1 background

This text has white color on #C9ACC1 background.