HEX: #EBBEF7
RGB: (235,190,247)
#EBBEF7 contains red, green and blue colors in about the same proportion. Web safe color of #EBBEF7 is #FFCCFF (or #FCF).
#EBBEF7 color RGB value is (235,190,247).
RGB: (235,190,247)
(92%, 75%, 97%)
R 235 of 255 = 92%
G 190 of 255 = 75%
B 247 of 255 = 97%
R + G + B ~ 88%. #EBBEF7 is light color.
R + G + B = 235 + 190 + 247 = 672 (100%)
R 235 of 672 ~ 34.97%
G 190 of 672 ~ 28.27%
B 247 of 672 ~ 36.76'%
#EBBEF7 color CMYK value is (5,23,0,3).
CMYK: (5,23,0,3)
C5M23Y0K3 (5%, 23%, 0%, 3%)
(0.05 / 0.23 / 0.00 / 0.03)
Color #EBBEF7 in popluar color models
EB | BE | F7 | |
---|---|---|---|
RGB | 235 | 190 | 247 |
HSL | 287° | 78.08% | 85.69% |
HSB/HSV | 287° | 23.08% | 96.86% |
CMYK | 4.86% | 23.08% | 0.00% |
3.14% |
Color #EBBEF7 in popluar number systems.
HEX | EB | BE | F7 |
Decimal | 235 | 190 | 247 |
Binary | 11101011 | 10111110 | 11110111 |
Octal | 353 | 276 | 367 |
Shades of #EBBEF7
Tints of #EBBEF7
Examples of css and html codes for elements with #EBBEF7 color. Also use rgb(235,190,247) instead hex code.
.myTextColor { color: #EBBEF7; }
<p style="color:#EBBEF7">This sample text font color is #EBBEF7.</p>
This text font color is #EBBEF7.
.myBgColor { background-color: #EBBEF7; }
<div style="background-color:#EBBEF7">Inner text</div>
This div background color is #EBBEF7.
.myBorderColor { border: 1px solid #EBBEF7; }
<div style="border:3px solid #EBBEF7">Div</div>
This div border color is #EBBEF7.
.myOpacity80 { color: #EBBEF7; opacity: 0.8; }
<p style="color:#EBBEF7;opacity:0.8;">80%</p>
Text with #EBBEF7 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EBBEF7;}
<p style="text-shadow: 3px 3px 1px #EBBEF7">Text here.</p>
This text has shadow with #EBBEF7 color.
.textShadow {text-shadow: 3px 3px 1px #EBBEF7', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EBBEF7, 5px 5px 20px red">Text here.</p>
This text has shadow with #EBBEF7 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EBBEF7, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EBBEF7, Direction=45, Strength=4)">Text</p>
This text has shadow with #EBBEF7 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EBBEF7;
-webkit-box-shadow: 1px 1px 3px 2px #EBBEF7;
box-shadow: 1px 1px 3px 2px #EBBEF7;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EBBEF7; -webkit-box-shadow: 1px 1px 3px 2px #EBBEF7; box-shadow:1px 1px 3px 2px #EBBEF7;">
Div content here
</div>
This text has color #EBBEF7 on black background.
This text has color #EBBEF7 on white background.
This text has black color on #EBBEF7 background.
This text has white color on #EBBEF7 background.
Complementary color for #hex is #144108.