HEX: #D6689E
RGB: (214,104,158)
#D6689E enthält hauptsächlich rote und blaue Farbe. Für #D6689E ist eine «websichere» Webfarbe #CC6699 (oder kurz #C69).
Die Farbe #D6689E wird in RGB als (214,104,158) definiert.
RGB: (214,104,158) (84%,41%,62%)
R 214 von 255 = 84%
G 104 von 255 = 41%
B 158 von 255 = 62%
R + G + B ~ 62%. #D6689E ziemlich helle Farbe.
R + G + B =
214 + 104 + 158 = 476 (100%)
R 214 von 476 ~ 44.96%
G 104 von 476 ~ 21.85%
B 158 von 476 ~ 33.19%
Die Farbe #D6689E wird in CMYK als (0,51,26,16) definiert.
CMYK: (0,51,26,16) C0M51Y26K16 (0%,51%,26%,16%) (0.00/0.51/0.26/0.16)
D6 | 68 | 9E | |
---|---|---|---|
RGB | 214 | 104 | 158 |
HSL | 331° | 57.29% | 62.35% |
HSB/HSV | 331° | 51.40% | 83.92% |
CMYK | 0.00% | 51.40% | 26.17% |
16.08% |
Hexadezimal | D6 | 68 | 9E |
Dezimal | 214 | 104 | 158 |
Binär | 11010110 | 1101000 | 10011110 |
Oktal | 326 | 150 | 236 |
Beispiele css- und html für Elemente in der Farbe #D6689E. Bitte benutzen Sie auch rgb(214,104,158) statt hex-Code.
.myTextColor { color: #D6689E; }
<p style="color:#D6689E">This sample text font color is #D6689E.</p>
Die Farbe dieses Textes ist #D6689E.
.myBgColor { background-color: #D6689E; }
<div style="background-color:#D6689E">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #D6689E.
.myBorderColor { border: 1px solid #D6689E; }
<div style="border:3px solid #D6689E">Div</div>
Die Grenzen von diesem div sind in Farbe #D6689E.
.myOpacity80 { color: #D6689E; opacity: 0.8; }
<p style="color:#D6689E;opacity:0.8;">80%</p>
Text in Farbe #D6689E und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #D6689E;}
<p style="text-shadow: 3px 3px 1px #D6689E">Text here.</p>
Dieser Text hat den Schatten in Farbe #D6689E.
.textShadow {text-shadow: 3px 3px 1px #D6689E, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #D6689E, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #D6689E und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D6689E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#D6689E, Direction=45, Strength=4)">Text</p>
This text has shadow with #D6689E and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #D6689E; -webkit-box-shadow: 1px 1px 3px 2px #D6689E; box-shadow: 1px 1px 3px 2px #D6689E; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #D6689E; -webkit-box-shadow: 1px 1px 3px 2px #D6689E; box-shadow:1px 1px 3px 2px #D6689E;">
Div content here</div>
Dieser Text ist in der Farbe #D6689E auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #D6689E auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #D6689E.
Dieser Text ist weiß auf dem Hintergrund in Farbe #D6689E.