COLOR #C9A3C5

HEX: #C9A3C5
RGB: (201,163,197)

Color info

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

RGB color model

#C9A3C5 color RGB value is (201,163,197).

  • red value is 201;
  • green value is 163;
  • blue value is 197.
RGB:
(201,163,197)
(79%,64%,77%)

RGB channels and saturation

R 201 of 255 = 79%
G 163 of 255 = 64%
B 197 of 255 = 77%

201
163
197

R + G + B ~ 73%. #C9A3C5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 163 + 197 = 561 (100%)
R 201 of 561 ~ 35.83%
G 163 of 561 ~ 29.06%
B 197 of 561 ~ 35.12%

%35.83
%29.06
%35.12

CMYK color model

#C9A3C5 color CMYK value is (0,19,2,21).

  • cyan value is 0.00%
  • magenta value is 18.91%
  • yellow value is 1.99%
  • key color value is 21.18%
CMYK:
(0,19,2,21)
C0M19Y2K21 
(0%,19%,2%,21%)
(0.00/0.19/0.02/0.21)	

CMYK percentages

%0
%18.91
%1.99
%21.18

Codes

Color #C9A3C5 in popluar color models

C9A3C5
RGB201163197
HSL306°26.03%71.37%
HSB/HSV306°18.91%78.82%
CMYK0.00%18.91%1.99%
21.18%

Color #C9A3C5 in popluar number systems.

HEXC9A3C5
Decimal201163197
Binary110010011010001111000101
Octal311243305

Shades and tints

Shades of #C9A3C5

#C9A3C5
(201,163,197)
#B795B4
(183,149,180)
#A587A3
(165,135,163)
#937992
(147,121,146)
#816B81
(129,107,129)
#6F5D70
(111,93,112)
#5D4F5F
(93,79,95)
#4B414E
(75,65,78)
#39333D
(57,51,61)
#27252C
(39,37,44)
#15171B
(21,23,27)
#000000
(0,0,0)

Tints of #C9A3C5

#C9A3C5
(201,163,197)
#CDABCA
(205,171,202)
#D1B3CF
(209,179,207)
#D5BBD4
(213,187,212)
#D9C3D9
(217,195,217)
#DDCBDE
(221,203,222)
#E1D3E3
(225,211,227)
#E5DBE8
(229,219,232)
#E9E3ED
(233,227,237)
#EDEBF2
(237,235,242)
#F1F3F7
(241,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9A3C5 color. Also use rgb(201,163,197) instead hex code.

Text Font Color

.myTextColor { color: #C9A3C5; }

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

This text font color is #C9A3C5.


Background Color

.myBgColor { background-color: #C9A3C5; }

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

This div background color is #C9A3C5.


Border color

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

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

This div border color is #C9A3C5.


Opacity

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

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

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

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

This text has shadow with #C9A3C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9A3C5 on black background.


Color preview on white background

This text has color #C9A3C5 on white background.



Black color preview on #C9A3C5 background

This text has black color on #C9A3C5 background.


White color preview on #C9A3C5 background

This text has white color on #C9A3C5 background.