COLOR #C9BD9F

HEX: #C9BD9F RGB: (201,189,159)

Color info

#C9BD9F contains red, green and blue colors in about the same proportion. Web safe color of #C9BD9F is #CCCC99 (or #CC9).

RGB color model

#C9BD9F color RGB value is (201,189,159).

RGB: (201,189,159) (79%, 74%, 62%)

RGB channels and saturation

R 201 of 255 = 79%
G 189 of 255 = 74%
B 159 of 255 = 62%

201
189
159

R + G + B ~ 72%. #C9BD9F is quite light color.

Portions of RGB colors in percentages

R + G + B = 201 + 189 + 159 = 549 (100%)
R 201 of 549 ~ 36.61%
G 189 of 549 ~ 34.43%
B 159 of 549 ~ 28.96'%

%36.61
%34.43
%28.96

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 5.97%
  • yellow value is 20.90%
  • key color value is 21.18%

CMYK: (0,6,21,21)
C0M6Y21K21 (0%, 6%, 21%, 21%)
(0.00 / 0.06 / 0.21 / 0.21)

CMYK percentages

%0
%5.97
%20.9
%21.18

Codes

Color #C9BD9F in popluar color models

C9 BD 9F
RGB 201 189 159
HSL 43° 28.00% 70.59%
HSB/HSV 43° 20.90% 78.82%
CMYK 0.00% 5.97% 20.90%
21.18%

Color #C9BD9F in popluar number systems.

HEX C9 BD 9F
Decimal 201 189 159
Binary 11001001 10111101 10011111
Octal 311 275 237

Shades and tints

Shades of #C9BD9F

#C9BD9F
(201,189,159)
#B7AC91
(183,172,145)
#A59B83
(165,155,131)
#938A75
(147,138,117)
#817967
(129,121,103)
#6F6859
(111,104,89)
#5D574B
(93,87,75)
#4B463D
(75,70,61)
#39352F
(57,53,47)
#272421
(39,36,33)
#151313
(21,19,19)
#000000
(0,0,0)

Tints of #C9BD9F

#C9BD9F
(201,189,159)
#CDC3A7
(205,195,167)
#D1C9AF
(209,201,175)
#D5CFB7
(213,207,183)
#D9D5BF
(217,213,191)
#DDDBC7
(221,219,199)
#E1E1CF
(225,225,207)
#E5E7D7
(229,231,215)
#E9EDDF
(233,237,223)
#EDF3E7
(237,243,231)
#F1F9EF
(241,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9BD9F; }

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

This text font color is #C9BD9F.

Background Color

.myBgColor { background-color: #C9BD9F; }

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

This div background color is #C9BD9F.

Border color

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

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

This div border color is #C9BD9F.

Opacity

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

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

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

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

This text has shadow with #C9BD9F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9BD9F.

Preview

Color preview on black background

This text has color #C9BD9F on black background.


Color preview on white background

This text has color #C9BD9F on white background.


Black color preview on #C9BD9F background

This text has black color on #C9BD9F background.


White color preview on #C9BD9F background

This text has white color on #C9BD9F background.


Related colors

Complementary color

Complementary color for #hex is #364260.


I love getcolorcode.com

Triadic colors

1 #9FC9BD and #BD9FC9 with #C9BD9F are triadic colors.

2 #9FBDC9 and #BDC99F with #C9BD9F are triadic colors.