HEX: #EDB9FE
RGB: (237,185,254)
#EDB9FE contains mainly red and blue colors. Web safe color of #EDB9FE is #FFCCFF (or #FCF).
#EDB9FE color RGB value is (237,185,254).
RGB: (237,185,254)
(93%, 73%, 100%)
R 237 of 255 = 93%
G 185 of 255 = 73%
B 254 of 255 = 100%
R + G + B ~ 89%. #EDB9FE is light color.
R + G + B = 237 + 185 + 254 = 676 (100%)
R 237 of 676 ~ 35.06%
G 185 of 676 ~ 27.37%
B 254 of 676 ~ 37.57'%
#EDB9FE color CMYK value is (7,27,0,0).
CMYK: (7,27,0,0) C7M27Y0K0 (7%,27%,0%,0%) (0.07/0.27/0.00/0.00)
Color #EDB9FE in popluar color models
ED | B9 | FE | |
---|---|---|---|
RGB | 237 | 185 | 254 |
HSL | 285° | 97.18% | 86.08% |
HSB/HSV | 285° | 27.17% | 99.61% |
CMYK | 6.69% | 27.17% | 0.00% |
0.39% |
Color #EDB9FE in popluar number systems.
HEX | ED | B9 | FE |
Decimal | 237 | 185 | 254 |
Binary | 11101101 | 10111001 | 11111110 |
Octal | 355 | 271 | 376 |
Shades of #EDB9FE
Tints of #EDB9FE
Examples of css and html codes for elements with #EDB9FE color. Also use rgb(237,185,254) instead hex code.
.myTextColor { color: #EDB9FE; }
<p style="color:#EDB9FE">This sample text font color is #EDB9FE.</p>
This text font color is #EDB9FE.
.myBgColor { background-color: #EDB9FE; }
<div style="background-color:#EDB9FE">Inner text</div>
This div background color is #EDB9FE.
.myBorderColor { border: 1px solid #EDB9FE; }
<div style="border:3px solid #EDB9FE">Div</div>
This div border color is #EDB9FE.
.myOpacity80 { color: #EDB9FE; opacity: 0.8; }
<p style="color:#EDB9FE;opacity:0.8;">80%</p>
Text with #EDB9FE color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EDB9FE;}
<p style="text-shadow: 3px 3px 1px #EDB9FE">Text here.</p>
This text has shadow with #EDB9FE color.
.textShadow {text-shadow: 3px 3px 1px #EDB9FE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EDB9FE, 5px 5px 20px red">Text here.</p>
This text has shadow with #EDB9FE primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EDB9FE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EDB9FE, Direction=45, Strength=4)">Text</p>
This text has shadow with #EDB9FE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EDB9FE;
-webkit-box-shadow: 1px 1px 3px 2px #EDB9FE;
box-shadow: 1px 1px 3px 2px #EDB9FE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EDB9FE; -webkit-box-shadow: 1px 1px 3px 2px #EDB9FE; box-shadow:1px 1px 3px 2px #EDB9FE;">
Div content here
</div>
This text has color #EDB9FE on black background.
This text has color #EDB9FE on white background.
This text has black color on #EDB9FE background.
This text has white color on #EDB9FE background.
Complementary color for #hex is #124601.