HEX: #C9B868
RGB: (201,184,104)
#C9B868 contains mainly red and green colors. Web safe color of #C9B868 is #CCCC66 (or #CC6).
#C9B868 color RGB value is (201,184,104).
RGB: (201,184,104) (79%,72%,41%)
R 201 of 255 = 79%
G 184 of 255 = 72%
B 104 of 255 = 41%
R + G + B ~ 64%. #C9B868 is quite light color.
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%
#C9B868 color CMYK value is (0,8,48,21).
CMYK: (0,8,48,21) C0M8Y48K21 (0%,8%,48%,21%) (0.00/0.08/0.48/0.21)
C9 | B8 | 68 | |
---|---|---|---|
RGB | 201 | 184 | 104 |
HSL | 49° | 47.32% | 59.80% |
HSB/HSV | 49° | 48.26% | 78.82% |
CMYK | 0.00% | 8.46% | 48.26% |
21.18% |
HEX | C9 | B8 | 68 |
Decimal | 201 | 184 | 104 |
Binary | 11001001 | 10111000 | 1101000 |
Octal | 311 | 270 | 150 |
Examples of css and html codes for elements with #C9B868 color. Also use rgb(201,184,104) instead hex code.
.myTextColor { color: #C9B868; }
<p style="color:#C9B868">This sample text font color is #C9B868.</p>
This text font color is #C9B868.
.myBgColor { background-color: #C9B868; }
<div style="background-color:#C9B868">Inner text</div>
This div background color is #C9B868.
.myBorderColor { border: 1px solid #C9B868; }
<div style="border:3px solid #C9B868">Div</div>
This div border color is #C9B868.
.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%.
.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.
/* 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 text has color #C9B868 on black background.
This text has color #C9B868 on white background.
This text has black color on #C9B868 background.
This text has white color on #C9B868 background.