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