COLOR #C9A9BB

HEX: #C9A9BB
RGB: (201,169,187)

Color info

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

RGB color model

#C9A9BB color RGB value is (201,169,187).

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

RGB channels and saturation

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

201
169
187

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

Portions of RGB colors in percentages

R + G + B =
201 + 169 + 187 = 557 (100%)
R 201 of 557 ~ 36.09%
G 169 of 557 ~ 30.34%
B 187 of 557 ~ 33.57%

%36.09
%30.34
%33.57

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 15.92%
  • yellow value is 6.97%
  • 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
%6.97
%21.18

Codes

Color #C9A9BB in popluar color models

C9A9BB
RGB201169187
HSL326°22.86%72.55%
HSB/HSV326°15.92%78.82%
CMYK0.00%15.92%6.97%
21.18%

Color #C9A9BB in popluar number systems.

HEXC9A9BB
Decimal201169187
Binary110010011010100110111011
Octal311251273

Shades and tints

Shades of #C9A9BB

#C9A9BB
(201,169,187)
#B79AAA
(183,154,170)
#A58B99
(165,139,153)
#937C88
(147,124,136)
#816D77
(129,109,119)
#6F5E66
(111,94,102)
#5D4F55
(93,79,85)
#4B4044
(75,64,68)
#393133
(57,49,51)
#272222
(39,34,34)
#151311
(21,19,17)
#000000
(0,0,0)

Tints of #C9A9BB

#C9A9BB
(201,169,187)
#CDB0C1
(205,176,193)
#D1B7C7
(209,183,199)
#D5BECD
(213,190,205)
#D9C5D3
(217,197,211)
#DDCCD9
(221,204,217)
#E1D3DF
(225,211,223)
#E5DAE5
(229,218,229)
#E9E1EB
(233,225,235)
#EDE8F1
(237,232,241)
#F1EFF7
(241,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9A9BB; }

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

This text font color is #C9A9BB.


Background Color

.myBgColor { background-color: #C9A9BB; }

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

This div background color is #C9A9BB.


Border color

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

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

This div border color is #C9A9BB.


Opacity

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

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

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

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

This text has shadow with #C9A9BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9A9BB on black background.


Color preview on white background

This text has color #C9A9BB on white background.



Black color preview on #C9A9BB background

This text has black color on #C9A9BB background.


White color preview on #C9A9BB background

This text has white color on #C9A9BB background.