COLOR #C9BF9A

HEX: #C9BF9A
RGB: (201,191,154)

Color info

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

RGB color model

#C9BF9A color RGB value is (201,191,154).

  • red value is 201;
  • green value is 191;
  • blue value is 154.
RGB:
(201,191,154)
(79%,75%,60%)

RGB channels and saturation

R 201 of 255 = 79%
G 191 of 255 = 75%
B 154 of 255 = 60%

201
191
154

R + G + B ~ 71%. #C9BF9A is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 191 + 154 = 546 (100%)
R 201 of 546 ~ 36.81%
G 191 of 546 ~ 34.98%
B 154 of 546 ~ 28.21%

%36.81
%34.98
%28.21

CMYK color model

#C9BF9A color CMYK value is (0,5,23,21).

  • cyan value is 0.00%
  • magenta value is 4.98%
  • yellow value is 23.38%
  • key color value is 21.18%
CMYK:
(0,5,23,21)
C0M5Y23K21 
(0%,5%,23%,21%)
(0.00/0.05/0.23/0.21)	

CMYK percentages

%0
%4.98
%23.38
%21.18

Codes

Color #C9BF9A in popluar color models

C9BF9A
RGB201191154
HSL47°30.32%69.61%
HSB/HSV47°23.38%78.82%
CMYK0.00%4.98%23.38%
21.18%

Color #C9BF9A in popluar number systems.

HEXC9BF9A
Decimal201191154
Binary110010011011111110011010
Octal311277232

Shades and tints

Shades of #C9BF9A

#C9BF9A
(201,191,154)
#B7AE8C
(183,174,140)
#A59D7E
(165,157,126)
#938C70
(147,140,112)
#817B62
(129,123,98)
#6F6A54
(111,106,84)
#5D5946
(93,89,70)
#4B4838
(75,72,56)
#39372A
(57,55,42)
#27261C
(39,38,28)
#15150E
(21,21,14)
#000000
(0,0,0)

Tints of #C9BF9A

#C9BF9A
(201,191,154)
#CDC4A3
(205,196,163)
#D1C9AC
(209,201,172)
#D5CEB5
(213,206,181)
#D9D3BE
(217,211,190)
#DDD8C7
(221,216,199)
#E1DDD0
(225,221,208)
#E5E2D9
(229,226,217)
#E9E7E2
(233,231,226)
#EDECEB
(237,236,235)
#F1F1F4
(241,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9BF9A color. Also use rgb(201,191,154) instead hex code.

Text Font Color

.myTextColor { color: #C9BF9A; }

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

This text font color is #C9BF9A.


Background Color

.myBgColor { background-color: #C9BF9A; }

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

This div background color is #C9BF9A.


Border color

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

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

This div border color is #C9BF9A.


Opacity

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

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

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

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

This text has shadow with #C9BF9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9BF9A on black background.


Color preview on white background

This text has color #C9BF9A on white background.



Black color preview on #C9BF9A background

This text has black color on #C9BF9A background.


White color preview on #C9BF9A background

This text has white color on #C9BF9A background.