HEX: #E696DB
RGB: (230,150,219)
#E696DB enthält hauptsächlich rote und blaue Farbe. Für #E696DB ist eine «websichere» Webfarbe #CC99CC (oder kurz #C9C).
Die Farbe #E696DB wird in RGB als (230,150,219) definiert.
RGB: (230,150,219)
(90%, 59%, 86%)
R 230 von 255 = 90%
G 150 von 255 = 59%
B 219 von 255 = 86%
R + G + B ~ 78%. #E696DB ziemlich helle Farbe.
R + G + B = 230 + 150 + 219 = 599 (100%)
R 230 von 599 ~ 38.4%
G 150 von 599 ~ 25.04%
B 219 von 599 ~ 36.56'%
Die Farbe #E696DB wird in CMYK als (0,35,5,10) definiert.
CMYK: (0,35,5,10)
C0M35Y5K10 (0%, 35%, 5%, 10%)
(0.00 / 0.35 / 0.05 / 0.10)
Farbe #E696DB in den populären Farbmodellen.
E6 | 96 | DB | |
---|---|---|---|
RGB | 230 | 150 | 219 |
HSL | 308° | 61.54% | 74.51% |
HSB/HSV | 308° | 34.78% | 90.20% |
CMYK | 0.00% | 34.78% | 4.78% |
9.80% |
Die Farbe #E696DB in den populären Zahlensystemen.
Hexadezimal | E6 | 96 | DB |
Dezimal | 230 | 150 | 219 |
Binär | 11100110 | 10010110 | 11011011 |
Oktal | 346 | 226 | 333 |
Dunkle Töne der Farbe #E696DB
Helle Töne der Farbe #E696DB
Beispiele css- und html für Elemente in der Farbe #E696DB. Bitte benutzen Sie auch rgb(230,150,219) statt hex-Code.
.myTextColor { color: #E696DB; }
<p style="color:#E696DB">This sample text font color is #E696DB.</p>
Die Farbe dieses Textes ist #E696DB.
.myBgColor { background-color: #E696DB; }
<div style="background-color:#E696DB">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #E696DB.
.myBorderColor { border: 1px solid #E696DB; }
<div style="border:3px solid #E696DB">Div</div>
Die Grenzen von diesem div sind in Farbe #E696DB.
.myOpacity80 { color: #E696DB; opacity: 0.8; }
<p style="color:#E696DB;opacity:0.8;">80%</p>
Text in Farbe #E696DB und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E696DB;}
<p style="text-shadow: 3px 3px 1px #E696DB">Text here.</p>
Dieser Text hat den Schatten in Farbe #E696DB.
.textShadow {text-shadow: 3px 3px 1px #E696DB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E696DB, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #E696DB und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E696DB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E696DB, Direction=45, Strength=4)">Text</p>
This text has shadow with #E696DB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E696DB;
-webkit-box-shadow: 1px 1px 3px 2px #E696DB;
box-shadow: 1px 1px 3px 2px #E696DB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E696DB; -webkit-box-shadow: 1px 1px 3px 2px #E696DB; box-shadow:1px 1px 3px 2px #E696DB;">
Div content here
</div>
Dieser Text ist in der Farbe #E696DB auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #E696DB auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #E696DB.
Dieser Text ist weiß auf dem Hintergrund in Farbe #E696DB.
Kontrastfarbe für #hex ist #196924.