HEX: #E6FBCE
RGB: (230,251,206)
#E6FBCE enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #E6FBCE ist eine «websichere» Webfarbe #CCFFCC (oder kurz #CFC).
Die Farbe #E6FBCE wird in RGB als (230,251,206) definiert.
RGB: (230,251,206)
(90%, 98%, 81%)
R 230 von 255 = 90%
G 251 von 255 = 98%
B 206 von 255 = 81%
R + G + B ~ 90%. #E6FBCE helle Farbe.
R + G + B = 230 + 251 + 206 = 687 (100%)
R 230 von 687 ~ 33.48%
G 251 von 687 ~ 36.54%
B 206 von 687 ~ 29.99'%
Die Farbe #E6FBCE wird in CMYK als (8,0,18,2) definiert.
CMYK: (8,0,18,2)
C8M0Y18K2 (8%, 0%, 18%, 2%)
(0.08 / 0.00 / 0.18 / 0.02)
Farbe #E6FBCE in den populären Farbmodellen.
E6 | FB | CE | |
---|---|---|---|
RGB | 230 | 251 | 206 |
HSL | 88° | 84.91% | 89.61% |
HSB/HSV | 88° | 17.93% | 98.43% |
CMYK | 8.37% | 0.00% | 17.93% |
1.57% |
Die Farbe #E6FBCE in den populären Zahlensystemen.
Hexadezimal | E6 | FB | CE |
Dezimal | 230 | 251 | 206 |
Binär | 11100110 | 11111011 | 11001110 |
Oktal | 346 | 373 | 316 |
Dunkle Töne der Farbe #E6FBCE
Helle Töne der Farbe #E6FBCE
Beispiele css- und html für Elemente in der Farbe #E6FBCE. Bitte benutzen Sie auch rgb(230,251,206) statt hex-Code.
.myTextColor { color: #E6FBCE; }
<p style="color:#E6FBCE">This sample text font color is #E6FBCE.</p>
Die Farbe dieses Textes ist #E6FBCE.
.myBgColor { background-color: #E6FBCE; }
<div style="background-color:#E6FBCE">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #E6FBCE.
.myBorderColor { border: 1px solid #E6FBCE; }
<div style="border:3px solid #E6FBCE">Div</div>
Die Grenzen von diesem div sind in Farbe #E6FBCE.
.myOpacity80 { color: #E6FBCE; opacity: 0.8; }
<p style="color:#E6FBCE;opacity:0.8;">80%</p>
Text in Farbe #E6FBCE und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E6FBCE;}
<p style="text-shadow: 3px 3px 1px #E6FBCE">Text here.</p>
Dieser Text hat den Schatten in Farbe #E6FBCE.
.textShadow {text-shadow: 3px 3px 1px #E6FBCE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E6FBCE, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #E6FBCE und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E6FBCE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E6FBCE, Direction=45, Strength=4)">Text</p>
This text has shadow with #E6FBCE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E6FBCE;
-webkit-box-shadow: 1px 1px 3px 2px #E6FBCE;
box-shadow: 1px 1px 3px 2px #E6FBCE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E6FBCE; -webkit-box-shadow: 1px 1px 3px 2px #E6FBCE; box-shadow:1px 1px 3px 2px #E6FBCE;">
Div content here
</div>
Dieser Text ist in der Farbe #E6FBCE auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #E6FBCE auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #E6FBCE.
Dieser Text ist weiß auf dem Hintergrund in Farbe #E6FBCE.
Kontrastfarbe für #E6FBCE ist #190431.