HEX: #E6F9BB
RGB: (230,249,187)
#E6F9BB enthält hauptsächlich rote und grüne Farbe. Für #E6F9BB ist eine «websichere» Webfarbe #CCFFCC (oder kurz #CFC).
Die Farbe #E6F9BB wird in RGB als (230,249,187) definiert.
RGB: (230,249,187) (90%,98%,73%)
R 230 von 255 = 90%
G 249 von 255 = 98%
B 187 von 255 = 73%
R + G + B ~ 87%. #E6F9BB helle Farbe.
R + G + B =
230 + 249 + 187 = 666 (100%)
R 230 von 666 ~ 34.53%
G 249 von 666 ~ 37.39%
B 187 von 666 ~ 28.08%
Die Farbe #E6F9BB wird in CMYK als (8,0,25,2) definiert.
CMYK: (8,0,25,2) C8M0Y25K2 (8%,0%,25%,2%) (0.08/0.00/0.25/0.02)
E6 | F9 | BB | |
---|---|---|---|
RGB | 230 | 249 | 187 |
HSL | 78° | 83.78% | 85.49% |
HSB/HSV | 78° | 24.90% | 97.65% |
CMYK | 7.63% | 0.00% | 24.90% |
2.35% |
Hexadezimal | E6 | F9 | BB |
Dezimal | 230 | 249 | 187 |
Binär | 11100110 | 11111001 | 10111011 |
Oktal | 346 | 371 | 273 |
Beispiele css- und html für Elemente in der Farbe #E6F9BB. Bitte benutzen Sie auch rgb(230,249,187) statt hex-Code.
.myTextColor { color: #E6F9BB; }
<p style="color:#E6F9BB">This sample text font color is #E6F9BB.</p>
Die Farbe dieses Textes ist #E6F9BB.
.myBgColor { background-color: #E6F9BB; }
<div style="background-color:#E6F9BB">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #E6F9BB.
.myBorderColor { border: 1px solid #E6F9BB; }
<div style="border:3px solid #E6F9BB">Div</div>
Die Grenzen von diesem div sind in Farbe #E6F9BB.
.myOpacity80 { color: #E6F9BB; opacity: 0.8; }
<p style="color:#E6F9BB;opacity:0.8;">80%</p>
Text in Farbe #E6F9BB und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E6F9BB;}
<p style="text-shadow: 3px 3px 1px #E6F9BB">Text here.</p>
Dieser Text hat den Schatten in Farbe #E6F9BB.
.textShadow {text-shadow: 3px 3px 1px #E6F9BB, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E6F9BB, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #E6F9BB und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E6F9BB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E6F9BB, Direction=45, Strength=4)">Text</p>
This text has shadow with #E6F9BB and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #E6F9BB; -webkit-box-shadow: 1px 1px 3px 2px #E6F9BB; box-shadow: 1px 1px 3px 2px #E6F9BB; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #E6F9BB; -webkit-box-shadow: 1px 1px 3px 2px #E6F9BB; box-shadow:1px 1px 3px 2px #E6F9BB;">
Div content here</div>
Dieser Text ist in der Farbe #E6F9BB auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #E6F9BB auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #E6F9BB.
Dieser Text ist weiß auf dem Hintergrund in Farbe #E6F9BB.