HEX: #E6C3FB
RGB: (230,195,251)
#E6C3FB enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #E6C3FB ist eine «websichere» Webfarbe #CCCCFF (oder kurz #CCF).
Die Farbe #E6C3FB wird in RGB als (230,195,251) definiert.
RGB: (230,195,251) (90%,76%,98%)
R 230 von 255 = 90%
G 195 von 255 = 76%
B 251 von 255 = 98%
R + G + B ~ 88%. #E6C3FB helle Farbe.
R + G + B =
230 + 195 + 251 = 676 (100%)
R 230 von 676 ~ 34.02%
G 195 von 676 ~ 28.85%
B 251 von 676 ~ 37.13%
Die Farbe #E6C3FB wird in CMYK als (8,22,0,2) definiert.
CMYK: (8,22,0,2) C8M22Y0K2 (8%,22%,0%,2%) (0.08/0.22/0.00/0.02)
E6 | C3 | FB | |
---|---|---|---|
RGB | 230 | 195 | 251 |
HSL | 278° | 87.50% | 87.45% |
HSB/HSV | 278° | 22.31% | 98.43% |
CMYK | 8.37% | 22.31% | 0.00% |
1.57% |
Hexadezimal | E6 | C3 | FB |
Dezimal | 230 | 195 | 251 |
Binär | 11100110 | 11000011 | 11111011 |
Oktal | 346 | 303 | 373 |
Beispiele css- und html für Elemente in der Farbe #E6C3FB. Bitte benutzen Sie auch rgb(230,195,251) statt hex-Code.
.myTextColor { color: #E6C3FB; }
<p style="color:#E6C3FB">This sample text font color is #E6C3FB.</p>
Die Farbe dieses Textes ist #E6C3FB.
.myBgColor { background-color: #E6C3FB; }
<div style="background-color:#E6C3FB">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #E6C3FB.
.myBorderColor { border: 1px solid #E6C3FB; }
<div style="border:3px solid #E6C3FB">Div</div>
Die Grenzen von diesem div sind in Farbe #E6C3FB.
.myOpacity80 { color: #E6C3FB; opacity: 0.8; }
<p style="color:#E6C3FB;opacity:0.8;">80%</p>
Text in Farbe #E6C3FB und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E6C3FB;}
<p style="text-shadow: 3px 3px 1px #E6C3FB">Text here.</p>
Dieser Text hat den Schatten in Farbe #E6C3FB.
.textShadow {text-shadow: 3px 3px 1px #E6C3FB, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E6C3FB, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #E6C3FB und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E6C3FB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E6C3FB, Direction=45, Strength=4)">Text</p>
This text has shadow with #E6C3FB and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #E6C3FB; -webkit-box-shadow: 1px 1px 3px 2px #E6C3FB; box-shadow: 1px 1px 3px 2px #E6C3FB; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #E6C3FB; -webkit-box-shadow: 1px 1px 3px 2px #E6C3FB; box-shadow:1px 1px 3px 2px #E6C3FB;">
Div content here</div>
Dieser Text ist in der Farbe #E6C3FB auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #E6C3FB auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #E6C3FB.
Dieser Text ist weiß auf dem Hintergrund in Farbe #E6C3FB.