HEX: #D49FAE
RGB: (212,159,174)
#D49FAE enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #D49FAE ist eine «websichere» Webfarbe #CC9999 (oder kurz #C99).
Die Farbe #D49FAE wird in RGB als (212,159,174) definiert.
RGB: (212,159,174) (83%,62%,68%)
R 212 von 255 = 83%
G 159 von 255 = 62%
B 174 von 255 = 68%
R + G + B ~ 71%. #D49FAE ziemlich helle Farbe.
R + G + B =
212 + 159 + 174 = 545 (100%)
R 212 von 545 ~ 38.9%
G 159 von 545 ~ 29.17%
B 174 von 545 ~ 31.93%
Die Farbe #D49FAE wird in CMYK als (0,25,18,17) definiert.
CMYK: (0,25,18,17) C0M25Y18K17 (0%,25%,18%,17%) (0.00/0.25/0.18/0.17)
D4 | 9F | AE | |
---|---|---|---|
RGB | 212 | 159 | 174 |
HSL | 343° | 38.13% | 72.75% |
HSB/HSV | 343° | 25.00% | 83.14% |
CMYK | 0.00% | 25.00% | 17.92% |
16.86% |
Hexadezimal | D4 | 9F | AE |
Dezimal | 212 | 159 | 174 |
Binär | 11010100 | 10011111 | 10101110 |
Oktal | 324 | 237 | 256 |
Beispiele css- und html für Elemente in der Farbe #D49FAE. Bitte benutzen Sie auch rgb(212,159,174) statt hex-Code.
.myTextColor { color: #D49FAE; }
<p style="color:#D49FAE">This sample text font color is #D49FAE.</p>
Die Farbe dieses Textes ist #D49FAE.
.myBgColor { background-color: #D49FAE; }
<div style="background-color:#D49FAE">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #D49FAE.
.myBorderColor { border: 1px solid #D49FAE; }
<div style="border:3px solid #D49FAE">Div</div>
Die Grenzen von diesem div sind in Farbe #D49FAE.
.myOpacity80 { color: #D49FAE; opacity: 0.8; }
<p style="color:#D49FAE;opacity:0.8;">80%</p>
Text in Farbe #D49FAE und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #D49FAE;}
<p style="text-shadow: 3px 3px 1px #D49FAE">Text here.</p>
Dieser Text hat den Schatten in Farbe #D49FAE.
.textShadow {text-shadow: 3px 3px 1px #D49FAE, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #D49FAE, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #D49FAE und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D49FAE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#D49FAE, Direction=45, Strength=4)">Text</p>
This text has shadow with #D49FAE and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #D49FAE; -webkit-box-shadow: 1px 1px 3px 2px #D49FAE; box-shadow: 1px 1px 3px 2px #D49FAE; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #D49FAE; -webkit-box-shadow: 1px 1px 3px 2px #D49FAE; box-shadow:1px 1px 3px 2px #D49FAE;">
Div content here</div>
Dieser Text ist in der Farbe #D49FAE auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #D49FAE auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #D49FAE.
Dieser Text ist weiß auf dem Hintergrund in Farbe #D49FAE.