COLOR #C9A6BD

HEX: #C9A6BD
RGB: (201,166,189)

Color info

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

RGB color model

#C9A6BD color RGB value is (201,166,189).

  • red value is 201;
  • green value is 166;
  • blue value is 189.
RGB:
(201,166,189)
(79%,65%,74%)

RGB channels and saturation

R 201 of 255 = 79%
G 166 of 255 = 65%
B 189 of 255 = 74%

201
166
189

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

Portions of RGB colors in percentages

R + G + B =
201 + 166 + 189 = 556 (100%)
R 201 of 556 ~ 36.15%
G 166 of 556 ~ 29.86%
B 189 of 556 ~ 33.99%

%36.15
%29.86
%33.99

CMYK color model

#C9A6BD color CMYK value is (0,17,6,21).

  • cyan value is 0.00%
  • magenta value is 17.41%
  • yellow value is 5.97%
  • key color value is 21.18%
CMYK:
(0,17,6,21)
C0M17Y6K21 
(0%,17%,6%,21%)
(0.00/0.17/0.06/0.21)	

CMYK percentages

%0
%17.41
%5.97
%21.18

Codes

Color #C9A6BD in popluar color models

C9A6BD
RGB201166189
HSL321°24.48%71.96%
HSB/HSV321°17.41%78.82%
CMYK0.00%17.41%5.97%
21.18%

Color #C9A6BD in popluar number systems.

HEXC9A6BD
Decimal201166189
Binary110010011010011010111101
Octal311246275

Shades and tints

Shades of #C9A6BD

#C9A6BD
(201,166,189)
#B797AC
(183,151,172)
#A5889B
(165,136,155)
#93798A
(147,121,138)
#816A79
(129,106,121)
#6F5B68
(111,91,104)
#5D4C57
(93,76,87)
#4B3D46
(75,61,70)
#392E35
(57,46,53)
#271F24
(39,31,36)
#151013
(21,16,19)
#000000
(0,0,0)

Tints of #C9A6BD

#C9A6BD
(201,166,189)
#CDAEC3
(205,174,195)
#D1B6C9
(209,182,201)
#D5BECF
(213,190,207)
#D9C6D5
(217,198,213)
#DDCEDB
(221,206,219)
#E1D6E1
(225,214,225)
#E5DEE7
(229,222,231)
#E9E6ED
(233,230,237)
#EDEEF3
(237,238,243)
#F1F6F9
(241,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9A6BD color. Also use rgb(201,166,189) instead hex code.

Text Font Color

.myTextColor { color: #C9A6BD; }

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

This text font color is #C9A6BD.


Background Color

.myBgColor { background-color: #C9A6BD; }

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

This div background color is #C9A6BD.


Border color

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

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

This div border color is #C9A6BD.


Opacity

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

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

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

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

This text has shadow with #C9A6BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9A6BD on black background.


Color preview on white background

This text has color #C9A6BD on white background.



Black color preview on #C9A6BD background

This text has black color on #C9A6BD background.


White color preview on #C9A6BD background

This text has white color on #C9A6BD background.