COLOR #C9BA89

HEX: #C9BA89 RGB: (201,186,137)

Color info

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

RGB color model

#C9BA89 color RGB value is (201,186,137).

RGB: (201,186,137) (79%, 73%, 54%)

RGB channels and saturation

R 201 of 255 = 79%
G 186 of 255 = 73%
B 137 of 255 = 54%

201
186
137

R + G + B ~ 69%. #C9BA89 is quite light color.

Portions of RGB colors in percentages

R + G + B = 201 + 186 + 137 = 524 (100%)
R 201 of 524 ~ 38.36%
G 186 of 524 ~ 35.5%
B 137 of 524 ~ 26.15'%

%38.36
%35.5
%26.15

CMYK color model

#C9BA89 color CMYK value is (0,7,32,21).

  • cyan value is 0.00%
  • magenta value is 7.46%
  • yellow value is 31.84%
  • key color value is 21.18%

CMYK: (0,7,32,21)
C0M7Y32K21 (0%, 7%, 32%, 21%)
(0.00 / 0.07 / 0.32 / 0.21)

CMYK percentages

%0
%7.46
%31.84
%21.18

Codes

Color #C9BA89 in popluar color models

C9 BA 89
RGB 201 186 137
HSL 46° 37.21% 66.27%
HSB/HSV 46° 31.84% 78.82%
CMYK 0.00% 7.46% 31.84%
21.18%

Color #C9BA89 in popluar number systems.

HEX C9 BA 89
Decimal 201 186 137
Binary 11001001 10111010 10001001
Octal 311 272 211

Shades and tints

Shades of #C9BA89

#C9BA89
(201,186,137)
#B7AA7D
(183,170,125)
#A59A71
(165,154,113)
#938A65
(147,138,101)
#817A59
(129,122,89)
#6F6A4D
(111,106,77)
#5D5A41
(93,90,65)
#4B4A35
(75,74,53)
#393A29
(57,58,41)
#272A1D
(39,42,29)
#151A11
(21,26,17)
#000000
(0,0,0)

Tints of #C9BA89

#C9BA89
(201,186,137)
#CDC093
(205,192,147)
#D1C69D
(209,198,157)
#D5CCA7
(213,204,167)
#D9D2B1
(217,210,177)
#DDD8BB
(221,216,187)
#E1DEC5
(225,222,197)
#E5E4CF
(229,228,207)
#E9EAD9
(233,234,217)
#EDF0E3
(237,240,227)
#F1F6ED
(241,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9BA89; }

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

This text font color is #C9BA89.

Background Color

.myBgColor { background-color: #C9BA89; }

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

This div background color is #C9BA89.

Border color

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

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

This div border color is #C9BA89.

Opacity

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

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

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

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

This text has shadow with #C9BA89 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9BA89.

Preview

Color preview on black background

This text has color #C9BA89 on black background.


Color preview on white background

This text has color #C9BA89 on white background.


Black color preview on #C9BA89 background

This text has black color on #C9BA89 background.


White color preview on #C9BA89 background

This text has white color on #C9BA89 background.


Related colors

Complementary color

Complementary color for #hex is #364576.


I love getcolorcode.com

Triadic colors

1 #89C9BA and #BA89C9 with #C9BA89 are triadic colors.

2 #89BAC9 and #BAC989 with #C9BA89 are triadic colors.