HEX: #E2BEAD
RGB: (226,190,173)
#E2BEAD contains red, green and blue colors in about the same proportion. Web safe color of #E2BEAD is #CCCC99 (or #CC9).
#E2BEAD color RGB value is (226,190,173).
RGB: (226,190,173)
(89%, 75%, 68%)
R 226 of 255 = 89%
G 190 of 255 = 75%
B 173 of 255 = 68%
R + G + B ~ 77%. #E2BEAD is quite light color.
R + G + B = 226 + 190 + 173 = 589 (100%)
R 226 of 589 ~ 38.37%
G 190 of 589 ~ 32.26%
B 173 of 589 ~ 29.37'%
#E2BEAD color CMYK value is (0,16,23,11).
CMYK: (0,16,23,11) C0M16Y23K11 (0%,16%,23%,11%) (0.00/0.16/0.23/0.11)
Color #E2BEAD in popluar color models
E2 | BE | AD | |
---|---|---|---|
RGB | 226 | 190 | 173 |
HSL | 19° | 47.75% | 78.24% |
HSB/HSV | 19° | 23.45% | 88.63% |
CMYK | 0.00% | 15.93% | 23.45% |
11.37% |
Color #E2BEAD in popluar number systems.
HEX | E2 | BE | AD |
Decimal | 226 | 190 | 173 |
Binary | 11100010 | 10111110 | 10101101 |
Octal | 342 | 276 | 255 |
Shades of #E2BEAD
Tints of #E2BEAD
Examples of css and html codes for elements with #E2BEAD color. Also use rgb(226,190,173) instead hex code.
.myTextColor { color: #E2BEAD; }
<p style="color:#E2BEAD">This sample text font color is #E2BEAD.</p>
This text font color is #E2BEAD.
.myBgColor { background-color: #E2BEAD; }
<div style="background-color:#E2BEAD">Inner text</div>
This div background color is #E2BEAD.
.myBorderColor { border: 1px solid #E2BEAD; }
<div style="border:3px solid #E2BEAD">Div</div>
This div border color is #E2BEAD.
.myOpacity80 { color: #E2BEAD; opacity: 0.8; }
<p style="color:#E2BEAD;opacity:0.8;">80%</p>
Text with #E2BEAD color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E2BEAD;}
<p style="text-shadow: 3px 3px 1px #E2BEAD">Text here.</p>
This text has shadow with #E2BEAD color.
.textShadow {text-shadow: 3px 3px 1px #E2BEAD', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E2BEAD, 5px 5px 20px red">Text here.</p>
This text has shadow with #E2BEAD primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E2BEAD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E2BEAD, Direction=45, Strength=4)">Text</p>
This text has shadow with #E2BEAD and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E2BEAD;
-webkit-box-shadow: 1px 1px 3px 2px #E2BEAD;
box-shadow: 1px 1px 3px 2px #E2BEAD;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E2BEAD; -webkit-box-shadow: 1px 1px 3px 2px #E2BEAD; box-shadow:1px 1px 3px 2px #E2BEAD;">
Div content here
</div>
This text has color #E2BEAD on black background.
This text has color #E2BEAD on white background.
This text has black color on #E2BEAD background.
This text has white color on #E2BEAD background.
Complementary color for #hex is #1D4152.