HEX: #C5B88D
RGB: (197,184,141)
#C5B88D contains red, green and blue colors in about the same proportion. Web safe color of #C5B88D is #CCCC99 (or #CC9).
#C5B88D color RGB value is (197,184,141).
RGB: (197,184,141)
(77%, 72%, 55%)
R 197 of 255 = 77%
G 184 of 255 = 72%
B 141 of 255 = 55%
R + G + B ~ 68%. #C5B88D is quite light color.
R + G + B = 197 + 184 + 141 = 522 (100%)
R 197 of 522 ~ 37.74%
G 184 of 522 ~ 35.25%
B 141 of 522 ~ 27.01'%
#C5B88D color CMYK value is (0,7,28,23).
CMYK: (0,7,28,23)
C0M7Y28K23 (0%, 7%, 28%, 23%)
(0.00 / 0.07 / 0.28 / 0.23)
Color #C5B88D in popluar color models
C5 | B8 | 8D | |
---|---|---|---|
RGB | 197 | 184 | 141 |
HSL | 46° | 32.56% | 66.27% |
HSB/HSV | 46° | 28.43% | 77.25% |
CMYK | 0.00% | 6.60% | 28.43% |
22.75% |
Color #C5B88D in popluar number systems.
HEX | C5 | B8 | 8D |
Decimal | 197 | 184 | 141 |
Binary | 11000101 | 10111000 | 10001101 |
Octal | 305 | 270 | 215 |
Shades of #C5B88D
Tints of #C5B88D
Examples of css and html codes for elements with #C5B88D color. Also use rgb(197,184,141) instead hex code.
.myTextColor { color: #C5B88D; }
<p style="color:#C5B88D">This sample text font color is #C5B88D.</p>
This text font color is #C5B88D.
.myBgColor { background-color: #C5B88D; }
<div style="background-color:#C5B88D">Inner text</div>
This div background color is #C5B88D.
.myBorderColor { border: 1px solid #C5B88D; }
<div style="border:3px solid #C5B88D">Div</div>
This div border color is #C5B88D.
.myOpacity80 { color: #C5B88D; opacity: 0.8; }
<p style="color:#C5B88D;opacity:0.8;">80%</p>
Text with #C5B88D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C5B88D;}
<p style="text-shadow: 3px 3px 1px #C5B88D">Text here.</p>
This text has shadow with #C5B88D color.
.textShadow {text-shadow: 3px 3px 1px #C5B88D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C5B88D, 5px 5px 20px red">Text here.</p>
This text has shadow with #C5B88D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C5B88D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C5B88D, Direction=45, Strength=4)">Text</p>
This text has shadow with #C5B88D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C5B88D;
-webkit-box-shadow: 1px 1px 3px 2px #C5B88D;
box-shadow: 1px 1px 3px 2px #C5B88D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C5B88D; -webkit-box-shadow: 1px 1px 3px 2px #C5B88D; box-shadow:1px 1px 3px 2px #C5B88D;">
Div content here
</div>
This text has color #C5B88D on black background.
This text has color #C5B88D on white background.
This text has black color on #C5B88D background.
This text has white color on #C5B88D background.
Complementary color for #hex is #3A4772.