HEX: #E6A9DD
RGB: (230,169,221)
#E6A9DD enthält hauptsächlich rote und blaue Farbe. Für #E6A9DD ist eine «websichere» Webfarbe #CC99CC (oder kurz #C9C).
Die Farbe #E6A9DD wird in RGB als (230,169,221) definiert.
RGB: (230,169,221) (90%,66%,87%)
R 230 von 255 = 90%
G 169 von 255 = 66%
B 221 von 255 = 87%
R + G + B ~ 81%. #E6A9DD ziemlich helle Farbe.
R + G + B =
230 + 169 + 221 = 620 (100%)
R 230 von 620 ~ 37.1%
G 169 von 620 ~ 27.26%
B 221 von 620 ~ 35.65%
Die Farbe #E6A9DD wird in CMYK als (0,27,4,10) definiert.
CMYK: (0,27,4,10) C0M27Y4K10 (0%,27%,4%,10%) (0.00/0.27/0.04/0.10)
E6 | A9 | DD | |
---|---|---|---|
RGB | 230 | 169 | 221 |
HSL | 309° | 54.95% | 78.24% |
HSB/HSV | 309° | 26.52% | 90.20% |
CMYK | 0.00% | 26.52% | 3.91% |
9.80% |
Hexadezimal | E6 | A9 | DD |
Dezimal | 230 | 169 | 221 |
Binär | 11100110 | 10101001 | 11011101 |
Oktal | 346 | 251 | 335 |
Beispiele css- und html für Elemente in der Farbe #E6A9DD. Bitte benutzen Sie auch rgb(230,169,221) statt hex-Code.
.myTextColor { color: #E6A9DD; }
<p style="color:#E6A9DD">This sample text font color is #E6A9DD.</p>
Die Farbe dieses Textes ist #E6A9DD.
.myBgColor { background-color: #E6A9DD; }
<div style="background-color:#E6A9DD">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #E6A9DD.
.myBorderColor { border: 1px solid #E6A9DD; }
<div style="border:3px solid #E6A9DD">Div</div>
Die Grenzen von diesem div sind in Farbe #E6A9DD.
.myOpacity80 { color: #E6A9DD; opacity: 0.8; }
<p style="color:#E6A9DD;opacity:0.8;">80%</p>
Text in Farbe #E6A9DD und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E6A9DD;}
<p style="text-shadow: 3px 3px 1px #E6A9DD">Text here.</p>
Dieser Text hat den Schatten in Farbe #E6A9DD.
.textShadow {text-shadow: 3px 3px 1px #E6A9DD, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E6A9DD, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #E6A9DD und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E6A9DD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E6A9DD, Direction=45, Strength=4)">Text</p>
This text has shadow with #E6A9DD and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #E6A9DD; -webkit-box-shadow: 1px 1px 3px 2px #E6A9DD; box-shadow: 1px 1px 3px 2px #E6A9DD; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #E6A9DD; -webkit-box-shadow: 1px 1px 3px 2px #E6A9DD; box-shadow:1px 1px 3px 2px #E6A9DD;">
Div content here</div>
Dieser Text ist in der Farbe #E6A9DD auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #E6A9DD auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #E6A9DD.
Dieser Text ist weiß auf dem Hintergrund in Farbe #E6A9DD.