HEX: #EDB9DE
RGB: (237,185,222)
#EDB9DE contains red, green and blue colors in about the same proportion. Web safe color of #EDB9DE is #FFCCCC (or #FCC).
#EDB9DE color RGB value is (237,185,222).
RGB: (237,185,222) (93%,73%,87%)
R 237 of 255 = 93%
G 185 of 255 = 73%
B 222 of 255 = 87%
R + G + B ~ 84%. #EDB9DE is quite light color.
R + G + B =
237 + 185 + 222 = 644 (100%)
R 237 of 644 ~ 36.8%
G 185 of 644 ~ 28.73%
B 222 of 644 ~ 34.47%
#EDB9DE color CMYK value is (0,22,6,7).
CMYK: (0,22,6,7) C0M22Y6K7 (0%,22%,6%,7%) (0.00/0.22/0.06/0.07)
ED | B9 | DE | |
---|---|---|---|
RGB | 237 | 185 | 222 |
HSL | 317° | 59.09% | 82.75% |
HSB/HSV | 317° | 21.94% | 92.94% |
CMYK | 0.00% | 21.94% | 6.33% |
7.06% |
HEX | ED | B9 | DE |
Decimal | 237 | 185 | 222 |
Binary | 11101101 | 10111001 | 11011110 |
Octal | 355 | 271 | 336 |
Examples of css and html codes for elements with #EDB9DE color. Also use rgb(237,185,222) instead hex code.
.myTextColor { color: #EDB9DE; }
<p style="color:#EDB9DE">This sample text font color is #EDB9DE.</p>
This text font color is #EDB9DE.
.myBgColor { background-color: #EDB9DE; }
<div style="background-color:#EDB9DE">Inner text</div>
This div background color is #EDB9DE.
.myBorderColor { border: 1px solid #EDB9DE; }
<div style="border:3px solid #EDB9DE">Div</div>
This div border color is #EDB9DE.
.myOpacity80 { color: #EDB9DE; opacity: 0.8; }
<p style="color:#EDB9DE;opacity:0.8;">80%</p>
Text with #EDB9DE color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EDB9DE;}
<p style="text-shadow: 3px 3px 1px #EDB9DE">Text here.</p>
This text has shadow with #EDB9DE color.
.textShadow {text-shadow: 3px 3px 1px #EDB9DE, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EDB9DE, 5px 5px 20px red">Text here.</p>
This text has shadow with #EDB9DE primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EDB9DE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EDB9DE, Direction=45, Strength=4)">Text</p>
This text has shadow with #EDB9DE and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #EDB9DE; -webkit-box-shadow: 1px 1px 3px 2px #EDB9DE; box-shadow: 1px 1px 3px 2px #EDB9DE; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #EDB9DE; -webkit-box-shadow: 1px 1px 3px 2px #EDB9DE; box-shadow:1px 1px 3px 2px #EDB9DE;">
Div content here</div>
This text has color #EDB9DE on black background.
This text has color #EDB9DE on white background.
This text has black color on #EDB9DE background.
This text has white color on #EDB9DE background.