HEX: #EDBCD7
RGB: (237,188,215)
#EDBCD7 contains red, green and blue colors in about the same proportion. Web safe color of #EDBCD7 is #FFCCCC (or #FCC).
#EDBCD7 color RGB value is (237,188,215).
RGB: (237,188,215)
(93%, 74%, 84%)
R 237 of 255 = 93%
G 188 of 255 = 74%
B 215 of 255 = 84%
R + G + B ~ 84%. #EDBCD7 is quite light color.
R + G + B = 237 + 188 + 215 = 640 (100%)
R 237 of 640 ~ 37.03%
G 188 of 640 ~ 29.38%
B 215 of 640 ~ 33.59'%
#EDBCD7 color CMYK value is (0,21,9,7).
CMYK: (0,21,9,7) C0M21Y9K7 (0%,21%,9%,7%) (0.00/0.21/0.09/0.07)
Color #EDBCD7 in popluar color models
ED | BC | D7 | |
---|---|---|---|
RGB | 237 | 188 | 215 |
HSL | 327° | 57.65% | 83.33% |
HSB/HSV | 327° | 20.68% | 92.94% |
CMYK | 0.00% | 20.68% | 9.28% |
7.06% |
Color #EDBCD7 in popluar number systems.
HEX | ED | BC | D7 |
Decimal | 237 | 188 | 215 |
Binary | 11101101 | 10111100 | 11010111 |
Octal | 355 | 274 | 327 |
Shades of #EDBCD7
Tints of #EDBCD7
Examples of css and html codes for elements with #EDBCD7 color. Also use rgb(237,188,215) instead hex code.
.myTextColor { color: #EDBCD7; }
<p style="color:#EDBCD7">This sample text font color is #EDBCD7.</p>
This text font color is #EDBCD7.
.myBgColor { background-color: #EDBCD7; }
<div style="background-color:#EDBCD7">Inner text</div>
This div background color is #EDBCD7.
.myBorderColor { border: 1px solid #EDBCD7; }
<div style="border:3px solid #EDBCD7">Div</div>
This div border color is #EDBCD7.
.myOpacity80 { color: #EDBCD7; opacity: 0.8; }
<p style="color:#EDBCD7;opacity:0.8;">80%</p>
Text with #EDBCD7 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EDBCD7;}
<p style="text-shadow: 3px 3px 1px #EDBCD7">Text here.</p>
This text has shadow with #EDBCD7 color.
.textShadow {text-shadow: 3px 3px 1px #EDBCD7', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EDBCD7, 5px 5px 20px red">Text here.</p>
This text has shadow with #EDBCD7 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EDBCD7, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EDBCD7, Direction=45, Strength=4)">Text</p>
This text has shadow with #EDBCD7 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EDBCD7;
-webkit-box-shadow: 1px 1px 3px 2px #EDBCD7;
box-shadow: 1px 1px 3px 2px #EDBCD7;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EDBCD7; -webkit-box-shadow: 1px 1px 3px 2px #EDBCD7; box-shadow:1px 1px 3px 2px #EDBCD7;">
Div content here
</div>
This text has color #EDBCD7 on black background.
This text has color #EDBCD7 on white background.
This text has black color on #EDBCD7 background.
This text has white color on #EDBCD7 background.
Complementary color for #hex is #124328.