HEX: #EBC7DA
RGB: (235,199,218)
#EBC7DA contains red, green and blue colors in about the same proportion. Web safe color of #EBC7DA is #FFCCCC (or #FCC).
#EBC7DA color RGB value is (235,199,218).
RGB: (235,199,218)
(92%, 78%, 85%)
R 235 of 255 = 92%
G 199 of 255 = 78%
B 218 of 255 = 85%
R + G + B ~ 85%. #EBC7DA is quite light color.
R + G + B = 235 + 199 + 218 = 652 (100%)
R 235 of 652 ~ 36.04%
G 199 of 652 ~ 30.52%
B 218 of 652 ~ 33.44'%
#EBC7DA color CMYK value is (0,15,7,8).
CMYK: (0,15,7,8)
C0M15Y7K8 (0%, 15%, 7%, 8%)
(0.00 / 0.15 / 0.07 / 0.08)
Color #EBC7DA in popluar color models
EB | C7 | DA | |
---|---|---|---|
RGB | 235 | 199 | 218 |
HSL | 328° | 47.37% | 85.10% |
HSB/HSV | 328° | 15.32% | 92.16% |
CMYK | 0.00% | 15.32% | 7.23% |
7.84% |
Color #EBC7DA in popluar number systems.
HEX | EB | C7 | DA |
Decimal | 235 | 199 | 218 |
Binary | 11101011 | 11000111 | 11011010 |
Octal | 353 | 307 | 332 |
Shades of #EBC7DA
Tints of #EBC7DA
Examples of css and html codes for elements with #EBC7DA color. Also use rgb(235,199,218) instead hex code.
.myTextColor { color: #EBC7DA; }
<p style="color:#EBC7DA">This sample text font color is #EBC7DA.</p>
This text font color is #EBC7DA.
.myBgColor { background-color: #EBC7DA; }
<div style="background-color:#EBC7DA">Inner text</div>
This div background color is #EBC7DA.
.myBorderColor { border: 1px solid #EBC7DA; }
<div style="border:3px solid #EBC7DA">Div</div>
This div border color is #EBC7DA.
.myOpacity80 { color: #EBC7DA; opacity: 0.8; }
<p style="color:#EBC7DA;opacity:0.8;">80%</p>
Text with #EBC7DA color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EBC7DA;}
<p style="text-shadow: 3px 3px 1px #EBC7DA">Text here.</p>
This text has shadow with #EBC7DA color.
.textShadow {text-shadow: 3px 3px 1px #EBC7DA', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EBC7DA, 5px 5px 20px red">Text here.</p>
This text has shadow with #EBC7DA primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EBC7DA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EBC7DA, Direction=45, Strength=4)">Text</p>
This text has shadow with #EBC7DA and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EBC7DA;
-webkit-box-shadow: 1px 1px 3px 2px #EBC7DA;
box-shadow: 1px 1px 3px 2px #EBC7DA;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EBC7DA; -webkit-box-shadow: 1px 1px 3px 2px #EBC7DA; box-shadow:1px 1px 3px 2px #EBC7DA;">
Div content here
</div>
This text has color #EBC7DA on black background.
This text has color #EBC7DA on white background.
This text has black color on #EBC7DA background.
This text has white color on #EBC7DA background.
Complementary color for #hex is #143825.