COLOR #C9A3C7

HEX: #C9A3C7
RGB: (201,163,199)

Color info

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

RGB color model

#C9A3C7 color RGB value is (201,163,199).

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

RGB channels and saturation

R 201 of 255 = 79%
G 163 of 255 = 64%
B 199 of 255 = 78%

201
163
199

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

Portions of RGB colors in percentages

R + G + B =
201 + 163 + 199 = 563 (100%)
R 201 of 563 ~ 35.7%
G 163 of 563 ~ 28.95%
B 199 of 563 ~ 35.35%

%35.7
%28.95
%35.35

CMYK color model

#C9A3C7 color CMYK value is (0,19,1,21).

  • cyan value is 0.00%
  • magenta value is 18.91%
  • yellow value is 1.00%
  • key color value is 21.18%
CMYK:
(0,19,1,21)
C0M19Y1K21 
(0%,19%,1%,21%)
(0.00/0.19/0.01/0.21)	

CMYK percentages

%0
%18.91
%1
%21.18

Codes

Color #C9A3C7 in popluar color models

C9A3C7
RGB201163199
HSL303°26.03%71.37%
HSB/HSV303°18.91%78.82%
CMYK0.00%18.91%1.00%
21.18%

Color #C9A3C7 in popluar number systems.

HEXC9A3C7
Decimal201163199
Binary110010011010001111000111
Octal311243307

Shades and tints

Shades of #C9A3C7

#C9A3C7
(201,163,199)
#B795B5
(183,149,181)
#A587A3
(165,135,163)
#937991
(147,121,145)
#816B7F
(129,107,127)
#6F5D6D
(111,93,109)
#5D4F5B
(93,79,91)
#4B4149
(75,65,73)
#393337
(57,51,55)
#272525
(39,37,37)
#151713
(21,23,19)
#000000
(0,0,0)

Tints of #C9A3C7

#C9A3C7
(201,163,199)
#CDABCC
(205,171,204)
#D1B3D1
(209,179,209)
#D5BBD6
(213,187,214)
#D9C3DB
(217,195,219)
#DDCBE0
(221,203,224)
#E1D3E5
(225,211,229)
#E5DBEA
(229,219,234)
#E9E3EF
(233,227,239)
#EDEBF4
(237,235,244)
#F1F3F9
(241,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9A3C7; }

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

This text font color is #C9A3C7.


Background Color

.myBgColor { background-color: #C9A3C7; }

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

This div background color is #C9A3C7.


Border color

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

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

This div border color is #C9A3C7.


Opacity

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

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

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

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

This text has shadow with #C9A3C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9A3C7 on black background.


Color preview on white background

This text has color #C9A3C7 on white background.



Black color preview on #C9A3C7 background

This text has black color on #C9A3C7 background.


White color preview on #C9A3C7 background

This text has white color on #C9A3C7 background.