HEX: #E6FCB9
RGB: (230,252,185)
#E6FCB9 enthält hauptsächlich rote und grüne Farbe. Für #E6FCB9 ist eine «websichere» Webfarbe #CCFFCC (oder kurz #CFC).
Die Farbe #E6FCB9 wird in RGB als (230,252,185) definiert.
RGB: (230,252,185)
(90%, 99%, 73%)
R 230 von 255 = 90%
G 252 von 255 = 99%
B 185 von 255 = 73%
R + G + B ~ 87%. #E6FCB9 helle Farbe.
R + G + B = 230 + 252 + 185 = 667 (100%)
R 230 von 667 ~ 34.48%
G 252 von 667 ~ 37.78%
B 185 von 667 ~ 27.74'%
Die Farbe #E6FCB9 wird in CMYK als (9,0,27,1) definiert.
CMYK: (9,0,27,1)
C9M0Y27K1 (9%, 0%, 27%, 1%)
(0.09 / 0.00 / 0.27 / 0.01)
Farbe #E6FCB9 in den populären Farbmodellen.
E6 | FC | B9 | |
---|---|---|---|
RGB | 230 | 252 | 185 |
HSL | 80° | 91.78% | 85.69% |
HSB/HSV | 80° | 26.59% | 98.82% |
CMYK | 8.73% | 0.00% | 26.59% |
1.18% |
Die Farbe #E6FCB9 in den populären Zahlensystemen.
Hexadezimal | E6 | FC | B9 |
Dezimal | 230 | 252 | 185 |
Binär | 11100110 | 11111100 | 10111001 |
Oktal | 346 | 374 | 271 |
Dunkle Töne der Farbe #E6FCB9
Helle Töne der Farbe #E6FCB9
Beispiele css- und html für Elemente in der Farbe #E6FCB9. Bitte benutzen Sie auch rgb(230,252,185) statt hex-Code.
.myTextColor { color: #E6FCB9; }
<p style="color:#E6FCB9">This sample text font color is #E6FCB9.</p>
Die Farbe dieses Textes ist #E6FCB9.
.myBgColor { background-color: #E6FCB9; }
<div style="background-color:#E6FCB9">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #E6FCB9.
.myBorderColor { border: 1px solid #E6FCB9; }
<div style="border:3px solid #E6FCB9">Div</div>
Die Grenzen von diesem div sind in Farbe #E6FCB9.
.myOpacity80 { color: #E6FCB9; opacity: 0.8; }
<p style="color:#E6FCB9;opacity:0.8;">80%</p>
Text in Farbe #E6FCB9 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E6FCB9;}
<p style="text-shadow: 3px 3px 1px #E6FCB9">Text here.</p>
Dieser Text hat den Schatten in Farbe #E6FCB9.
.textShadow {text-shadow: 3px 3px 1px #E6FCB9', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E6FCB9, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #E6FCB9 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E6FCB9, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E6FCB9, Direction=45, Strength=4)">Text</p>
This text has shadow with #E6FCB9 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E6FCB9;
-webkit-box-shadow: 1px 1px 3px 2px #E6FCB9;
box-shadow: 1px 1px 3px 2px #E6FCB9;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E6FCB9; -webkit-box-shadow: 1px 1px 3px 2px #E6FCB9; box-shadow:1px 1px 3px 2px #E6FCB9;">
Div content here
</div>
Dieser Text ist in der Farbe #E6FCB9 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #E6FCB9 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #E6FCB9.
Dieser Text ist weiß auf dem Hintergrund in Farbe #E6FCB9.
Kontrastfarbe für #hex ist #190346.