COLOR #C9A7D4

HEX: #C9A7D4
RGB: (201,167,212)

Color info

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

RGB color model

#C9A7D4 color RGB value is (201,167,212).

  • red value is 201;
  • green value is 167;
  • blue value is 212.
RGB:
(201,167,212)
(79%,65%,83%)

RGB channels and saturation

R 201 of 255 = 79%
G 167 of 255 = 65%
B 212 of 255 = 83%

201
167
212

R + G + B ~ 76%. #C9A7D4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 167 + 212 = 580 (100%)
R 201 of 580 ~ 34.66%
G 167 of 580 ~ 28.79%
B 212 of 580 ~ 36.55%

%34.66
%28.79
%36.55

CMYK color model

#C9A7D4 color CMYK value is (5,21,0,17).

  • cyan value is 5.19%
  • magenta value is 21.23%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(5,21,0,17)
C5M21Y0K17 
(5%,21%,0%,17%)
(0.05/0.21/0.00/0.17)	

CMYK percentages

%5.19
%21.23
%0
%16.86

Codes

Color #C9A7D4 in popluar color models

C9A7D4
RGB201167212
HSL285°34.35%74.31%
HSB/HSV285°21.23%83.14%
CMYK5.19%21.23%0.00%
16.86%

Color #C9A7D4 in popluar number systems.

HEXC9A7D4
Decimal201167212
Binary110010011010011111010100
Octal311247324

Shades and tints

Shades of #C9A7D4

#C9A7D4
(201,167,212)
#B798C1
(183,152,193)
#A589AE
(165,137,174)
#937A9B
(147,122,155)
#816B88
(129,107,136)
#6F5C75
(111,92,117)
#5D4D62
(93,77,98)
#4B3E4F
(75,62,79)
#392F3C
(57,47,60)
#272029
(39,32,41)
#151116
(21,17,22)
#000000
(0,0,0)

Tints of #C9A7D4

#C9A7D4
(201,167,212)
#CDAFD7
(205,175,215)
#D1B7DA
(209,183,218)
#D5BFDD
(213,191,221)
#D9C7E0
(217,199,224)
#DDCFE3
(221,207,227)
#E1D7E6
(225,215,230)
#E5DFE9
(229,223,233)
#E9E7EC
(233,231,236)
#EDEFEF
(237,239,239)
#F1F7F2
(241,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9A7D4 color. Also use rgb(201,167,212) instead hex code.

Text Font Color

.myTextColor { color: #C9A7D4; }

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

This text font color is #C9A7D4.


Background Color

.myBgColor { background-color: #C9A7D4; }

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

This div background color is #C9A7D4.


Border color

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

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

This div border color is #C9A7D4.


Opacity

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

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

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

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

This text has shadow with #C9A7D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9A7D4 on black background.


Color preview on white background

This text has color #C9A7D4 on white background.



Black color preview on #C9A7D4 background

This text has black color on #C9A7D4 background.


White color preview on #C9A7D4 background

This text has white color on #C9A7D4 background.