HEX: #E6FACB
RGB: (230,250,203)
#E6FACB enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #E6FACB ist eine «websichere» Webfarbe #CCFFCC (oder kurz #CFC).
Die Farbe #E6FACB wird in RGB als (230,250,203) definiert.
RGB: (230,250,203)
(90%, 98%, 80%)
R 230 von 255 = 90%
G 250 von 255 = 98%
B 203 von 255 = 80%
R + G + B ~ 89%. #E6FACB helle Farbe.
R + G + B = 230 + 250 + 203 = 683 (100%)
R 230 von 683 ~ 33.67%
G 250 von 683 ~ 36.6%
B 203 von 683 ~ 29.72'%
Die Farbe #E6FACB wird in CMYK als (8,0,19,2) definiert.
CMYK: (8,0,19,2)
C8M0Y19K2 (8%, 0%, 19%, 2%)
(0.08 / 0.00 / 0.19 / 0.02)
Farbe #E6FACB in den populären Farbmodellen.
E6 | FA | CB | |
---|---|---|---|
RGB | 230 | 250 | 203 |
HSL | 86° | 82.46% | 88.82% |
HSB/HSV | 86° | 18.80% | 98.04% |
CMYK | 8.00% | 0.00% | 18.80% |
1.96% |
Die Farbe #E6FACB in den populären Zahlensystemen.
Hexadezimal | E6 | FA | CB |
Dezimal | 230 | 250 | 203 |
Binär | 11100110 | 11111010 | 11001011 |
Oktal | 346 | 372 | 313 |
Dunkle Töne der Farbe #E6FACB
Helle Töne der Farbe #E6FACB
Beispiele css- und html für Elemente in der Farbe #E6FACB. Bitte benutzen Sie auch rgb(230,250,203) statt hex-Code.
.myTextColor { color: #E6FACB; }
<p style="color:#E6FACB">This sample text font color is #E6FACB.</p>
Die Farbe dieses Textes ist #E6FACB.
.myBgColor { background-color: #E6FACB; }
<div style="background-color:#E6FACB">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #E6FACB.
.myBorderColor { border: 1px solid #E6FACB; }
<div style="border:3px solid #E6FACB">Div</div>
Die Grenzen von diesem div sind in Farbe #E6FACB.
.myOpacity80 { color: #E6FACB; opacity: 0.8; }
<p style="color:#E6FACB;opacity:0.8;">80%</p>
Text in Farbe #E6FACB und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E6FACB;}
<p style="text-shadow: 3px 3px 1px #E6FACB">Text here.</p>
Dieser Text hat den Schatten in Farbe #E6FACB.
.textShadow {text-shadow: 3px 3px 1px #E6FACB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E6FACB, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #E6FACB und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E6FACB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E6FACB, Direction=45, Strength=4)">Text</p>
This text has shadow with #E6FACB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E6FACB;
-webkit-box-shadow: 1px 1px 3px 2px #E6FACB;
box-shadow: 1px 1px 3px 2px #E6FACB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E6FACB; -webkit-box-shadow: 1px 1px 3px 2px #E6FACB; box-shadow:1px 1px 3px 2px #E6FACB;">
Div content here
</div>
Dieser Text ist in der Farbe #E6FACB auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #E6FACB auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #E6FACB.
Dieser Text ist weiß auf dem Hintergrund in Farbe #E6FACB.
Kontrastfarbe für #E6FACB ist #190534.