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