HEX: #E6C3EC
RGB: (230,195,236)
#E6C3EC enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #E6C3EC ist eine «websichere» Webfarbe #CCCCFF (oder kurz #CCF).
Die Farbe #E6C3EC wird in RGB als (230,195,236) definiert.
RGB: (230,195,236) (90%,76%,93%)
R 230 von 255 = 90%
G 195 von 255 = 76%
B 236 von 255 = 93%
R + G + B ~ 86%. #E6C3EC helle Farbe.
R + G + B =
230 + 195 + 236 = 661 (100%)
R 230 von 661 ~ 34.8%
G 195 von 661 ~ 29.5%
B 236 von 661 ~ 35.7%
Die Farbe #E6C3EC wird in CMYK als (3,17,0,7) definiert.
CMYK: (3,17,0,7) C3M17Y0K7 (3%,17%,0%,7%) (0.03/0.17/0.00/0.07)
E6 | C3 | EC | |
---|---|---|---|
RGB | 230 | 195 | 236 |
HSL | 291° | 51.90% | 84.51% |
HSB/HSV | 291° | 17.37% | 92.55% |
CMYK | 2.54% | 17.37% | 0.00% |
7.45% |
Hexadezimal | E6 | C3 | EC |
Dezimal | 230 | 195 | 236 |
Binär | 11100110 | 11000011 | 11101100 |
Oktal | 346 | 303 | 354 |
Beispiele css- und html für Elemente in der Farbe #E6C3EC. Bitte benutzen Sie auch rgb(230,195,236) statt hex-Code.
.myTextColor { color: #E6C3EC; }
<p style="color:#E6C3EC">This sample text font color is #E6C3EC.</p>
Die Farbe dieses Textes ist #E6C3EC.
.myBgColor { background-color: #E6C3EC; }
<div style="background-color:#E6C3EC">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #E6C3EC.
.myBorderColor { border: 1px solid #E6C3EC; }
<div style="border:3px solid #E6C3EC">Div</div>
Die Grenzen von diesem div sind in Farbe #E6C3EC.
.myOpacity80 { color: #E6C3EC; opacity: 0.8; }
<p style="color:#E6C3EC;opacity:0.8;">80%</p>
Text in Farbe #E6C3EC und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E6C3EC;}
<p style="text-shadow: 3px 3px 1px #E6C3EC">Text here.</p>
Dieser Text hat den Schatten in Farbe #E6C3EC.
.textShadow {text-shadow: 3px 3px 1px #E6C3EC, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E6C3EC, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #E6C3EC und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E6C3EC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E6C3EC, Direction=45, Strength=4)">Text</p>
This text has shadow with #E6C3EC and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #E6C3EC; -webkit-box-shadow: 1px 1px 3px 2px #E6C3EC; box-shadow: 1px 1px 3px 2px #E6C3EC; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #E6C3EC; -webkit-box-shadow: 1px 1px 3px 2px #E6C3EC; box-shadow:1px 1px 3px 2px #E6C3EC;">
Div content here</div>
Dieser Text ist in der Farbe #E6C3EC auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #E6C3EC auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #E6C3EC.
Dieser Text ist weiß auf dem Hintergrund in Farbe #E6C3EC.