COLOR #C9A7BB

HEX: #C9A7BB
RGB: (201,167,187)

Color info

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

RGB color model

#C9A7BB color RGB value is (201,167,187).

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

RGB channels and saturation

R 201 of 255 = 79%
G 167 of 255 = 65%
B 187 of 255 = 73%

201
167
187

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

Portions of RGB colors in percentages

R + G + B =
201 + 167 + 187 = 555 (100%)
R 201 of 555 ~ 36.22%
G 167 of 555 ~ 30.09%
B 187 of 555 ~ 33.69%

%36.22
%30.09
%33.69

CMYK color model

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

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

Codes

Color #C9A7BB in popluar color models

C9A7BB
RGB201167187
HSL325°23.94%72.16%
HSB/HSV325°16.92%78.82%
CMYK0.00%16.92%6.97%
21.18%

Color #C9A7BB in popluar number systems.

HEXC9A7BB
Decimal201167187
Binary110010011010011110111011
Octal311247273

Shades and tints

Shades of #C9A7BB

#C9A7BB
(201,167,187)
#B798AA
(183,152,170)
#A58999
(165,137,153)
#937A88
(147,122,136)
#816B77
(129,107,119)
#6F5C66
(111,92,102)
#5D4D55
(93,77,85)
#4B3E44
(75,62,68)
#392F33
(57,47,51)
#272022
(39,32,34)
#151111
(21,17,17)
#000000
(0,0,0)

Tints of #C9A7BB

#C9A7BB
(201,167,187)
#CDAFC1
(205,175,193)
#D1B7C7
(209,183,199)
#D5BFCD
(213,191,205)
#D9C7D3
(217,199,211)
#DDCFD9
(221,207,217)
#E1D7DF
(225,215,223)
#E5DFE5
(229,223,229)
#E9E7EB
(233,231,235)
#EDEFF1
(237,239,241)
#F1F7F7
(241,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9A7BB; }

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

This text font color is #C9A7BB.


Background Color

.myBgColor { background-color: #C9A7BB; }

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

This div background color is #C9A7BB.


Border color

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

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

This div border color is #C9A7BB.


Opacity

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

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

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

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

This text has shadow with #C9A7BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9A7BB on black background.


Color preview on white background

This text has color #C9A7BB on white background.



Black color preview on #C9A7BB background

This text has black color on #C9A7BB background.


White color preview on #C9A7BB background

This text has white color on #C9A7BB background.