HEX: #EBC9FF
RGB: (235,201,255)
#EBC9FF contains red, green and blue colors in about the same proportion. Web safe color of #EBC9FF is #FFCCFF (or #FCF).
#EBC9FF color RGB value is (235,201,255).
RGB: (235,201,255)
(92%, 79%, 100%)
R 235 of 255 = 92%
G 201 of 255 = 79%
B 255 of 255 = 100%
R + G + B ~ 90%. #EBC9FF is light color.
R + G + B = 235 + 201 + 255 = 691 (100%)
R 235 of 691 ~ 34.01%
G 201 of 691 ~ 29.09%
B 255 of 691 ~ 36.9'%
#EBC9FF color CMYK value is (8,21,0,0).
CMYK: (8,21,0,0)
C8M21Y0K0 (8%, 21%, 0%, 0%)
(0.08 / 0.21 / 0.00 / 0.00)
Color #EBC9FF in popluar color models
EB | C9 | FF | |
---|---|---|---|
RGB | 235 | 201 | 255 |
HSL | 278° | 100.00% | 89.41% |
HSB/HSV | 278° | 21.18% | 100.00% |
CMYK | 7.84% | 21.18% | 0.00% |
0.00% |
Color #EBC9FF in popluar number systems.
HEX | EB | C9 | FF |
Decimal | 235 | 201 | 255 |
Binary | 11101011 | 11001001 | 11111111 |
Octal | 353 | 311 | 377 |
Shades of #EBC9FF
Tints of #EBC9FF
Examples of css and html codes for elements with #EBC9FF color. Also use rgb(235,201,255) instead hex code.
.myTextColor { color: #EBC9FF; }
<p style="color:#EBC9FF">This sample text font color is #EBC9FF.</p>
This text font color is #EBC9FF.
.myBgColor { background-color: #EBC9FF; }
<div style="background-color:#EBC9FF">Inner text</div>
This div background color is #EBC9FF.
.myBorderColor { border: 1px solid #EBC9FF; }
<div style="border:3px solid #EBC9FF">Div</div>
This div border color is #EBC9FF.
.myOpacity80 { color: #EBC9FF; opacity: 0.8; }
<p style="color:#EBC9FF;opacity:0.8;">80%</p>
Text with #EBC9FF color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EBC9FF;}
<p style="text-shadow: 3px 3px 1px #EBC9FF">Text here.</p>
This text has shadow with #EBC9FF color.
.textShadow {text-shadow: 3px 3px 1px #EBC9FF', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EBC9FF, 5px 5px 20px red">Text here.</p>
This text has shadow with #EBC9FF primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EBC9FF, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EBC9FF, Direction=45, Strength=4)">Text</p>
This text has shadow with #EBC9FF and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EBC9FF;
-webkit-box-shadow: 1px 1px 3px 2px #EBC9FF;
box-shadow: 1px 1px 3px 2px #EBC9FF;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EBC9FF; -webkit-box-shadow: 1px 1px 3px 2px #EBC9FF; box-shadow:1px 1px 3px 2px #EBC9FF;">
Div content here
</div>
This text has color #EBC9FF on black background.
This text has color #EBC9FF on white background.
This text has black color on #EBC9FF background.
This text has white color on #EBC9FF background.
Complementary color for #hex is #143600.