HEX: #E6C7FE
RGB: (230,199,254)
#E6C7FE enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #E6C7FE ist eine «websichere» Webfarbe #CCCCFF (oder kurz #CCF).
Die Farbe #E6C7FE wird in RGB als (230,199,254) definiert.
RGB: (230,199,254)
(90%, 78%, 100%)
R 230 von 255 = 90%
G 199 von 255 = 78%
B 254 von 255 = 100%
R + G + B ~ 89%. #E6C7FE helle Farbe.
R + G + B = 230 + 199 + 254 = 683 (100%)
R 230 von 683 ~ 33.67%
G 199 von 683 ~ 29.14%
B 254 von 683 ~ 37.19'%
Die Farbe #E6C7FE wird in CMYK als (9,22,0,0) definiert.
CMYK: (9,22,0,0)
C9M22Y0K0 (9%, 22%, 0%, 0%)
(0.09 / 0.22 / 0.00 / 0.00)
Farbe #E6C7FE in den populären Farbmodellen.
E6 | C7 | FE | |
---|---|---|---|
RGB | 230 | 199 | 254 |
HSL | 274° | 96.49% | 88.82% |
HSB/HSV | 274° | 21.65% | 99.61% |
CMYK | 9.45% | 21.65% | 0.00% |
0.39% |
Die Farbe #E6C7FE in den populären Zahlensystemen.
Hexadezimal | E6 | C7 | FE |
Dezimal | 230 | 199 | 254 |
Binär | 11100110 | 11000111 | 11111110 |
Oktal | 346 | 307 | 376 |
Dunkle Töne der Farbe #E6C7FE
Helle Töne der Farbe #E6C7FE
Beispiele css- und html für Elemente in der Farbe #E6C7FE. Bitte benutzen Sie auch rgb(230,199,254) statt hex-Code.
.myTextColor { color: #E6C7FE; }
<p style="color:#E6C7FE">This sample text font color is #E6C7FE.</p>
Die Farbe dieses Textes ist #E6C7FE.
.myBgColor { background-color: #E6C7FE; }
<div style="background-color:#E6C7FE">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #E6C7FE.
.myBorderColor { border: 1px solid #E6C7FE; }
<div style="border:3px solid #E6C7FE">Div</div>
Die Grenzen von diesem div sind in Farbe #E6C7FE.
.myOpacity80 { color: #E6C7FE; opacity: 0.8; }
<p style="color:#E6C7FE;opacity:0.8;">80%</p>
Text in Farbe #E6C7FE und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E6C7FE;}
<p style="text-shadow: 3px 3px 1px #E6C7FE">Text here.</p>
Dieser Text hat den Schatten in Farbe #E6C7FE.
.textShadow {text-shadow: 3px 3px 1px #E6C7FE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E6C7FE, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #E6C7FE und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E6C7FE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E6C7FE, Direction=45, Strength=4)">Text</p>
This text has shadow with #E6C7FE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E6C7FE;
-webkit-box-shadow: 1px 1px 3px 2px #E6C7FE;
box-shadow: 1px 1px 3px 2px #E6C7FE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E6C7FE; -webkit-box-shadow: 1px 1px 3px 2px #E6C7FE; box-shadow:1px 1px 3px 2px #E6C7FE;">
Div content here
</div>
Dieser Text ist in der Farbe #E6C7FE auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #E6C7FE auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #E6C7FE.
Dieser Text ist weiß auf dem Hintergrund in Farbe #E6C7FE.
Kontrastfarbe für #E6C7FE ist #193801.