HEX: #E6C3DD
RGB: (230,195,221)
#E6C3DD contains red, green and blue colors in about the same proportion. #E6C3DD ‘ nin web güvenlik rengi #CCCCCC (ya da #CCC) dir.
#E6C3DD color RGB value is (230,195,221).
RGB: (230,195,221)
(90%, 76%, 87%)
R 230 of 255 = 90%
G 195 of 255 = 76%
B 221 of 255 = 87%
R + G + B ~ 84%. #E6C3DD is quite light color.
R + G + B = 230 + 195 + 221 = 646 (100%)
R 230 of 646 ~ 35.6%
G 195 of 646 ~ 30.19%
B 221 of 646 ~ 34.21'%
#E6C3DD rengi CMYK tonu (0,15,4,10).
CMYK: (0,15,4,10)
C0M15Y4K10 (0%, 15%, 4%, 10%)
(0.00 / 0.15 / 0.04 / 0.10)
Color #E6C3DD in popluar color models
E6 | C3 | DD | |
---|---|---|---|
RGB | 230 | 195 | 221 |
HSL | 315° | 41.18% | 83.33% |
HSB/HSV | 315° | 15.22% | 90.20% |
CMYK | 0.00% | 15.22% | 3.91% |
9.80% |
Color #E6C3DD in popluar number systems.
HEX | E6 | C3 | DD |
Decimal | 230 | 195 | 221 |
Binary | 11100110 | 11000011 | 11011101 |
Octal | 346 | 303 | 335 |
Shades of #E6C3DD
Tints of #E6C3DD
Examples of css and html codes for elements with #E6C3DD color. Also use rgb(230,195,221) instead hex code.
.myTextColor { color: #E6C3DD; }
<p style="color:#E6C3DD">This sample text font color is #E6C3DD.</p>
This text font color is #E6C3DD.
.myBgColor { background-color: #E6C3DD; }
<div style="background-color:#E6C3DD">Inner text</div>
This div background color is #E6C3DD.
.myBorderColor { border: 1px solid #E6C3DD; }
<div style="border:3px solid #E6C3DD">Div</div>
This div border color is #E6C3DD.
.myOpacity80 { color: #E6C3DD; opacity: 0.8; }
<p style="color:#E6C3DD;opacity:0.8;">80%</p>
Text with #E6C3DD color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E6C3DD;}
<p style="text-shadow: 3px 3px 1px #E6C3DD">Text here.</p>
This text has shadow with #E6C3DD color.
.textShadow {text-shadow: 3px 3px 1px #E6C3DD', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E6C3DD, 5px 5px 20px red">Text here.</p>
This text has shadow with #E6C3DD primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E6C3DD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E6C3DD, Direction=45, Strength=4)">Text</p>
This text has shadow with #E6C3DD and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E6C3DD;
-webkit-box-shadow: 1px 1px 3px 2px #E6C3DD;
box-shadow: 1px 1px 3px 2px #E6C3DD;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E6C3DD; -webkit-box-shadow: 1px 1px 3px 2px #E6C3DD; box-shadow:1px 1px 3px 2px #E6C3DD;">
Div content here
</div>
This text has color #E6C3DD on black background.
This text has color #E6C3DD on white background.
This text has black color on #E6C3DD background.
This text has white color on #E6C3DD background.
Complementary color for #hex is #193C22.