HEX: #D46B81
RGB: (212,107,129)
#D46B81 enthält hauptsächlich rote Farbe. Für #D46B81 ist eine «websichere» Webfarbe #CC6699 (oder kurz #C69).
Die Farbe #D46B81 wird in RGB als (212,107,129) definiert.
RGB: (212,107,129) (83%,42%,51%)
R 212 von 255 = 83%
G 107 von 255 = 42%
B 129 von 255 = 51%
R + G + B ~ 59%. #D46B81 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
212 + 107 + 129 = 448 (100%)
R 212 von 448 ~ 47.32%
G 107 von 448 ~ 23.88%
B 129 von 448 ~ 28.79%
Die Farbe #D46B81 wird in CMYK als (0,50,39,17) definiert.
CMYK: (0,50,39,17) C0M50Y39K17 (0%,50%,39%,17%) (0.00/0.50/0.39/0.17)
D4 | 6B | 81 | |
---|---|---|---|
RGB | 212 | 107 | 129 |
HSL | 347° | 54.97% | 62.55% |
HSB/HSV | 347° | 49.53% | 83.14% |
CMYK | 0.00% | 49.53% | 39.15% |
16.86% |
Hexadezimal | D4 | 6B | 81 |
Dezimal | 212 | 107 | 129 |
Binär | 11010100 | 1101011 | 10000001 |
Oktal | 324 | 153 | 201 |
Beispiele css- und html für Elemente in der Farbe #D46B81. Bitte benutzen Sie auch rgb(212,107,129) statt hex-Code.
.myTextColor { color: #D46B81; }
<p style="color:#D46B81">This sample text font color is #D46B81.</p>
Die Farbe dieses Textes ist #D46B81.
.myBgColor { background-color: #D46B81; }
<div style="background-color:#D46B81">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #D46B81.
.myBorderColor { border: 1px solid #D46B81; }
<div style="border:3px solid #D46B81">Div</div>
Die Grenzen von diesem div sind in Farbe #D46B81.
.myOpacity80 { color: #D46B81; opacity: 0.8; }
<p style="color:#D46B81;opacity:0.8;">80%</p>
Text in Farbe #D46B81 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #D46B81;}
<p style="text-shadow: 3px 3px 1px #D46B81">Text here.</p>
Dieser Text hat den Schatten in Farbe #D46B81.
.textShadow {text-shadow: 3px 3px 1px #D46B81, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #D46B81, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #D46B81 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D46B81, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#D46B81, Direction=45, Strength=4)">Text</p>
This text has shadow with #D46B81 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #D46B81; -webkit-box-shadow: 1px 1px 3px 2px #D46B81; box-shadow: 1px 1px 3px 2px #D46B81; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #D46B81; -webkit-box-shadow: 1px 1px 3px 2px #D46B81; box-shadow:1px 1px 3px 2px #D46B81;">
Div content here</div>
Dieser Text ist in der Farbe #D46B81 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #D46B81 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #D46B81.
Dieser Text ist weiß auf dem Hintergrund in Farbe #D46B81.