COLOR #C9A9C3

HEX: #C9A9C3
RGB: (201,169,195)

Color info

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

RGB color model

#C9A9C3 color RGB value is (201,169,195).

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

RGB channels and saturation

R 201 of 255 = 79%
G 169 of 255 = 66%
B 195 of 255 = 76%

201
169
195

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

Portions of RGB colors in percentages

R + G + B =
201 + 169 + 195 = 565 (100%)
R 201 of 565 ~ 35.58%
G 169 of 565 ~ 29.91%
B 195 of 565 ~ 34.51%

%35.58
%29.91
%34.51

CMYK color model

#C9A9C3 color CMYK value is (0,16,3,21).

  • cyan value is 0.00%
  • magenta value is 15.92%
  • yellow value is 2.99%
  • key color value is 21.18%
CMYK:
(0,16,3,21)
C0M16Y3K21 
(0%,16%,3%,21%)
(0.00/0.16/0.03/0.21)	

CMYK percentages

%0
%15.92
%2.99
%21.18

Codes

Color #C9A9C3 in popluar color models

C9A9C3
RGB201169195
HSL311°22.86%72.55%
HSB/HSV311°15.92%78.82%
CMYK0.00%15.92%2.99%
21.18%

Color #C9A9C3 in popluar number systems.

HEXC9A9C3
Decimal201169195
Binary110010011010100111000011
Octal311251303

Shades and tints

Shades of #C9A9C3

#C9A9C3
(201,169,195)
#B79AB2
(183,154,178)
#A58BA1
(165,139,161)
#937C90
(147,124,144)
#816D7F
(129,109,127)
#6F5E6E
(111,94,110)
#5D4F5D
(93,79,93)
#4B404C
(75,64,76)
#39313B
(57,49,59)
#27222A
(39,34,42)
#151319
(21,19,25)
#000000
(0,0,0)

Tints of #C9A9C3

#C9A9C3
(201,169,195)
#CDB0C8
(205,176,200)
#D1B7CD
(209,183,205)
#D5BED2
(213,190,210)
#D9C5D7
(217,197,215)
#DDCCDC
(221,204,220)
#E1D3E1
(225,211,225)
#E5DAE6
(229,218,230)
#E9E1EB
(233,225,235)
#EDE8F0
(237,232,240)
#F1EFF5
(241,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9A9C3; }

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

This text font color is #C9A9C3.


Background Color

.myBgColor { background-color: #C9A9C3; }

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

This div background color is #C9A9C3.


Border color

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

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

This div border color is #C9A9C3.


Opacity

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

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

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

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

This text has shadow with #C9A9C3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9A9C3 on black background.


Color preview on white background

This text has color #C9A9C3 on white background.



Black color preview on #C9A9C3 background

This text has black color on #C9A9C3 background.


White color preview on #C9A9C3 background

This text has white color on #C9A9C3 background.