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