HEX: #E9BEDA
RGB: (233,190,218)
#E9BEDA contains red, green and blue colors in about the same proportion. Web safe color of #E9BEDA is #FFCCCC (or #FCC).
#E9BEDA color RGB value is (233,190,218).
RGB: (233,190,218)
(91%, 75%, 85%)
R 233 of 255 = 91%
G 190 of 255 = 75%
B 218 of 255 = 85%
R + G + B ~ 84%. #E9BEDA is quite light color.
R + G + B = 233 + 190 + 218 = 641 (100%)
R 233 of 641 ~ 36.35%
G 190 of 641 ~ 29.64%
B 218 of 641 ~ 34.01'%
#E9BEDA color CMYK value is (0,18,6,9).
CMYK: (0,18,6,9) C0M18Y6K9 (0%,18%,6%,9%) (0.00/0.18/0.06/0.09)
Color #E9BEDA in popluar color models
E9 | BE | DA | |
---|---|---|---|
RGB | 233 | 190 | 218 |
HSL | 321° | 49.43% | 82.94% |
HSB/HSV | 321° | 18.45% | 91.37% |
CMYK | 0.00% | 18.45% | 6.44% |
8.63% |
Color #E9BEDA in popluar number systems.
HEX | E9 | BE | DA |
Decimal | 233 | 190 | 218 |
Binary | 11101001 | 10111110 | 11011010 |
Octal | 351 | 276 | 332 |
Shades of #E9BEDA
Tints of #E9BEDA
Examples of css and html codes for elements with #E9BEDA color. Also use rgb(233,190,218) instead hex code.
.myTextColor { color: #E9BEDA; }
<p style="color:#E9BEDA">This sample text font color is #E9BEDA.</p>
This text font color is #E9BEDA.
.myBgColor { background-color: #E9BEDA; }
<div style="background-color:#E9BEDA">Inner text</div>
This div background color is #E9BEDA.
.myBorderColor { border: 1px solid #E9BEDA; }
<div style="border:3px solid #E9BEDA">Div</div>
This div border color is #E9BEDA.
.myOpacity80 { color: #E9BEDA; opacity: 0.8; }
<p style="color:#E9BEDA;opacity:0.8;">80%</p>
Text with #E9BEDA color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E9BEDA;}
<p style="text-shadow: 3px 3px 1px #E9BEDA">Text here.</p>
This text has shadow with #E9BEDA color.
.textShadow {text-shadow: 3px 3px 1px #E9BEDA', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E9BEDA, 5px 5px 20px red">Text here.</p>
This text has shadow with #E9BEDA primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E9BEDA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E9BEDA, Direction=45, Strength=4)">Text</p>
This text has shadow with #E9BEDA and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E9BEDA;
-webkit-box-shadow: 1px 1px 3px 2px #E9BEDA;
box-shadow: 1px 1px 3px 2px #E9BEDA;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E9BEDA; -webkit-box-shadow: 1px 1px 3px 2px #E9BEDA; box-shadow:1px 1px 3px 2px #E9BEDA;">
Div content here
</div>
This text has color #E9BEDA on black background.
This text has color #E9BEDA on white background.
This text has black color on #E9BEDA background.
This text has white color on #E9BEDA background.
Complementary color for #hex is #164125.