HEX: #E6EBDB
RGB: (230,235,219)
#E6EBDB contains red, green and blue colors in about the same proportion. Web safe color of #E6EBDB is #CCFFCC (or #CFC).
#E6EBDB color RGB value is (230,235,219).
RGB: (230,235,219)
(90%, 92%, 86%)
R 230 of 255 = 90%
G 235 of 255 = 92%
B 219 of 255 = 86%
R + G + B ~ 89%. #E6EBDB is light color.
R + G + B = 230 + 235 + 219 = 684 (100%)
R 230 of 684 ~ 33.63%
G 235 of 684 ~ 34.36%
B 219 of 684 ~ 32.02'%
#E6EBDB color CMYK value is (2,0,7,8).
CMYK: (2,0,7,8) C2M0Y7K8 (2%,0%,7%,8%) (0.02/0.00/0.07/0.08)
Color #E6EBDB in popluar color models
E6 | EB | DB | |
---|---|---|---|
RGB | 230 | 235 | 219 |
HSL | 79° | 28.57% | 89.02% |
HSB/HSV | 79° | 6.81% | 92.16% |
CMYK | 2.13% | 0.00% | 6.81% |
7.84% |
Color #E6EBDB in popluar number systems.
HEX | E6 | EB | DB |
Decimal | 230 | 235 | 219 |
Binary | 11100110 | 11101011 | 11011011 |
Octal | 346 | 353 | 333 |
Shades of #E6EBDB
Tints of #E6EBDB
Examples of css and html codes for elements with #E6EBDB color. Also use rgb(230,235,219) instead hex code.
.myTextColor { color: #E6EBDB; }
<p style="color:#E6EBDB">This sample text font color is #E6EBDB.</p>
This text font color is #E6EBDB.
.myBgColor { background-color: #E6EBDB; }
<div style="background-color:#E6EBDB">Inner text</div>
This div background color is #E6EBDB.
.myBorderColor { border: 1px solid #E6EBDB; }
<div style="border:3px solid #E6EBDB">Div</div>
This div border color is #E6EBDB.
.myOpacity80 { color: #E6EBDB; opacity: 0.8; }
<p style="color:#E6EBDB;opacity:0.8;">80%</p>
Text with #E6EBDB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E6EBDB;}
<p style="text-shadow: 3px 3px 1px #E6EBDB">Text here.</p>
This text has shadow with #E6EBDB color.
.textShadow {text-shadow: 3px 3px 1px #E6EBDB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E6EBDB, 5px 5px 20px red">Text here.</p>
This text has shadow with #E6EBDB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E6EBDB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E6EBDB, Direction=45, Strength=4)">Text</p>
This text has shadow with #E6EBDB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E6EBDB;
-webkit-box-shadow: 1px 1px 3px 2px #E6EBDB;
box-shadow: 1px 1px 3px 2px #E6EBDB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E6EBDB; -webkit-box-shadow: 1px 1px 3px 2px #E6EBDB; box-shadow:1px 1px 3px 2px #E6EBDB;">
Div content here
</div>
This text has color #E6EBDB on black background.
This text has color #E6EBDB on white background.
This text has black color on #E6EBDB background.
This text has white color on #E6EBDB background.
Complementary color for #hex is #191424.