HEX: #E6FBB4
RGB: (230,251,180)
#E6FBB4 enthält hauptsächlich rote und grüne Farbe. Für #E6FBB4 ist eine «websichere» Webfarbe #CCFFCC (oder kurz #CFC).
Die Farbe #E6FBB4 wird in RGB als (230,251,180) definiert.
RGB: (230,251,180)
(90%, 98%, 71%)
R 230 von 255 = 90%
G 251 von 255 = 98%
B 180 von 255 = 71%
R + G + B ~ 86%. #E6FBB4 helle Farbe.
R + G + B = 230 + 251 + 180 = 661 (100%)
R 230 von 661 ~ 34.8%
G 251 von 661 ~ 37.97%
B 180 von 661 ~ 27.23'%
Die Farbe #E6FBB4 wird in CMYK als (8,0,28,2) definiert.
CMYK: (8,0,28,2)
C8M0Y28K2 (8%, 0%, 28%, 2%)
(0.08 / 0.00 / 0.28 / 0.02)
Farbe #E6FBB4 in den populären Farbmodellen.
E6 | FB | B4 | |
---|---|---|---|
RGB | 230 | 251 | 180 |
HSL | 78° | 89.87% | 84.51% |
HSB/HSV | 78° | 28.29% | 98.43% |
CMYK | 8.37% | 0.00% | 28.29% |
1.57% |
Die Farbe #E6FBB4 in den populären Zahlensystemen.
Hexadezimal | E6 | FB | B4 |
Dezimal | 230 | 251 | 180 |
Binär | 11100110 | 11111011 | 10110100 |
Oktal | 346 | 373 | 264 |
Dunkle Töne der Farbe #E6FBB4
Helle Töne der Farbe #E6FBB4
Beispiele css- und html für Elemente in der Farbe #E6FBB4. Bitte benutzen Sie auch rgb(230,251,180) statt hex-Code.
.myTextColor { color: #E6FBB4; }
<p style="color:#E6FBB4">This sample text font color is #E6FBB4.</p>
Die Farbe dieses Textes ist #E6FBB4.
.myBgColor { background-color: #E6FBB4; }
<div style="background-color:#E6FBB4">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #E6FBB4.
.myBorderColor { border: 1px solid #E6FBB4; }
<div style="border:3px solid #E6FBB4">Div</div>
Die Grenzen von diesem div sind in Farbe #E6FBB4.
.myOpacity80 { color: #E6FBB4; opacity: 0.8; }
<p style="color:#E6FBB4;opacity:0.8;">80%</p>
Text in Farbe #E6FBB4 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E6FBB4;}
<p style="text-shadow: 3px 3px 1px #E6FBB4">Text here.</p>
Dieser Text hat den Schatten in Farbe #E6FBB4.
.textShadow {text-shadow: 3px 3px 1px #E6FBB4', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E6FBB4, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #E6FBB4 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E6FBB4, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E6FBB4, Direction=45, Strength=4)">Text</p>
This text has shadow with #E6FBB4 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E6FBB4;
-webkit-box-shadow: 1px 1px 3px 2px #E6FBB4;
box-shadow: 1px 1px 3px 2px #E6FBB4;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E6FBB4; -webkit-box-shadow: 1px 1px 3px 2px #E6FBB4; box-shadow:1px 1px 3px 2px #E6FBB4;">
Div content here
</div>
Dieser Text ist in der Farbe #E6FBB4 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #E6FBB4 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #E6FBB4.
Dieser Text ist weiß auf dem Hintergrund in Farbe #E6FBB4.
Kontrastfarbe für #E6FBB4 ist #19044B.