HEX: #EDBCF7
RGB: (237,188,247)
#EDBCF7 contains red, green and blue colors in about the same proportion. Web safe color of #EDBCF7 is #FFCCFF (or #FCF).
#EDBCF7 color RGB value is (237,188,247).
RGB: (237,188,247)
(93%, 74%, 97%)
R 237 of 255 = 93%
G 188 of 255 = 74%
B 247 of 255 = 97%
R + G + B ~ 88%. #EDBCF7 is light color.
R + G + B = 237 + 188 + 247 = 672 (100%)
R 237 of 672 ~ 35.27%
G 188 of 672 ~ 27.98%
B 247 of 672 ~ 36.76'%
#EDBCF7 color CMYK value is (4,24,0,3).
CMYK: (4,24,0,3)
C4M24Y0K3 (4%, 24%, 0%, 3%)
(0.04 / 0.24 / 0.00 / 0.03)
Color #EDBCF7 in popluar color models
ED | BC | F7 | |
---|---|---|---|
RGB | 237 | 188 | 247 |
HSL | 290° | 78.67% | 85.29% |
HSB/HSV | 290° | 23.89% | 96.86% |
CMYK | 4.05% | 23.89% | 0.00% |
3.14% |
Color #EDBCF7 in popluar number systems.
HEX | ED | BC | F7 |
Decimal | 237 | 188 | 247 |
Binary | 11101101 | 10111100 | 11110111 |
Octal | 355 | 274 | 367 |
Shades of #EDBCF7
Tints of #EDBCF7
Examples of css and html codes for elements with #EDBCF7 color. Also use rgb(237,188,247) instead hex code.
.myTextColor { color: #EDBCF7; }
<p style="color:#EDBCF7">This sample text font color is #EDBCF7.</p>
This text font color is #EDBCF7.
.myBgColor { background-color: #EDBCF7; }
<div style="background-color:#EDBCF7">Inner text</div>
This div background color is #EDBCF7.
.myBorderColor { border: 1px solid #EDBCF7; }
<div style="border:3px solid #EDBCF7">Div</div>
This div border color is #EDBCF7.
.myOpacity80 { color: #EDBCF7; opacity: 0.8; }
<p style="color:#EDBCF7;opacity:0.8;">80%</p>
Text with #EDBCF7 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EDBCF7;}
<p style="text-shadow: 3px 3px 1px #EDBCF7">Text here.</p>
This text has shadow with #EDBCF7 color.
.textShadow {text-shadow: 3px 3px 1px #EDBCF7', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EDBCF7, 5px 5px 20px red">Text here.</p>
This text has shadow with #EDBCF7 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EDBCF7, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EDBCF7, Direction=45, Strength=4)">Text</p>
This text has shadow with #EDBCF7 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EDBCF7;
-webkit-box-shadow: 1px 1px 3px 2px #EDBCF7;
box-shadow: 1px 1px 3px 2px #EDBCF7;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EDBCF7; -webkit-box-shadow: 1px 1px 3px 2px #EDBCF7; box-shadow:1px 1px 3px 2px #EDBCF7;">
Div content here
</div>
This text has color #EDBCF7 on black background.
This text has color #EDBCF7 on white background.
This text has black color on #EDBCF7 background.
This text has white color on #EDBCF7 background.
Complementary color for #hex is #124308.