HEX: #EBC9EE
RGB: (235,201,238)
#EBC9EE contains red, green and blue colors in about the same proportion. Web safe color of #EBC9EE is #FFCCFF (or #FCF).
#EBC9EE color RGB value is (235,201,238).
RGB: (235,201,238)
(92%, 79%, 93%)
R 235 of 255 = 92%
G 201 of 255 = 79%
B 238 of 255 = 93%
R + G + B ~ 88%. #EBC9EE is light color.
R + G + B = 235 + 201 + 238 = 674 (100%)
R 235 of 674 ~ 34.87%
G 201 of 674 ~ 29.82%
B 238 of 674 ~ 35.31'%
#EBC9EE color CMYK value is (1,16,0,7).
CMYK: (1,16,0,7)
C1M16Y0K7 (1%, 16%, 0%, 7%)
(0.01 / 0.16 / 0.00 / 0.07)
Color #EBC9EE in popluar color models
EB | C9 | EE | |
---|---|---|---|
RGB | 235 | 201 | 238 |
HSL | 295° | 52.11% | 86.08% |
HSB/HSV | 295° | 15.55% | 93.33% |
CMYK | 1.26% | 15.55% | 0.00% |
6.67% |
Color #EBC9EE in popluar number systems.
HEX | EB | C9 | EE |
Decimal | 235 | 201 | 238 |
Binary | 11101011 | 11001001 | 11101110 |
Octal | 353 | 311 | 356 |
Shades of #EBC9EE
Tints of #EBC9EE
Examples of css and html codes for elements with #EBC9EE color. Also use rgb(235,201,238) instead hex code.
.myTextColor { color: #EBC9EE; }
<p style="color:#EBC9EE">This sample text font color is #EBC9EE.</p>
This text font color is #EBC9EE.
.myBgColor { background-color: #EBC9EE; }
<div style="background-color:#EBC9EE">Inner text</div>
This div background color is #EBC9EE.
.myBorderColor { border: 1px solid #EBC9EE; }
<div style="border:3px solid #EBC9EE">Div</div>
This div border color is #EBC9EE.
.myOpacity80 { color: #EBC9EE; opacity: 0.8; }
<p style="color:#EBC9EE;opacity:0.8;">80%</p>
Text with #EBC9EE color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EBC9EE;}
<p style="text-shadow: 3px 3px 1px #EBC9EE">Text here.</p>
This text has shadow with #EBC9EE color.
.textShadow {text-shadow: 3px 3px 1px #EBC9EE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EBC9EE, 5px 5px 20px red">Text here.</p>
This text has shadow with #EBC9EE primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EBC9EE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EBC9EE, Direction=45, Strength=4)">Text</p>
This text has shadow with #EBC9EE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EBC9EE;
-webkit-box-shadow: 1px 1px 3px 2px #EBC9EE;
box-shadow: 1px 1px 3px 2px #EBC9EE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EBC9EE; -webkit-box-shadow: 1px 1px 3px 2px #EBC9EE; box-shadow:1px 1px 3px 2px #EBC9EE;">
Div content here
</div>
This text has color #EBC9EE on black background.
This text has color #EBC9EE on white background.
This text has black color on #EBC9EE background.
This text has white color on #EBC9EE background.
Complementary color for #hex is #143611.