HEX: #EBBCD9
RGB: (235,188,217)
#EBBCD9 contains red, green and blue colors in about the same proportion. Web safe color of #EBBCD9 is #FFCCCC (or #FCC).
#EBBCD9 color RGB value is (235,188,217).
RGB: (235,188,217)
(92%, 74%, 85%)
R 235 of 255 = 92%
G 188 of 255 = 74%
B 217 of 255 = 85%
R + G + B ~ 84%. #EBBCD9 is quite light color.
R + G + B = 235 + 188 + 217 = 640 (100%)
R 235 of 640 ~ 36.72%
G 188 of 640 ~ 29.38%
B 217 of 640 ~ 33.91'%
#EBBCD9 color CMYK value is (0,20,8,8).
CMYK: (0,20,8,8)
C0M20Y8K8 (0%, 20%, 8%, 8%)
(0.00 / 0.20 / 0.08 / 0.08)
Color #EBBCD9 in popluar color models
EB | BC | D9 | |
---|---|---|---|
RGB | 235 | 188 | 217 |
HSL | 323° | 54.02% | 82.94% |
HSB/HSV | 323° | 20.00% | 92.16% |
CMYK | 0.00% | 20.00% | 7.66% |
7.84% |
Color #EBBCD9 in popluar number systems.
HEX | EB | BC | D9 |
Decimal | 235 | 188 | 217 |
Binary | 11101011 | 10111100 | 11011001 |
Octal | 353 | 274 | 331 |
Shades of #EBBCD9
Tints of #EBBCD9
Examples of css and html codes for elements with #EBBCD9 color. Also use rgb(235,188,217) instead hex code.
.myTextColor { color: #EBBCD9; }
<p style="color:#EBBCD9">This sample text font color is #EBBCD9.</p>
This text font color is #EBBCD9.
.myBgColor { background-color: #EBBCD9; }
<div style="background-color:#EBBCD9">Inner text</div>
This div background color is #EBBCD9.
.myBorderColor { border: 1px solid #EBBCD9; }
<div style="border:3px solid #EBBCD9">Div</div>
This div border color is #EBBCD9.
.myOpacity80 { color: #EBBCD9; opacity: 0.8; }
<p style="color:#EBBCD9;opacity:0.8;">80%</p>
Text with #EBBCD9 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EBBCD9;}
<p style="text-shadow: 3px 3px 1px #EBBCD9">Text here.</p>
This text has shadow with #EBBCD9 color.
.textShadow {text-shadow: 3px 3px 1px #EBBCD9', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EBBCD9, 5px 5px 20px red">Text here.</p>
This text has shadow with #EBBCD9 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EBBCD9, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EBBCD9, Direction=45, Strength=4)">Text</p>
This text has shadow with #EBBCD9 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EBBCD9;
-webkit-box-shadow: 1px 1px 3px 2px #EBBCD9;
box-shadow: 1px 1px 3px 2px #EBBCD9;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EBBCD9; -webkit-box-shadow: 1px 1px 3px 2px #EBBCD9; box-shadow:1px 1px 3px 2px #EBBCD9;">
Div content here
</div>
This text has color #EBBCD9 on black background.
This text has color #EBBCD9 on white background.
This text has black color on #EBBCD9 background.
This text has white color on #EBBCD9 background.
Complementary color for #hex is #144326.