COLOR #C9BDBA

HEX: #C9BDBA
RGB: (201,189,186)

Color info

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

RGB color model

#C9BDBA color RGB value is (201,189,186).

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

RGB channels and saturation

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

201
189
186

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

Portions of RGB colors in percentages

R + G + B =
201 + 189 + 186 = 576 (100%)
R 201 of 576 ~ 34.9%
G 189 of 576 ~ 32.81%
B 186 of 576 ~ 32.29%

%34.9
%32.81
%32.29

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 5.97%
  • 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
%5.97
%7.46
%21.18

Codes

Color #C9BDBA in popluar color models

C9BDBA
RGB201189186
HSL12°12.20%75.88%
HSB/HSV12°7.46%78.82%
CMYK0.00%5.97%7.46%
21.18%

Color #C9BDBA in popluar number systems.

HEXC9BDBA
Decimal201189186
Binary110010011011110110111010
Octal311275272

Shades and tints

Shades of #C9BDBA

#C9BDBA
(201,189,186)
#B7ACAA
(183,172,170)
#A59B9A
(165,155,154)
#938A8A
(147,138,138)
#81797A
(129,121,122)
#6F686A
(111,104,106)
#5D575A
(93,87,90)
#4B464A
(75,70,74)
#39353A
(57,53,58)
#27242A
(39,36,42)
#15131A
(21,19,26)
#000000
(0,0,0)

Tints of #C9BDBA

#C9BDBA
(201,189,186)
#CDC3C0
(205,195,192)
#D1C9C6
(209,201,198)
#D5CFCC
(213,207,204)
#D9D5D2
(217,213,210)
#DDDBD8
(221,219,216)
#E1E1DE
(225,225,222)
#E5E7E4
(229,231,228)
#E9EDEA
(233,237,234)
#EDF3F0
(237,243,240)
#F1F9F6
(241,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9BDBA; }

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

This text font color is #C9BDBA.


Background Color

.myBgColor { background-color: #C9BDBA; }

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

This div background color is #C9BDBA.


Border color

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

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

This div border color is #C9BDBA.


Opacity

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

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

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

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

This text has shadow with #C9BDBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9BDBA on black background.


Color preview on white background

This text has color #C9BDBA on white background.



Black color preview on #C9BDBA background

This text has black color on #C9BDBA background.


White color preview on #C9BDBA background

This text has white color on #C9BDBA background.