COLOR #C9BCBA

HEX: #C9BCBA
RGB: (201,188,186)

Color info

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

RGB color model

#C9BCBA color RGB value is (201,188,186).

  • red value is 201;
  • green value is 188;
  • blue value is 186.
RGB:
(201,188,186)
(79%,74%,73%)

RGB channels and saturation

R 201 of 255 = 79%
G 188 of 255 = 74%
B 186 of 255 = 73%

201
188
186

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

Portions of RGB colors in percentages

R + G + B =
201 + 188 + 186 = 575 (100%)
R 201 of 575 ~ 34.96%
G 188 of 575 ~ 32.7%
B 186 of 575 ~ 32.35%

%34.96
%32.7
%32.35

CMYK color model

#C9BCBA color CMYK value is (0,6,7,21).

  • cyan value is 0.00%
  • magenta value is 6.47%
  • yellow value is 7.46%
  • key color value is 21.18%
CMYK:
(0,6,7,21)
C0M6Y7K21 
(0%,6%,7%,21%)
(0.00/0.06/0.07/0.21)	

CMYK percentages

%0
%6.47
%7.46
%21.18

Codes

Color #C9BCBA in popluar color models

C9BCBA
RGB201188186
HSL12.20%75.88%
HSB/HSV7.46%78.82%
CMYK0.00%6.47%7.46%
21.18%

Color #C9BCBA in popluar number systems.

HEXC9BCBA
Decimal201188186
Binary110010011011110010111010
Octal311274272

Shades and tints

Shades of #C9BCBA

#C9BCBA
(201,188,186)
#B7ABAA
(183,171,170)
#A59A9A
(165,154,154)
#93898A
(147,137,138)
#81787A
(129,120,122)
#6F676A
(111,103,106)
#5D565A
(93,86,90)
#4B454A
(75,69,74)
#39343A
(57,52,58)
#27232A
(39,35,42)
#15121A
(21,18,26)
#000000
(0,0,0)

Tints of #C9BCBA

#C9BCBA
(201,188,186)
#CDC2C0
(205,194,192)
#D1C8C6
(209,200,198)
#D5CECC
(213,206,204)
#D9D4D2
(217,212,210)
#DDDAD8
(221,218,216)
#E1E0DE
(225,224,222)
#E5E6E4
(229,230,228)
#E9ECEA
(233,236,234)
#EDF2F0
(237,242,240)
#F1F8F6
(241,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9BCBA color. Also use rgb(201,188,186) instead hex code.

Text Font Color

.myTextColor { color: #C9BCBA; }

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

This text font color is #C9BCBA.


Background Color

.myBgColor { background-color: #C9BCBA; }

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

This div background color is #C9BCBA.


Border color

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

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

This div border color is #C9BCBA.


Opacity

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

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

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

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

This text has shadow with #C9BCBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9BCBA on black background.


Color preview on white background

This text has color #C9BCBA on white background.



Black color preview on #C9BCBA background

This text has black color on #C9BCBA background.


White color preview on #C9BCBA background

This text has white color on #C9BCBA background.