COLOR #C9B868

HEX: #C9B868
RGB: (201,184,104)

Color info

#C9B868 contains mainly red and green colors. Web safe color of #C9B868 is #CCCC66 (or #CC6).

RGB color model

#C9B868 color RGB value is (201,184,104).

  • red value is 201;
  • green value is 184;
  • blue value is 104.
RGB:
(201,184,104)
(79%,72%,41%)

RGB channels and saturation

R 201 of 255 = 79%
G 184 of 255 = 72%
B 104 of 255 = 41%

201
184
104

R + G + B ~ 64%. #C9B868 is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 184 + 104 = 489 (100%)
R 201 of 489 ~ 41.1%
G 184 of 489 ~ 37.63%
B 104 of 489 ~ 21.27%

%41.1
%37.63
%21.27

CMYK color model

#C9B868 color CMYK value is (0,8,48,21).

  • cyan value is 0.00%
  • magenta value is 8.46%
  • yellow value is 48.26%
  • key color value is 21.18%
CMYK:
(0,8,48,21)
C0M8Y48K21 
(0%,8%,48%,21%)
(0.00/0.08/0.48/0.21)	

CMYK percentages

%0
%8.46
%48.26
%21.18

Codes

Color #C9B868 in popluar color models

C9B868
RGB201184104
HSL49°47.32%59.80%
HSB/HSV49°48.26%78.82%
CMYK0.00%8.46%48.26%
21.18%

Color #C9B868 in popluar number systems.

HEXC9B868
Decimal201184104
Binary11001001101110001101000
Octal311270150

Shades and tints

Shades of #C9B868

#C9B868
(201,184,104)
#B7A85F
(183,168,95)
#A59856
(165,152,86)
#93884D
(147,136,77)
#817844
(129,120,68)
#6F683B
(111,104,59)
#5D5832
(93,88,50)
#4B4829
(75,72,41)
#393820
(57,56,32)
#272817
(39,40,23)
#15180E
(21,24,14)
#000000
(0,0,0)

Tints of #C9B868

#C9B868
(201,184,104)
#CDBE75
(205,190,117)
#D1C482
(209,196,130)
#D5CA8F
(213,202,143)
#D9D09C
(217,208,156)
#DDD6A9
(221,214,169)
#E1DCB6
(225,220,182)
#E5E2C3
(229,226,195)
#E9E8D0
(233,232,208)
#EDEEDD
(237,238,221)
#F1F4EA
(241,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9B868 color. Also use rgb(201,184,104) instead hex code.

Text Font Color

.myTextColor { color: #C9B868; }

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

This text font color is #C9B868.


Background Color

.myBgColor { background-color: #C9B868; }

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

This div background color is #C9B868.


Border color

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

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

This div border color is #C9B868.


Opacity

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

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

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

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

This text has shadow with #C9B868 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9B868 on black background.


Color preview on white background

This text has color #C9B868 on white background.



Black color preview on #C9B868 background

This text has black color on #C9B868 background.


White color preview on #C9B868 background

This text has white color on #C9B868 background.