HEX: #E6B2DD
RGB: (230,178,221)
#E6B2DD contains red, green and blue colors in about the same proportion. Web safe color of #E6B2DD is #CC99CC (or #C9C).
#E6B2DD color RGB value is (230,178,221).
RGB: (230,178,221)
(90%, 70%, 87%)
R 230 of 255 = 90%
G 178 of 255 = 70%
B 221 of 255 = 87%
R + G + B ~ 82%. #E6B2DD is quite light color.
R + G + B = 230 + 178 + 221 = 629 (100%)
R 230 of 629 ~ 36.57%
G 178 of 629 ~ 28.3%
B 221 of 629 ~ 35.14'%
#E6B2DD color CMYK value is (0,23,4,10).
CMYK: (0,23,4,10)
C0M23Y4K10 (0%, 23%, 4%, 10%)
(0.00 / 0.23 / 0.04 / 0.10)
Color #E6B2DD in popluar color models
E6 | B2 | DD | |
---|---|---|---|
RGB | 230 | 178 | 221 |
HSL | 310° | 50.98% | 80.00% |
HSB/HSV | 310° | 22.61% | 90.20% |
CMYK | 0.00% | 22.61% | 3.91% |
9.80% |
Color #E6B2DD in popluar number systems.
HEX | E6 | B2 | DD |
Decimal | 230 | 178 | 221 |
Binary | 11100110 | 10110010 | 11011101 |
Octal | 346 | 262 | 335 |
Shades of #E6B2DD
Tints of #E6B2DD
Examples of css and html codes for elements with #E6B2DD color. Also use rgb(230,178,221) instead hex code.
.myTextColor { color: #E6B2DD; }
<p style="color:#E6B2DD">This sample text font color is #E6B2DD.</p>
This text font color is #E6B2DD.
.myBgColor { background-color: #E6B2DD; }
<div style="background-color:#E6B2DD">Inner text</div>
This div background color is #E6B2DD.
.myBorderColor { border: 1px solid #E6B2DD; }
<div style="border:3px solid #E6B2DD">Div</div>
This div border color is #E6B2DD.
.myOpacity80 { color: #E6B2DD; opacity: 0.8; }
<p style="color:#E6B2DD;opacity:0.8;">80%</p>
Text with #E6B2DD color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E6B2DD;}
<p style="text-shadow: 3px 3px 1px #E6B2DD">Text here.</p>
This text has shadow with #E6B2DD color.
.textShadow {text-shadow: 3px 3px 1px #E6B2DD', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E6B2DD, 5px 5px 20px red">Text here.</p>
This text has shadow with #E6B2DD primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E6B2DD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E6B2DD, Direction=45, Strength=4)">Text</p>
This text has shadow with #E6B2DD and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E6B2DD;
-webkit-box-shadow: 1px 1px 3px 2px #E6B2DD;
box-shadow: 1px 1px 3px 2px #E6B2DD;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E6B2DD; -webkit-box-shadow: 1px 1px 3px 2px #E6B2DD; box-shadow:1px 1px 3px 2px #E6B2DD;">
Div content here
</div>
This text has color #E6B2DD on black background.
This text has color #E6B2DD on white background.
This text has black color on #E6B2DD background.
This text has white color on #E6B2DD background.
Complementary color for #hex is #194D22.