COLOR #C9BDB9

HEX: #C9BDB9
RGB: (201,189,185)

Color info

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

RGB color model

#C9BDB9 color RGB value is (201,189,185).

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

RGB channels and saturation

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

201
189
185

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

Portions of RGB colors in percentages

R + G + B =
201 + 189 + 185 = 575 (100%)
R 201 of 575 ~ 34.96%
G 189 of 575 ~ 32.87%
B 185 of 575 ~ 32.17%

%34.96
%32.87
%32.17

CMYK color model

#C9BDB9 color CMYK value is (0,6,8,21).

  • cyan value is 0.00%
  • magenta value is 5.97%
  • yellow value is 7.96%
  • key color value is 21.18%
CMYK:
(0,6,8,21)
C0M6Y8K21 
(0%,6%,8%,21%)
(0.00/0.06/0.08/0.21)	

CMYK percentages

%0
%5.97
%7.96
%21.18

Codes

Color #C9BDB9 in popluar color models

C9BDB9
RGB201189185
HSL15°12.90%75.69%
HSB/HSV15°7.96%78.82%
CMYK0.00%5.97%7.96%
21.18%

Color #C9BDB9 in popluar number systems.

HEXC9BDB9
Decimal201189185
Binary110010011011110110111001
Octal311275271

Shades and tints

Shades of #C9BDB9

#C9BDB9
(201,189,185)
#B7ACA9
(183,172,169)
#A59B99
(165,155,153)
#938A89
(147,138,137)
#817979
(129,121,121)
#6F6869
(111,104,105)
#5D5759
(93,87,89)
#4B4649
(75,70,73)
#393539
(57,53,57)
#272429
(39,36,41)
#151319
(21,19,25)
#000000
(0,0,0)

Tints of #C9BDB9

#C9BDB9
(201,189,185)
#CDC3BF
(205,195,191)
#D1C9C5
(209,201,197)
#D5CFCB
(213,207,203)
#D9D5D1
(217,213,209)
#DDDBD7
(221,219,215)
#E1E1DD
(225,225,221)
#E5E7E3
(229,231,227)
#E9EDE9
(233,237,233)
#EDF3EF
(237,243,239)
#F1F9F5
(241,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9BDB9; }

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

This text font color is #C9BDB9.


Background Color

.myBgColor { background-color: #C9BDB9; }

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

This div background color is #C9BDB9.


Border color

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

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

This div border color is #C9BDB9.


Opacity

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

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

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

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

This text has shadow with #C9BDB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9BDB9 on black background.


Color preview on white background

This text has color #C9BDB9 on white background.



Black color preview on #C9BDB9 background

This text has black color on #C9BDB9 background.


White color preview on #C9BDB9 background

This text has white color on #C9BDB9 background.