COLOR #C9A6BA

HEX: #C9A6BA
RGB: (201,166,186)

Color info

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

RGB color model

#C9A6BA color RGB value is (201,166,186).

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

RGB channels and saturation

R 201 of 255 = 79%
G 166 of 255 = 65%
B 186 of 255 = 73%

201
166
186

R + G + B ~ 72%. #C9A6BA is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 166 + 186 = 553 (100%)
R 201 of 553 ~ 36.35%
G 166 of 553 ~ 30.02%
B 186 of 553 ~ 33.63%

%36.35
%30.02
%33.63

CMYK color model

#C9A6BA color CMYK value is (0,17,7,21).

  • cyan value is 0.00%
  • magenta value is 17.41%
  • yellow value is 7.46%
  • key color value is 21.18%
CMYK:
(0,17,7,21)
C0M17Y7K21 
(0%,17%,7%,21%)
(0.00/0.17/0.07/0.21)	

CMYK percentages

%0
%17.41
%7.46
%21.18

Codes

Color #C9A6BA in popluar color models

C9A6BA
RGB201166186
HSL326°24.48%71.96%
HSB/HSV326°17.41%78.82%
CMYK0.00%17.41%7.46%
21.18%

Color #C9A6BA in popluar number systems.

HEXC9A6BA
Decimal201166186
Binary110010011010011010111010
Octal311246272

Shades and tints

Shades of #C9A6BA

#C9A6BA
(201,166,186)
#B797AA
(183,151,170)
#A5889A
(165,136,154)
#93798A
(147,121,138)
#816A7A
(129,106,122)
#6F5B6A
(111,91,106)
#5D4C5A
(93,76,90)
#4B3D4A
(75,61,74)
#392E3A
(57,46,58)
#271F2A
(39,31,42)
#15101A
(21,16,26)
#000000
(0,0,0)

Tints of #C9A6BA

#C9A6BA
(201,166,186)
#CDAEC0
(205,174,192)
#D1B6C6
(209,182,198)
#D5BECC
(213,190,204)
#D9C6D2
(217,198,210)
#DDCED8
(221,206,216)
#E1D6DE
(225,214,222)
#E5DEE4
(229,222,228)
#E9E6EA
(233,230,234)
#EDEEF0
(237,238,240)
#F1F6F6
(241,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9A6BA; }

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

This text font color is #C9A6BA.


Background Color

.myBgColor { background-color: #C9A6BA; }

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

This div background color is #C9A6BA.


Border color

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

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

This div border color is #C9A6BA.


Opacity

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

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

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

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

This text has shadow with #C9A6BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9A6BA on black background.


Color preview on white background

This text has color #C9A6BA on white background.



Black color preview on #C9A6BA background

This text has black color on #C9A6BA background.


White color preview on #C9A6BA background

This text has white color on #C9A6BA background.