HEX: #E6C79D
RGB: (230,199,157)
#E6C79D contains mainly red and green colors. Web safe color of #E6C79D is #CCCC99 (or #CC9).
#E6C79D color RGB value is (230,199,157).
RGB: (230,199,157)
(90%, 78%, 62%)
R 230 of 255 = 90%
G 199 of 255 = 78%
B 157 of 255 = 62%
R + G + B ~ 77%. #E6C79D is quite light color.
R + G + B = 230 + 199 + 157 = 586 (100%)
R 230 of 586 ~ 39.25%
G 199 of 586 ~ 33.96%
B 157 of 586 ~ 26.79'%
#E6C79D color CMYK value is (0,13,32,10).
CMYK: (0,13,32,10) C0M13Y32K10 (0%,13%,32%,10%) (0.00/0.13/0.32/0.10)
Color #E6C79D in popluar color models
E6 | C7 | 9D | |
---|---|---|---|
RGB | 230 | 199 | 157 |
HSL | 35° | 59.35% | 75.88% |
HSB/HSV | 35° | 31.74% | 90.20% |
CMYK | 0.00% | 13.48% | 31.74% |
9.80% |
Color #E6C79D in popluar number systems.
HEX | E6 | C7 | 9D |
Decimal | 230 | 199 | 157 |
Binary | 11100110 | 11000111 | 10011101 |
Octal | 346 | 307 | 235 |
Shades of #E6C79D
Tints of #E6C79D
Examples of css and html codes for elements with #E6C79D color. Also use rgb(230,199,157) instead hex code.
.myTextColor { color: #E6C79D; }
<p style="color:#E6C79D">This sample text font color is #E6C79D.</p>
This text font color is #E6C79D.
.myBgColor { background-color: #E6C79D; }
<div style="background-color:#E6C79D">Inner text</div>
This div background color is #E6C79D.
.myBorderColor { border: 1px solid #E6C79D; }
<div style="border:3px solid #E6C79D">Div</div>
This div border color is #E6C79D.
.myOpacity80 { color: #E6C79D; opacity: 0.8; }
<p style="color:#E6C79D;opacity:0.8;">80%</p>
Text with #E6C79D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E6C79D;}
<p style="text-shadow: 3px 3px 1px #E6C79D">Text here.</p>
This text has shadow with #E6C79D color.
.textShadow {text-shadow: 3px 3px 1px #E6C79D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E6C79D, 5px 5px 20px red">Text here.</p>
This text has shadow with #E6C79D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E6C79D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E6C79D, Direction=45, Strength=4)">Text</p>
This text has shadow with #E6C79D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E6C79D;
-webkit-box-shadow: 1px 1px 3px 2px #E6C79D;
box-shadow: 1px 1px 3px 2px #E6C79D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E6C79D; -webkit-box-shadow: 1px 1px 3px 2px #E6C79D; box-shadow:1px 1px 3px 2px #E6C79D;">
Div content here
</div>
This text has color #E6C79D on black background.
This text has color #E6C79D on white background.
This text has black color on #E6C79D background.
This text has white color on #E6C79D background.
Complementary color for #hex is #193862.