HEX: #EBC9ED
RGB: (235,201,237)
#EBC9ED contains red, green and blue colors in about the same proportion. Web safe color of #EBC9ED is #FFCCFF (or #FCF).
#EBC9ED color RGB value is (235,201,237).
RGB: (235,201,237)
(92%, 79%, 93%)
R 235 of 255 = 92%
G 201 of 255 = 79%
B 237 of 255 = 93%
R + G + B ~ 88%. #EBC9ED is light color.
R + G + B = 235 + 201 + 237 = 673 (100%)
R 235 of 673 ~ 34.92%
G 201 of 673 ~ 29.87%
B 237 of 673 ~ 35.22'%
#EBC9ED color CMYK value is (1,15,0,7).
CMYK: (1,15,0,7)
C1M15Y0K7 (1%, 15%, 0%, 7%)
(0.01 / 0.15 / 0.00 / 0.07)
Color #EBC9ED in popluar color models
EB | C9 | ED | |
---|---|---|---|
RGB | 235 | 201 | 237 |
HSL | 297° | 50.00% | 85.88% |
HSB/HSV | 297° | 15.19% | 92.94% |
CMYK | 0.84% | 15.19% | 0.00% |
7.06% |
Color #EBC9ED in popluar number systems.
HEX | EB | C9 | ED |
Decimal | 235 | 201 | 237 |
Binary | 11101011 | 11001001 | 11101101 |
Octal | 353 | 311 | 355 |
Shades of #EBC9ED
Tints of #EBC9ED
Examples of css and html codes for elements with #EBC9ED color. Also use rgb(235,201,237) instead hex code.
.myTextColor { color: #EBC9ED; }
<p style="color:#EBC9ED">This sample text font color is #EBC9ED.</p>
This text font color is #EBC9ED.
.myBgColor { background-color: #EBC9ED; }
<div style="background-color:#EBC9ED">Inner text</div>
This div background color is #EBC9ED.
.myBorderColor { border: 1px solid #EBC9ED; }
<div style="border:3px solid #EBC9ED">Div</div>
This div border color is #EBC9ED.
.myOpacity80 { color: #EBC9ED; opacity: 0.8; }
<p style="color:#EBC9ED;opacity:0.8;">80%</p>
Text with #EBC9ED color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EBC9ED;}
<p style="text-shadow: 3px 3px 1px #EBC9ED">Text here.</p>
This text has shadow with #EBC9ED color.
.textShadow {text-shadow: 3px 3px 1px #EBC9ED', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EBC9ED, 5px 5px 20px red">Text here.</p>
This text has shadow with #EBC9ED primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EBC9ED, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EBC9ED, Direction=45, Strength=4)">Text</p>
This text has shadow with #EBC9ED and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EBC9ED;
-webkit-box-shadow: 1px 1px 3px 2px #EBC9ED;
box-shadow: 1px 1px 3px 2px #EBC9ED;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EBC9ED; -webkit-box-shadow: 1px 1px 3px 2px #EBC9ED; box-shadow:1px 1px 3px 2px #EBC9ED;">
Div content here
</div>
This text has color #EBC9ED on black background.
This text has color #EBC9ED on white background.
This text has black color on #EBC9ED background.
This text has white color on #EBC9ED background.
Complementary color for #hex is #143612.