HEX: #EDB6DF
RGB: (237,182,223)
#EDB6DF contains red, green and blue colors in about the same proportion. Web safe color of #EDB6DF is #FFCCCC (or #FCC).
#EDB6DF color RGB value is (237,182,223).
RGB: (237,182,223)
(93%, 71%, 87%)
R 237 of 255 = 93%
G 182 of 255 = 71%
B 223 of 255 = 87%
R + G + B ~ 84%. #EDB6DF is quite light color.
R + G + B = 237 + 182 + 223 = 642 (100%)
R 237 of 642 ~ 36.92%
G 182 of 642 ~ 28.35%
B 223 of 642 ~ 34.74'%
#EDB6DF color CMYK value is (0,23,6,7).
CMYK: (0,23,6,7) C0M23Y6K7 (0%,23%,6%,7%) (0.00/0.23/0.06/0.07)
Color #EDB6DF in popluar color models
ED | B6 | DF | |
---|---|---|---|
RGB | 237 | 182 | 223 |
HSL | 315° | 60.44% | 82.16% |
HSB/HSV | 315° | 23.21% | 92.94% |
CMYK | 0.00% | 23.21% | 5.91% |
7.06% |
Color #EDB6DF in popluar number systems.
HEX | ED | B6 | DF |
Decimal | 237 | 182 | 223 |
Binary | 11101101 | 10110110 | 11011111 |
Octal | 355 | 266 | 337 |
Shades of #EDB6DF
Tints of #EDB6DF
Examples of css and html codes for elements with #EDB6DF color. Also use rgb(237,182,223) instead hex code.
.myTextColor { color: #EDB6DF; }
<p style="color:#EDB6DF">This sample text font color is #EDB6DF.</p>
This text font color is #EDB6DF.
.myBgColor { background-color: #EDB6DF; }
<div style="background-color:#EDB6DF">Inner text</div>
This div background color is #EDB6DF.
.myBorderColor { border: 1px solid #EDB6DF; }
<div style="border:3px solid #EDB6DF">Div</div>
This div border color is #EDB6DF.
.myOpacity80 { color: #EDB6DF; opacity: 0.8; }
<p style="color:#EDB6DF;opacity:0.8;">80%</p>
Text with #EDB6DF color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EDB6DF;}
<p style="text-shadow: 3px 3px 1px #EDB6DF">Text here.</p>
This text has shadow with #EDB6DF color.
.textShadow {text-shadow: 3px 3px 1px #EDB6DF', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EDB6DF, 5px 5px 20px red">Text here.</p>
This text has shadow with #EDB6DF primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EDB6DF, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EDB6DF, Direction=45, Strength=4)">Text</p>
This text has shadow with #EDB6DF and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EDB6DF;
-webkit-box-shadow: 1px 1px 3px 2px #EDB6DF;
box-shadow: 1px 1px 3px 2px #EDB6DF;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EDB6DF; -webkit-box-shadow: 1px 1px 3px 2px #EDB6DF; box-shadow:1px 1px 3px 2px #EDB6DF;">
Div content here
</div>
This text has color #EDB6DF on black background.
This text has color #EDB6DF on white background.
This text has black color on #EDB6DF background.
This text has white color on #EDB6DF background.
Complementary color for #hex is #124920.