COLOR #C9B1BE

HEX: #C9B1BE
RGB: (201,177,190)

Color info

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

RGB color model

#C9B1BE color RGB value is (201,177,190).

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

RGB channels and saturation

R 201 of 255 = 79%
G 177 of 255 = 69%
B 190 of 255 = 75%

201
177
190

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

Portions of RGB colors in percentages

R + G + B =
201 + 177 + 190 = 568 (100%)
R 201 of 568 ~ 35.39%
G 177 of 568 ~ 31.16%
B 190 of 568 ~ 33.45%

%35.39
%31.16
%33.45

CMYK color model

#C9B1BE color CMYK value is (0,12,5,21).

  • cyan value is 0.00%
  • magenta value is 11.94%
  • yellow value is 5.47%
  • key color value is 21.18%
CMYK:
(0,12,5,21)
C0M12Y5K21 
(0%,12%,5%,21%)
(0.00/0.12/0.05/0.21)	

CMYK percentages

%0
%11.94
%5.47
%21.18

Codes

Color #C9B1BE in popluar color models

C9B1BE
RGB201177190
HSL328°18.18%74.12%
HSB/HSV328°11.94%78.82%
CMYK0.00%11.94%5.47%
21.18%

Color #C9B1BE in popluar number systems.

HEXC9B1BE
Decimal201177190
Binary110010011011000110111110
Octal311261276

Shades and tints

Shades of #C9B1BE

#C9B1BE
(201,177,190)
#B7A1AD
(183,161,173)
#A5919C
(165,145,156)
#93818B
(147,129,139)
#81717A
(129,113,122)
#6F6169
(111,97,105)
#5D5158
(93,81,88)
#4B4147
(75,65,71)
#393136
(57,49,54)
#272125
(39,33,37)
#151114
(21,17,20)
#000000
(0,0,0)

Tints of #C9B1BE

#C9B1BE
(201,177,190)
#CDB8C3
(205,184,195)
#D1BFC8
(209,191,200)
#D5C6CD
(213,198,205)
#D9CDD2
(217,205,210)
#DDD4D7
(221,212,215)
#E1DBDC
(225,219,220)
#E5E2E1
(229,226,225)
#E9E9E6
(233,233,230)
#EDF0EB
(237,240,235)
#F1F7F0
(241,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9B1BE; }

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

This text font color is #C9B1BE.


Background Color

.myBgColor { background-color: #C9B1BE; }

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

This div background color is #C9B1BE.


Border color

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

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

This div border color is #C9B1BE.


Opacity

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

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

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

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

This text has shadow with #C9B1BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9B1BE on black background.


Color preview on white background

This text has color #C9B1BE on white background.



Black color preview on #C9B1BE background

This text has black color on #C9B1BE background.


White color preview on #C9B1BE background

This text has white color on #C9B1BE background.