COLOR #C9A9BA

HEX: #C9A9BA
RGB: (201,169,186)

Color info

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

RGB color model

#C9A9BA color RGB value is (201,169,186).

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

RGB channels and saturation

R 201 of 255 = 79%
G 169 of 255 = 66%
B 186 of 255 = 73%

201
169
186

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

Portions of RGB colors in percentages

R + G + B =
201 + 169 + 186 = 556 (100%)
R 201 of 556 ~ 36.15%
G 169 of 556 ~ 30.4%
B 186 of 556 ~ 33.45%

%36.15
%30.4
%33.45

CMYK color model

#C9A9BA color CMYK value is (0,16,7,21).

  • cyan value is 0.00%
  • magenta value is 15.92%
  • yellow value is 7.46%
  • key color value is 21.18%
CMYK:
(0,16,7,21)
C0M16Y7K21 
(0%,16%,7%,21%)
(0.00/0.16/0.07/0.21)	

CMYK percentages

%0
%15.92
%7.46
%21.18

Codes

Color #C9A9BA in popluar color models

C9A9BA
RGB201169186
HSL328°22.86%72.55%
HSB/HSV328°15.92%78.82%
CMYK0.00%15.92%7.46%
21.18%

Color #C9A9BA in popluar number systems.

HEXC9A9BA
Decimal201169186
Binary110010011010100110111010
Octal311251272

Shades and tints

Shades of #C9A9BA

#C9A9BA
(201,169,186)
#B79AAA
(183,154,170)
#A58B9A
(165,139,154)
#937C8A
(147,124,138)
#816D7A
(129,109,122)
#6F5E6A
(111,94,106)
#5D4F5A
(93,79,90)
#4B404A
(75,64,74)
#39313A
(57,49,58)
#27222A
(39,34,42)
#15131A
(21,19,26)
#000000
(0,0,0)

Tints of #C9A9BA

#C9A9BA
(201,169,186)
#CDB0C0
(205,176,192)
#D1B7C6
(209,183,198)
#D5BECC
(213,190,204)
#D9C5D2
(217,197,210)
#DDCCD8
(221,204,216)
#E1D3DE
(225,211,222)
#E5DAE4
(229,218,228)
#E9E1EA
(233,225,234)
#EDE8F0
(237,232,240)
#F1EFF6
(241,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9A9BA; }

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

This text font color is #C9A9BA.


Background Color

.myBgColor { background-color: #C9A9BA; }

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

This div background color is #C9A9BA.


Border color

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

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

This div border color is #C9A9BA.


Opacity

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

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

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

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

This text has shadow with #C9A9BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9A9BA on black background.


Color preview on white background

This text has color #C9A9BA on white background.



Black color preview on #C9A9BA background

This text has black color on #C9A9BA background.


White color preview on #C9A9BA background

This text has white color on #C9A9BA background.