HEX: #C7AE7D
RGB: (199,174,125)
#C7AE7D contains mainly red and green colors. Web safe color of #C7AE7D is #CC9966 (or #C96).
#C7AE7D color RGB value is (199,174,125).
RGB: (199,174,125)
(78%, 68%, 49%)
R 199 of 255 = 78%
G 174 of 255 = 68%
B 125 of 255 = 49%
R + G + B ~ 65%. #C7AE7D is quite light color.
R + G + B = 199 + 174 + 125 = 498 (100%)
R 199 of 498 ~ 39.96%
G 174 of 498 ~ 34.94%
B 125 of 498 ~ 25.1'%
#C7AE7D color CMYK value is (0,13,37,22).
CMYK: (0,13,37,22) C0M13Y37K22 (0%,13%,37%,22%) (0.00/0.13/0.37/0.22)
Color #C7AE7D in popluar color models
C7 | AE | 7D | |
---|---|---|---|
RGB | 199 | 174 | 125 |
HSL | 40° | 39.78% | 63.53% |
HSB/HSV | 40° | 37.19% | 78.04% |
CMYK | 0.00% | 12.56% | 37.19% |
21.96% |
Color #C7AE7D in popluar number systems.
HEX | C7 | AE | 7D |
Decimal | 199 | 174 | 125 |
Binary | 11000111 | 10101110 | 1111101 |
Octal | 307 | 256 | 175 |
Shades of #C7AE7D
Tints of #C7AE7D
Examples of css and html codes for elements with #C7AE7D color. Also use rgb(199,174,125) instead hex code.
.myTextColor { color: #C7AE7D; }
<p style="color:#C7AE7D">This sample text font color is #C7AE7D.</p>
This text font color is #C7AE7D.
.myBgColor { background-color: #C7AE7D; }
<div style="background-color:#C7AE7D">Inner text</div>
This div background color is #C7AE7D.
.myBorderColor { border: 1px solid #C7AE7D; }
<div style="border:3px solid #C7AE7D">Div</div>
This div border color is #C7AE7D.
.myOpacity80 { color: #C7AE7D; opacity: 0.8; }
<p style="color:#C7AE7D;opacity:0.8;">80%</p>
Text with #C7AE7D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C7AE7D;}
<p style="text-shadow: 3px 3px 1px #C7AE7D">Text here.</p>
This text has shadow with #C7AE7D color.
.textShadow {text-shadow: 3px 3px 1px #C7AE7D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C7AE7D, 5px 5px 20px red">Text here.</p>
This text has shadow with #C7AE7D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C7AE7D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C7AE7D, Direction=45, Strength=4)">Text</p>
This text has shadow with #C7AE7D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C7AE7D;
-webkit-box-shadow: 1px 1px 3px 2px #C7AE7D;
box-shadow: 1px 1px 3px 2px #C7AE7D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C7AE7D; -webkit-box-shadow: 1px 1px 3px 2px #C7AE7D; box-shadow:1px 1px 3px 2px #C7AE7D;">
Div content here
</div>
This text has color #C7AE7D on black background.
This text has color #C7AE7D on white background.
This text has black color on #C7AE7D background.
This text has white color on #C7AE7D background.
Complementary color for #hex is #385182.