COLOR #C9A3CD

HEX: #C9A3CD
RGB: (201,163,205)

Color info

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

RGB color model

#C9A3CD color RGB value is (201,163,205).

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

RGB channels and saturation

R 201 of 255 = 79%
G 163 of 255 = 64%
B 205 of 255 = 80%

201
163
205

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

Portions of RGB colors in percentages

R + G + B =
201 + 163 + 205 = 569 (100%)
R 201 of 569 ~ 35.33%
G 163 of 569 ~ 28.65%
B 205 of 569 ~ 36.03%

%35.33
%28.65
%36.03

CMYK color model

#C9A3CD color CMYK value is (2,20,0,20).

  • cyan value is 1.95%
  • magenta value is 20.49%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(2,20,0,20)
C2M20Y0K20 
(2%,20%,0%,20%)
(0.02/0.20/0.00/0.20)	

CMYK percentages

%1.95
%20.49
%0
%19.61

Codes

Color #C9A3CD in popluar color models

C9A3CD
RGB201163205
HSL294°29.58%72.16%
HSB/HSV294°20.49%80.39%
CMYK1.95%20.49%0.00%
19.61%

Color #C9A3CD in popluar number systems.

HEXC9A3CD
Decimal201163205
Binary110010011010001111001101
Octal311243315

Shades and tints

Shades of #C9A3CD

#C9A3CD
(201,163,205)
#B795BB
(183,149,187)
#A587A9
(165,135,169)
#937997
(147,121,151)
#816B85
(129,107,133)
#6F5D73
(111,93,115)
#5D4F61
(93,79,97)
#4B414F
(75,65,79)
#39333D
(57,51,61)
#27252B
(39,37,43)
#151719
(21,23,25)
#000000
(0,0,0)

Tints of #C9A3CD

#C9A3CD
(201,163,205)
#CDABD1
(205,171,209)
#D1B3D5
(209,179,213)
#D5BBD9
(213,187,217)
#D9C3DD
(217,195,221)
#DDCBE1
(221,203,225)
#E1D3E5
(225,211,229)
#E5DBE9
(229,219,233)
#E9E3ED
(233,227,237)
#EDEBF1
(237,235,241)
#F1F3F5
(241,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9A3CD; }

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

This text font color is #C9A3CD.


Background Color

.myBgColor { background-color: #C9A3CD; }

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

This div background color is #C9A3CD.


Border color

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

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

This div border color is #C9A3CD.


Opacity

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

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

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

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

This text has shadow with #C9A3CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9A3CD on black background.


Color preview on white background

This text has color #C9A3CD on white background.



Black color preview on #C9A3CD background

This text has black color on #C9A3CD background.


White color preview on #C9A3CD background

This text has white color on #C9A3CD background.