COLOR #C9B686

HEX: #C9B686 RGB: (201,182,134)

Color info

#C9B686 contains mainly red and green colors. Web safe color of #C9B686 is #CCCC99 (or #CC9).

RGB color model

#C9B686 color RGB value is (201,182,134).

RGB: (201,182,134) (79%, 71%, 53%)

RGB channels and saturation

R 201 of 255 = 79%
G 182 of 255 = 71%
B 134 of 255 = 53%

201
182
134

R + G + B ~ 68%. #C9B686 is quite light color.

Portions of RGB colors in percentages

R + G + B = 201 + 182 + 134 = 517 (100%)
R 201 of 517 ~ 38.88%
G 182 of 517 ~ 35.2%
B 134 of 517 ~ 25.92'%

%38.88
%35.2
%25.92

CMYK color model

#C9B686 color CMYK value is (0,9,33,21).

  • cyan value is 0.00%
  • magenta value is 9.45%
  • yellow value is 33.33%
  • key color value is 21.18%

CMYK: (0,9,33,21)
C0M9Y33K21 (0%, 9%, 33%, 21%)
(0.00 / 0.09 / 0.33 / 0.21)

CMYK percentages

%0
%9.45
%33.33
%21.18

Codes

Color #C9B686 in popluar color models

C9 B6 86
RGB 201 182 134
HSL 43° 38.29% 65.69%
HSB/HSV 43° 33.33% 78.82%
CMYK 0.00% 9.45% 33.33%
21.18%

Color #C9B686 in popluar number systems.

HEX C9 B6 86
Decimal 201 182 134
Binary 11001001 10110110 10000110
Octal 311 266 206

Shades and tints

Shades of #C9B686

#C9B686
(201,182,134)
#B7A67A
(183,166,122)
#A5966E
(165,150,110)
#938662
(147,134,98)
#817656
(129,118,86)
#6F664A
(111,102,74)
#5D563E
(93,86,62)
#4B4632
(75,70,50)
#393626
(57,54,38)
#27261A
(39,38,26)
#15160E
(21,22,14)
#000000
(0,0,0)

Tints of #C9B686

#C9B686
(201,182,134)
#CDBC91
(205,188,145)
#D1C29C
(209,194,156)
#D5C8A7
(213,200,167)
#D9CEB2
(217,206,178)
#DDD4BD
(221,212,189)
#E1DAC8
(225,218,200)
#E5E0D3
(229,224,211)
#E9E6DE
(233,230,222)
#EDECE9
(237,236,233)
#F1F2F4
(241,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9B686 color. Also use rgb(201,182,134) instead hex code.

Text Font Color

.myTextColor { color: #C9B686; }

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

This text font color is #C9B686.

Background Color

.myBgColor { background-color: #C9B686; }

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

This div background color is #C9B686.

Border color

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

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

This div border color is #C9B686.

Opacity

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

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

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

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

This text has shadow with #C9B686 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9B686.

Preview

Color preview on black background

This text has color #C9B686 on black background.


Color preview on white background

This text has color #C9B686 on white background.


Black color preview on #C9B686 background

This text has black color on #C9B686 background.


White color preview on #C9B686 background

This text has white color on #C9B686 background.


Related colors

Complementary color

Complementary color for #hex is #364979.


I love getcolorcode.com

Triadic colors

1 #86C9B6 and #B686C9 with #C9B686 are triadic colors.

2 #86B6C9 and #B6C986 with #C9B686 are triadic colors.