COLOR #C9BB97

HEX: #C9BB97
RGB: (201,187,151)

Color info

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

RGB color model

#C9BB97 color RGB value is (201,187,151).

  • red value is 201;
  • green value is 187;
  • blue value is 151.
RGB:
(201,187,151)
(79%,73%,59%)

RGB channels and saturation

R 201 of 255 = 79%
G 187 of 255 = 73%
B 151 of 255 = 59%

201
187
151

R + G + B ~ 70%. #C9BB97 is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 187 + 151 = 539 (100%)
R 201 of 539 ~ 37.29%
G 187 of 539 ~ 34.69%
B 151 of 539 ~ 28.01%

%37.29
%34.69
%28.01

CMYK color model

#C9BB97 color CMYK value is (0,7,25,21).

  • cyan value is 0.00%
  • magenta value is 6.97%
  • yellow value is 24.88%
  • key color value is 21.18%
CMYK:
(0,7,25,21)
C0M7Y25K21 
(0%,7%,25%,21%)
(0.00/0.07/0.25/0.21)	

CMYK percentages

%0
%6.97
%24.88
%21.18

Codes

Color #C9BB97 in popluar color models

C9BB97
RGB201187151
HSL43°31.65%69.02%
HSB/HSV43°24.88%78.82%
CMYK0.00%6.97%24.88%
21.18%

Color #C9BB97 in popluar number systems.

HEXC9BB97
Decimal201187151
Binary110010011011101110010111
Octal311273227

Shades and tints

Shades of #C9BB97

#C9BB97
(201,187,151)
#B7AA8A
(183,170,138)
#A5997D
(165,153,125)
#938870
(147,136,112)
#817763
(129,119,99)
#6F6656
(111,102,86)
#5D5549
(93,85,73)
#4B443C
(75,68,60)
#39332F
(57,51,47)
#272222
(39,34,34)
#151115
(21,17,21)
#000000
(0,0,0)

Tints of #C9BB97

#C9BB97
(201,187,151)
#CDC1A0
(205,193,160)
#D1C7A9
(209,199,169)
#D5CDB2
(213,205,178)
#D9D3BB
(217,211,187)
#DDD9C4
(221,217,196)
#E1DFCD
(225,223,205)
#E5E5D6
(229,229,214)
#E9EBDF
(233,235,223)
#EDF1E8
(237,241,232)
#F1F7F1
(241,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9BB97 color. Also use rgb(201,187,151) instead hex code.

Text Font Color

.myTextColor { color: #C9BB97; }

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

This text font color is #C9BB97.


Background Color

.myBgColor { background-color: #C9BB97; }

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

This div background color is #C9BB97.


Border color

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

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

This div border color is #C9BB97.


Opacity

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

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

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

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

This text has shadow with #C9BB97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9BB97 on black background.


Color preview on white background

This text has color #C9BB97 on white background.



Black color preview on #C9BB97 background

This text has black color on #C9BB97 background.


White color preview on #C9BB97 background

This text has white color on #C9BB97 background.