COLOR #C9B2BB

HEX: #C9B2BB
RGB: (201,178,187)

Color info

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

RGB color model

#C9B2BB color RGB value is (201,178,187).

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

RGB channels and saturation

R 201 of 255 = 79%
G 178 of 255 = 70%
B 187 of 255 = 73%

201
178
187

R + G + B ~ 74%. #C9B2BB is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 178 + 187 = 566 (100%)
R 201 of 566 ~ 35.51%
G 178 of 566 ~ 31.45%
B 187 of 566 ~ 33.04%

%35.51
%31.45
%33.04

CMYK color model

#C9B2BB color CMYK value is (0,11,7,21).

  • cyan value is 0.00%
  • magenta value is 11.44%
  • yellow value is 6.97%
  • key color value is 21.18%
CMYK:
(0,11,7,21)
C0M11Y7K21 
(0%,11%,7%,21%)
(0.00/0.11/0.07/0.21)	

CMYK percentages

%0
%11.44
%6.97
%21.18

Codes

Color #C9B2BB in popluar color models

C9B2BB
RGB201178187
HSL337°17.56%74.31%
HSB/HSV337°11.44%78.82%
CMYK0.00%11.44%6.97%
21.18%

Color #C9B2BB in popluar number systems.

HEXC9B2BB
Decimal201178187
Binary110010011011001010111011
Octal311262273

Shades and tints

Shades of #C9B2BB

#C9B2BB
(201,178,187)
#B7A2AA
(183,162,170)
#A59299
(165,146,153)
#938288
(147,130,136)
#817277
(129,114,119)
#6F6266
(111,98,102)
#5D5255
(93,82,85)
#4B4244
(75,66,68)
#393233
(57,50,51)
#272222
(39,34,34)
#151211
(21,18,17)
#000000
(0,0,0)

Tints of #C9B2BB

#C9B2BB
(201,178,187)
#CDB9C1
(205,185,193)
#D1C0C7
(209,192,199)
#D5C7CD
(213,199,205)
#D9CED3
(217,206,211)
#DDD5D9
(221,213,217)
#E1DCDF
(225,220,223)
#E5E3E5
(229,227,229)
#E9EAEB
(233,234,235)
#EDF1F1
(237,241,241)
#F1F8F7
(241,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9B2BB; }

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

This text font color is #C9B2BB.


Background Color

.myBgColor { background-color: #C9B2BB; }

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

This div background color is #C9B2BB.


Border color

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

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

This div border color is #C9B2BB.


Opacity

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

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

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

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

This text has shadow with #C9B2BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9B2BB on black background.


Color preview on white background

This text has color #C9B2BB on white background.



Black color preview on #C9B2BB background

This text has black color on #C9B2BB background.


White color preview on #C9B2BB background

This text has white color on #C9B2BB background.