HEX: #E7D6EB
RGB: (231,214,235)
#E7D6EB enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #E7D6EB ist eine «websichere» Webfarbe #FFCCFF (oder kurz #FCF).
Die Farbe #E7D6EB wird in RGB als (231,214,235) definiert.
RGB: (231,214,235)
(91%, 84%, 92%)
R 231 von 255 = 91%
G 214 von 255 = 84%
B 235 von 255 = 92%
R + G + B ~ 89%. #E7D6EB helle Farbe.
R + G + B = 231 + 214 + 235 = 680 (100%)
R 231 von 680 ~ 33.97%
G 214 von 680 ~ 31.47%
B 235 von 680 ~ 34.56'%
Die Farbe #E7D6EB wird in CMYK als (2,9,0,8) definiert.
CMYK: (2,9,0,8) C2M9Y0K8 (2%,9%,0%,8%) (0.02/0.09/0.00/0.08)
Farbe #E7D6EB in den populären Farbmodellen.
E7 | D6 | EB | |
---|---|---|---|
RGB | 231 | 214 | 235 |
HSL | 289° | 34.43% | 88.04% |
HSB/HSV | 289° | 8.94% | 92.16% |
CMYK | 1.70% | 8.94% | 0.00% |
7.84% |
Die Farbe #E7D6EB in den populären Zahlensystemen.
Hexadezimal | E7 | D6 | EB |
Dezimal | 231 | 214 | 235 |
Binär | 11100111 | 11010110 | 11101011 |
Oktal | 347 | 326 | 353 |
Dunkle Töne der Farbe #E7D6EB
Helle Töne der Farbe #E7D6EB
Beispiele css- und html für Elemente in der Farbe #E7D6EB. Bitte benutzen Sie auch rgb(231,214,235) statt hex-Code.
.myTextColor { color: #E7D6EB; }
<p style="color:#E7D6EB">This sample text font color is #E7D6EB.</p>
Die Farbe dieses Textes ist #E7D6EB.
.myBgColor { background-color: #E7D6EB; }
<div style="background-color:#E7D6EB">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #E7D6EB.
.myBorderColor { border: 1px solid #E7D6EB; }
<div style="border:3px solid #E7D6EB">Div</div>
Die Grenzen von diesem div sind in Farbe #E7D6EB.
.myOpacity80 { color: #E7D6EB; opacity: 0.8; }
<p style="color:#E7D6EB;opacity:0.8;">80%</p>
Text in Farbe #E7D6EB und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E7D6EB;}
<p style="text-shadow: 3px 3px 1px #E7D6EB">Text here.</p>
Dieser Text hat den Schatten in Farbe #E7D6EB.
.textShadow {text-shadow: 3px 3px 1px #E7D6EB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E7D6EB, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #E7D6EB und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E7D6EB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E7D6EB, Direction=45, Strength=4)">Text</p>
This text has shadow with #E7D6EB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E7D6EB;
-webkit-box-shadow: 1px 1px 3px 2px #E7D6EB;
box-shadow: 1px 1px 3px 2px #E7D6EB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E7D6EB; -webkit-box-shadow: 1px 1px 3px 2px #E7D6EB; box-shadow:1px 1px 3px 2px #E7D6EB;">
Div content here
</div>
Dieser Text ist in der Farbe #E7D6EB auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #E7D6EB auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #E7D6EB.
Dieser Text ist weiß auf dem Hintergrund in Farbe #E7D6EB.
Kontrastfarbe für #hex ist #182914.