HEX: #EFE6DC
RGB: (239,230,220)
#EFE6DC enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #EFE6DC ist eine «websichere» Webfarbe #FFCCCC (oder kurz #FCC).
Die Farbe #EFE6DC wird in RGB als (239,230,220) definiert.
RGB: (239,230,220) (94%,90%,86%)
R 239 von 255 = 94%
G 230 von 255 = 90%
B 220 von 255 = 86%
R + G + B ~ 90%. #EFE6DC helle Farbe.
R + G + B =
239 + 230 + 220 = 689 (100%)
R 239 von 689 ~ 34.69%
G 230 von 689 ~ 33.38%
B 220 von 689 ~ 31.93%
Die Farbe #EFE6DC wird in CMYK als (0,4,8,6) definiert.
CMYK: (0,4,8,6) C0M4Y8K6 (0%,4%,8%,6%) (0.00/0.04/0.08/0.06)
EF | E6 | DC | |
---|---|---|---|
RGB | 239 | 230 | 220 |
HSL | 32° | 37.25% | 90.00% |
HSB/HSV | 32° | 7.95% | 93.73% |
CMYK | 0.00% | 3.77% | 7.95% |
6.27% |
Hexadezimal | EF | E6 | DC |
Dezimal | 239 | 230 | 220 |
Binär | 11101111 | 11100110 | 11011100 |
Oktal | 357 | 346 | 334 |
Beispiele css- und html für Elemente in der Farbe #EFE6DC. Bitte benutzen Sie auch rgb(239,230,220) statt hex-Code.
.myTextColor { color: #EFE6DC; }
<p style="color:#EFE6DC">This sample text font color is #EFE6DC.</p>
Die Farbe dieses Textes ist #EFE6DC.
.myBgColor { background-color: #EFE6DC; }
<div style="background-color:#EFE6DC">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #EFE6DC.
.myBorderColor { border: 1px solid #EFE6DC; }
<div style="border:3px solid #EFE6DC">Div</div>
Die Grenzen von diesem div sind in Farbe #EFE6DC.
.myOpacity80 { color: #EFE6DC; opacity: 0.8; }
<p style="color:#EFE6DC;opacity:0.8;">80%</p>
Text in Farbe #EFE6DC und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EFE6DC;}
<p style="text-shadow: 3px 3px 1px #EFE6DC">Text here.</p>
Dieser Text hat den Schatten in Farbe #EFE6DC.
.textShadow {text-shadow: 3px 3px 1px #EFE6DC, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EFE6DC, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #EFE6DC und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EFE6DC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EFE6DC, Direction=45, Strength=4)">Text</p>
This text has shadow with #EFE6DC and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #EFE6DC; -webkit-box-shadow: 1px 1px 3px 2px #EFE6DC; box-shadow: 1px 1px 3px 2px #EFE6DC; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #EFE6DC; -webkit-box-shadow: 1px 1px 3px 2px #EFE6DC; box-shadow:1px 1px 3px 2px #EFE6DC;">
Div content here</div>
Dieser Text ist in der Farbe #EFE6DC auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #EFE6DC auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #EFE6DC.
Dieser Text ist weiß auf dem Hintergrund in Farbe #EFE6DC.