HEX: #E6BDCE
RGB: (230,189,206)
#E6BDCE contains red, green and blue colors in about the same proportion. Web safe color of #E6BDCE is #CCCCCC (or #CCC).
#E6BDCE color RGB value is (230,189,206).
RGB: (230,189,206)
(90%, 74%, 81%)
R 230 of 255 = 90%
G 189 of 255 = 74%
B 206 of 255 = 81%
R + G + B ~ 82%. #E6BDCE is quite light color.
R + G + B = 230 + 189 + 206 = 625 (100%)
R 230 of 625 ~ 36.8%
G 189 of 625 ~ 30.24%
B 206 of 625 ~ 32.96'%
#E6BDCE color CMYK value is (0,18,10,10).
CMYK: (0,18,10,10)
C0M18Y10K10 (0%, 18%, 10%, 10%)
(0.00 / 0.18 / 0.10 / 0.10)
Color #E6BDCE in popluar color models
E6 | BD | CE | |
---|---|---|---|
RGB | 230 | 189 | 206 |
HSL | 335° | 45.05% | 82.16% |
HSB/HSV | 335° | 17.83% | 90.20% |
CMYK | 0.00% | 17.83% | 10.43% |
9.80% |
Color #E6BDCE in popluar number systems.
HEX | E6 | BD | CE |
Decimal | 230 | 189 | 206 |
Binary | 11100110 | 10111101 | 11001110 |
Octal | 346 | 275 | 316 |
Shades of #E6BDCE
Tints of #E6BDCE
Examples of css and html codes for elements with #E6BDCE color. Also use rgb(230,189,206) instead hex code.
.myTextColor { color: #E6BDCE; }
<p style="color:#E6BDCE">This sample text font color is #E6BDCE.</p>
This text font color is #E6BDCE.
.myBgColor { background-color: #E6BDCE; }
<div style="background-color:#E6BDCE">Inner text</div>
This div background color is #E6BDCE.
.myBorderColor { border: 1px solid #E6BDCE; }
<div style="border:3px solid #E6BDCE">Div</div>
This div border color is #E6BDCE.
.myOpacity80 { color: #E6BDCE; opacity: 0.8; }
<p style="color:#E6BDCE;opacity:0.8;">80%</p>
Text with #E6BDCE color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E6BDCE;}
<p style="text-shadow: 3px 3px 1px #E6BDCE">Text here.</p>
This text has shadow with #E6BDCE color.
.textShadow {text-shadow: 3px 3px 1px #E6BDCE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E6BDCE, 5px 5px 20px red">Text here.</p>
This text has shadow with #E6BDCE primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E6BDCE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E6BDCE, Direction=45, Strength=4)">Text</p>
This text has shadow with #E6BDCE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E6BDCE;
-webkit-box-shadow: 1px 1px 3px 2px #E6BDCE;
box-shadow: 1px 1px 3px 2px #E6BDCE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E6BDCE; -webkit-box-shadow: 1px 1px 3px 2px #E6BDCE; box-shadow:1px 1px 3px 2px #E6BDCE;">
Div content here
</div>
This text has color #E6BDCE on black background.
This text has color #E6BDCE on white background.
This text has black color on #E6BDCE background.
This text has white color on #E6BDCE background.
Complementary color for #hex is #194231.