HEX: #E6FAC7
RGB: (230,250,199)
#E6FAC7 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #E6FAC7 ist eine «websichere» Webfarbe #CCFFCC (oder kurz #CFC).
Die Farbe #E6FAC7 wird in RGB als (230,250,199) definiert.
RGB: (230,250,199) (90%,98%,78%)
R 230 von 255 = 90%
G 250 von 255 = 98%
B 199 von 255 = 78%
R + G + B ~ 89%. #E6FAC7 helle Farbe.
R + G + B =
230 + 250 + 199 = 679 (100%)
R 230 von 679 ~ 33.87%
G 250 von 679 ~ 36.82%
B 199 von 679 ~ 29.31%
Die Farbe #E6FAC7 wird in CMYK als (8,0,20,2) definiert.
CMYK: (8,0,20,2) C8M0Y20K2 (8%,0%,20%,2%) (0.08/0.00/0.20/0.02)
E6 | FA | C7 | |
---|---|---|---|
RGB | 230 | 250 | 199 |
HSL | 84° | 83.61% | 88.04% |
HSB/HSV | 84° | 20.40% | 98.04% |
CMYK | 8.00% | 0.00% | 20.40% |
1.96% |
Hexadezimal | E6 | FA | C7 |
Dezimal | 230 | 250 | 199 |
Binär | 11100110 | 11111010 | 11000111 |
Oktal | 346 | 372 | 307 |
Beispiele css- und html für Elemente in der Farbe #E6FAC7. Bitte benutzen Sie auch rgb(230,250,199) statt hex-Code.
.myTextColor { color: #E6FAC7; }
<p style="color:#E6FAC7">This sample text font color is #E6FAC7.</p>
Die Farbe dieses Textes ist #E6FAC7.
.myBgColor { background-color: #E6FAC7; }
<div style="background-color:#E6FAC7">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #E6FAC7.
.myBorderColor { border: 1px solid #E6FAC7; }
<div style="border:3px solid #E6FAC7">Div</div>
Die Grenzen von diesem div sind in Farbe #E6FAC7.
.myOpacity80 { color: #E6FAC7; opacity: 0.8; }
<p style="color:#E6FAC7;opacity:0.8;">80%</p>
Text in Farbe #E6FAC7 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E6FAC7;}
<p style="text-shadow: 3px 3px 1px #E6FAC7">Text here.</p>
Dieser Text hat den Schatten in Farbe #E6FAC7.
.textShadow {text-shadow: 3px 3px 1px #E6FAC7, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E6FAC7, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #E6FAC7 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E6FAC7, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E6FAC7, Direction=45, Strength=4)">Text</p>
This text has shadow with #E6FAC7 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #E6FAC7; -webkit-box-shadow: 1px 1px 3px 2px #E6FAC7; box-shadow: 1px 1px 3px 2px #E6FAC7; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #E6FAC7; -webkit-box-shadow: 1px 1px 3px 2px #E6FAC7; box-shadow:1px 1px 3px 2px #E6FAC7;">
Div content here</div>
Dieser Text ist in der Farbe #E6FAC7 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #E6FAC7 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #E6FAC7.
Dieser Text ist weiß auf dem Hintergrund in Farbe #E6FAC7.