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