COLOR #C9B7BE

HEX: #C9B7BE
RGB: (201,183,190)

Color info

#C9B7BE contains red, green and blue colors in about the same proportion. Web safe color of #C9B7BE is #CCCCCC (or #CCC).

RGB color model

#C9B7BE color RGB value is (201,183,190).

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

RGB channels and saturation

R 201 of 255 = 79%
G 183 of 255 = 72%
B 190 of 255 = 75%

201
183
190

R + G + B ~ 75%. #C9B7BE is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 183 + 190 = 574 (100%)
R 201 of 574 ~ 35.02%
G 183 of 574 ~ 31.88%
B 190 of 574 ~ 33.1%

%35.02
%31.88
%33.1

CMYK color model

#C9B7BE color CMYK value is (0,9,5,21).

  • cyan value is 0.00%
  • magenta value is 8.96%
  • yellow value is 5.47%
  • key color value is 21.18%
CMYK:
(0,9,5,21)
C0M9Y5K21 
(0%,9%,5%,21%)
(0.00/0.09/0.05/0.21)	

CMYK percentages

%0
%8.96
%5.47
%21.18

Codes

Color #C9B7BE in popluar color models

C9B7BE
RGB201183190
HSL337°14.29%75.29%
HSB/HSV337°8.96%78.82%
CMYK0.00%8.96%5.47%
21.18%

Color #C9B7BE in popluar number systems.

HEXC9B7BE
Decimal201183190
Binary110010011011011110111110
Octal311267276

Shades and tints

Shades of #C9B7BE

#C9B7BE
(201,183,190)
#B7A7AD
(183,167,173)
#A5979C
(165,151,156)
#93878B
(147,135,139)
#81777A
(129,119,122)
#6F6769
(111,103,105)
#5D5758
(93,87,88)
#4B4747
(75,71,71)
#393736
(57,55,54)
#272725
(39,39,37)
#151714
(21,23,20)
#000000
(0,0,0)

Tints of #C9B7BE

#C9B7BE
(201,183,190)
#CDBDC3
(205,189,195)
#D1C3C8
(209,195,200)
#D5C9CD
(213,201,205)
#D9CFD2
(217,207,210)
#DDD5D7
(221,213,215)
#E1DBDC
(225,219,220)
#E5E1E1
(229,225,225)
#E9E7E6
(233,231,230)
#EDEDEB
(237,237,235)
#F1F3F0
(241,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9B7BE; }

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

This text font color is #C9B7BE.


Background Color

.myBgColor { background-color: #C9B7BE; }

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

This div background color is #C9B7BE.


Border color

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

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

This div border color is #C9B7BE.


Opacity

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

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

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

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

This text has shadow with #C9B7BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9B7BE on black background.


Color preview on white background

This text has color #C9B7BE on white background.



Black color preview on #C9B7BE background

This text has black color on #C9B7BE background.


White color preview on #C9B7BE background

This text has white color on #C9B7BE background.