HEX: #EBD6DA
RGB: (235,214,218)
#EBD6DA contains red, green and blue colors in about the same proportion. Web safe color of #EBD6DA is #FFCCCC (or #FCC).
#EBD6DA color RGB value is (235,214,218).
RGB: (235,214,218)
(92%, 84%, 85%)
R 235 of 255 = 92%
G 214 of 255 = 84%
B 218 of 255 = 85%
R + G + B ~ 87%. #EBD6DA is light color.
R + G + B = 235 + 214 + 218 = 667 (100%)
R 235 of 667 ~ 35.23%
G 214 of 667 ~ 32.08%
B 218 of 667 ~ 32.68'%
#EBD6DA color CMYK value is (0,9,7,8).
CMYK: (0,9,7,8)
C0M9Y7K8 (0%, 9%, 7%, 8%)
(0.00 / 0.09 / 0.07 / 0.08)
Color #EBD6DA in popluar color models
EB | D6 | DA | |
---|---|---|---|
RGB | 235 | 214 | 218 |
HSL | 349° | 34.43% | 88.04% |
HSB/HSV | 349° | 8.94% | 92.16% |
CMYK | 0.00% | 8.94% | 7.23% |
7.84% |
Color #EBD6DA in popluar number systems.
HEX | EB | D6 | DA |
Decimal | 235 | 214 | 218 |
Binary | 11101011 | 11010110 | 11011010 |
Octal | 353 | 326 | 332 |
Shades of #EBD6DA
Tints of #EBD6DA
Examples of css and html codes for elements with #EBD6DA color. Also use rgb(235,214,218) instead hex code.
.myTextColor { color: #EBD6DA; }
<p style="color:#EBD6DA">This sample text font color is #EBD6DA.</p>
This text font color is #EBD6DA.
.myBgColor { background-color: #EBD6DA; }
<div style="background-color:#EBD6DA">Inner text</div>
This div background color is #EBD6DA.
.myBorderColor { border: 1px solid #EBD6DA; }
<div style="border:3px solid #EBD6DA">Div</div>
This div border color is #EBD6DA.
.myOpacity80 { color: #EBD6DA; opacity: 0.8; }
<p style="color:#EBD6DA;opacity:0.8;">80%</p>
Text with #EBD6DA color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EBD6DA;}
<p style="text-shadow: 3px 3px 1px #EBD6DA">Text here.</p>
This text has shadow with #EBD6DA color.
.textShadow {text-shadow: 3px 3px 1px #EBD6DA', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EBD6DA, 5px 5px 20px red">Text here.</p>
This text has shadow with #EBD6DA primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EBD6DA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EBD6DA, Direction=45, Strength=4)">Text</p>
This text has shadow with #EBD6DA and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EBD6DA;
-webkit-box-shadow: 1px 1px 3px 2px #EBD6DA;
box-shadow: 1px 1px 3px 2px #EBD6DA;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EBD6DA; -webkit-box-shadow: 1px 1px 3px 2px #EBD6DA; box-shadow:1px 1px 3px 2px #EBD6DA;">
Div content here
</div>
This text has color #EBD6DA on black background.
This text has color #EBD6DA on white background.
This text has black color on #EBD6DA background.
This text has white color on #EBD6DA background.
Complementary color for #hex is #142925.