COLOR #C9B1B5

HEX: #C9B1B5
RGB: (201,177,181)

Color info

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

RGB color model

#C9B1B5 color RGB value is (201,177,181).

  • red value is 201;
  • green value is 177;
  • blue value is 181.
RGB:
(201,177,181)
(79%,69%,71%)

RGB channels and saturation

R 201 of 255 = 79%
G 177 of 255 = 69%
B 181 of 255 = 71%

201
177
181

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

Portions of RGB colors in percentages

R + G + B =
201 + 177 + 181 = 559 (100%)
R 201 of 559 ~ 35.96%
G 177 of 559 ~ 31.66%
B 181 of 559 ~ 32.38%

%35.96
%31.66
%32.38

CMYK color model

#C9B1B5 color CMYK value is (0,12,10,21).

  • cyan value is 0.00%
  • magenta value is 11.94%
  • yellow value is 9.95%
  • key color value is 21.18%
CMYK:
(0,12,10,21)
C0M12Y10K21 
(0%,12%,10%,21%)
(0.00/0.12/0.10/0.21)	

CMYK percentages

%0
%11.94
%9.95
%21.18

Codes

Color #C9B1B5 in popluar color models

C9B1B5
RGB201177181
HSL350°18.18%74.12%
HSB/HSV350°11.94%78.82%
CMYK0.00%11.94%9.95%
21.18%

Color #C9B1B5 in popluar number systems.

HEXC9B1B5
Decimal201177181
Binary110010011011000110110101
Octal311261265

Shades and tints

Shades of #C9B1B5

#C9B1B5
(201,177,181)
#B7A1A5
(183,161,165)
#A59195
(165,145,149)
#938185
(147,129,133)
#817175
(129,113,117)
#6F6165
(111,97,101)
#5D5155
(93,81,85)
#4B4145
(75,65,69)
#393135
(57,49,53)
#272125
(39,33,37)
#151115
(21,17,21)
#000000
(0,0,0)

Tints of #C9B1B5

#C9B1B5
(201,177,181)
#CDB8BB
(205,184,187)
#D1BFC1
(209,191,193)
#D5C6C7
(213,198,199)
#D9CDCD
(217,205,205)
#DDD4D3
(221,212,211)
#E1DBD9
(225,219,217)
#E5E2DF
(229,226,223)
#E9E9E5
(233,233,229)
#EDF0EB
(237,240,235)
#F1F7F1
(241,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9B1B5 color. Also use rgb(201,177,181) instead hex code.

Text Font Color

.myTextColor { color: #C9B1B5; }

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

This text font color is #C9B1B5.


Background Color

.myBgColor { background-color: #C9B1B5; }

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

This div background color is #C9B1B5.


Border color

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

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

This div border color is #C9B1B5.


Opacity

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

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

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

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

This text has shadow with #C9B1B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9B1B5 on black background.


Color preview on white background

This text has color #C9B1B5 on white background.



Black color preview on #C9B1B5 background

This text has black color on #C9B1B5 background.


White color preview on #C9B1B5 background

This text has white color on #C9B1B5 background.