HEX: #E6F9DA
RGB: (230,249,218)
#E6F9DA enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #E6F9DA ist eine «websichere» Webfarbe #CCFFCC (oder kurz #CFC).
Die Farbe #E6F9DA wird in RGB als (230,249,218) definiert.
RGB: (230,249,218)
(90%, 98%, 85%)
R 230 von 255 = 90%
G 249 von 255 = 98%
B 218 von 255 = 85%
R + G + B ~ 91%. #E6F9DA helle Farbe.
R + G + B = 230 + 249 + 218 = 697 (100%)
R 230 von 697 ~ 33%
G 249 von 697 ~ 35.72%
B 218 von 697 ~ 31.28'%
Die Farbe #E6F9DA wird in CMYK als (8,0,12,2) definiert.
CMYK: (8,0,12,2)
C8M0Y12K2 (8%, 0%, 12%, 2%)
(0.08 / 0.00 / 0.12 / 0.02)
Farbe #E6F9DA in den populären Farbmodellen.
E6 | F9 | DA | |
---|---|---|---|
RGB | 230 | 249 | 218 |
HSL | 97° | 72.09% | 91.57% |
HSB/HSV | 97° | 12.45% | 97.65% |
CMYK | 7.63% | 0.00% | 12.45% |
2.35% |
Die Farbe #E6F9DA in den populären Zahlensystemen.
Hexadezimal | E6 | F9 | DA |
Dezimal | 230 | 249 | 218 |
Binär | 11100110 | 11111001 | 11011010 |
Oktal | 346 | 371 | 332 |
Dunkle Töne der Farbe #E6F9DA
Helle Töne der Farbe #E6F9DA
Beispiele css- und html für Elemente in der Farbe #E6F9DA. Bitte benutzen Sie auch rgb(230,249,218) statt hex-Code.
.myTextColor { color: #E6F9DA; }
<p style="color:#E6F9DA">This sample text font color is #E6F9DA.</p>
Die Farbe dieses Textes ist #E6F9DA.
.myBgColor { background-color: #E6F9DA; }
<div style="background-color:#E6F9DA">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #E6F9DA.
.myBorderColor { border: 1px solid #E6F9DA; }
<div style="border:3px solid #E6F9DA">Div</div>
Die Grenzen von diesem div sind in Farbe #E6F9DA.
.myOpacity80 { color: #E6F9DA; opacity: 0.8; }
<p style="color:#E6F9DA;opacity:0.8;">80%</p>
Text in Farbe #E6F9DA und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E6F9DA;}
<p style="text-shadow: 3px 3px 1px #E6F9DA">Text here.</p>
Dieser Text hat den Schatten in Farbe #E6F9DA.
.textShadow {text-shadow: 3px 3px 1px #E6F9DA', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E6F9DA, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #E6F9DA und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E6F9DA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E6F9DA, Direction=45, Strength=4)">Text</p>
This text has shadow with #E6F9DA and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E6F9DA;
-webkit-box-shadow: 1px 1px 3px 2px #E6F9DA;
box-shadow: 1px 1px 3px 2px #E6F9DA;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E6F9DA; -webkit-box-shadow: 1px 1px 3px 2px #E6F9DA; box-shadow:1px 1px 3px 2px #E6F9DA;">
Div content here
</div>
Dieser Text ist in der Farbe #E6F9DA auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #E6F9DA auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #E6F9DA.
Dieser Text ist weiß auf dem Hintergrund in Farbe #E6F9DA.
Kontrastfarbe für #hex ist #190625.