COLOR #C9A7D0

HEX: #C9A7D0
RGB: (201,167,208)

Color info

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

RGB color model

#C9A7D0 color RGB value is (201,167,208).

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

RGB channels and saturation

R 201 of 255 = 79%
G 167 of 255 = 65%
B 208 of 255 = 82%

201
167
208

R + G + B ~ 75%. #C9A7D0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 167 + 208 = 576 (100%)
R 201 of 576 ~ 34.9%
G 167 of 576 ~ 28.99%
B 208 of 576 ~ 36.11%

%34.9
%28.99
%36.11

CMYK color model

#C9A7D0 color CMYK value is (3,20,0,18).

  • cyan value is 3.37%
  • magenta value is 19.71%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK:
(3,20,0,18)
C3M20Y0K18 
(3%,20%,0%,18%)
(0.03/0.20/0.00/0.18)	

CMYK percentages

%3.37
%19.71
%0
%18.43

Codes

Color #C9A7D0 in popluar color models

C9A7D0
RGB201167208
HSL290°30.37%73.53%
HSB/HSV290°19.71%81.57%
CMYK3.37%19.71%0.00%
18.43%

Color #C9A7D0 in popluar number systems.

HEXC9A7D0
Decimal201167208
Binary110010011010011111010000
Octal311247320

Shades and tints

Shades of #C9A7D0

#C9A7D0
(201,167,208)
#B798BE
(183,152,190)
#A589AC
(165,137,172)
#937A9A
(147,122,154)
#816B88
(129,107,136)
#6F5C76
(111,92,118)
#5D4D64
(93,77,100)
#4B3E52
(75,62,82)
#392F40
(57,47,64)
#27202E
(39,32,46)
#15111C
(21,17,28)
#000000
(0,0,0)

Tints of #C9A7D0

#C9A7D0
(201,167,208)
#CDAFD4
(205,175,212)
#D1B7D8
(209,183,216)
#D5BFDC
(213,191,220)
#D9C7E0
(217,199,224)
#DDCFE4
(221,207,228)
#E1D7E8
(225,215,232)
#E5DFEC
(229,223,236)
#E9E7F0
(233,231,240)
#EDEFF4
(237,239,244)
#F1F7F8
(241,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9A7D0; }

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

This text font color is #C9A7D0.


Background Color

.myBgColor { background-color: #C9A7D0; }

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

This div background color is #C9A7D0.


Border color

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

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

This div border color is #C9A7D0.


Opacity

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

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

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

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

This text has shadow with #C9A7D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9A7D0 on black background.


Color preview on white background

This text has color #C9A7D0 on white background.



Black color preview on #C9A7D0 background

This text has black color on #C9A7D0 background.


White color preview on #C9A7D0 background

This text has white color on #C9A7D0 background.