HEX: #E1DCBE
RGB: (225,220,190)
#E1DCBE contains red, green and blue colors in about the same proportion. Web safe color of #E1DCBE is #CCCCCC (or #CCC).
#E1DCBE color RGB value is (225,220,190).
RGB: (225,220,190)
(88%, 86%, 75%)
R 225 of 255 = 88%
G 220 of 255 = 86%
B 190 of 255 = 75%
R + G + B ~ 83%. #E1DCBE is quite light color.
R + G + B = 225 + 220 + 190 = 635 (100%)
R 225 of 635 ~ 35.43%
G 220 of 635 ~ 34.65%
B 190 of 635 ~ 29.92'%
#E1DCBE color CMYK value is (0,2,16,12).
CMYK: (0,2,16,12)
C0M2Y16K12 (0%, 2%, 16%, 12%)
(0.00 / 0.02 / 0.16 / 0.12)
Color #E1DCBE in popluar color models
E1 | DC | BE | |
---|---|---|---|
RGB | 225 | 220 | 190 |
HSL | 51° | 36.84% | 81.37% |
HSB/HSV | 51° | 15.56% | 88.24% |
CMYK | 0.00% | 2.22% | 15.56% |
11.76% |
Color #E1DCBE in popluar number systems.
HEX | E1 | DC | BE |
Decimal | 225 | 220 | 190 |
Binary | 11100001 | 11011100 | 10111110 |
Octal | 341 | 334 | 276 |
Shades of #E1DCBE
Tints of #E1DCBE
Examples of css and html codes for elements with #E1DCBE color. Also use rgb(225,220,190) instead hex code.
.myTextColor { color: #E1DCBE; }
<p style="color:#E1DCBE">This sample text font color is #E1DCBE.</p>
This text font color is #E1DCBE.
.myBgColor { background-color: #E1DCBE; }
<div style="background-color:#E1DCBE">Inner text</div>
This div background color is #E1DCBE.
.myBorderColor { border: 1px solid #E1DCBE; }
<div style="border:3px solid #E1DCBE">Div</div>
This div border color is #E1DCBE.
.myOpacity80 { color: #E1DCBE; opacity: 0.8; }
<p style="color:#E1DCBE;opacity:0.8;">80%</p>
Text with #E1DCBE color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E1DCBE;}
<p style="text-shadow: 3px 3px 1px #E1DCBE">Text here.</p>
This text has shadow with #E1DCBE color.
.textShadow {text-shadow: 3px 3px 1px #E1DCBE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E1DCBE, 5px 5px 20px red">Text here.</p>
This text has shadow with #E1DCBE primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E1DCBE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E1DCBE, Direction=45, Strength=4)">Text</p>
This text has shadow with #E1DCBE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E1DCBE;
-webkit-box-shadow: 1px 1px 3px 2px #E1DCBE;
box-shadow: 1px 1px 3px 2px #E1DCBE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E1DCBE; -webkit-box-shadow: 1px 1px 3px 2px #E1DCBE; box-shadow:1px 1px 3px 2px #E1DCBE;">
Div content here
</div>
This text has color #E1DCBE on black background.
This text has color #E1DCBE on white background.
This text has black color on #E1DCBE background.
This text has white color on #E1DCBE background.
Complementary color for #hex is #1E2341.