HEX: #D6ADB7
RGB: (214,173,183)
#D6ADB7 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #D6ADB7 ist eine «websichere» Webfarbe #CC99CC (oder kurz #C9C).
Die Farbe #D6ADB7 wird in RGB als (214,173,183) definiert.
RGB: (214,173,183) (84%,68%,72%)
R 214 von 255 = 84%
G 173 von 255 = 68%
B 183 von 255 = 72%
R + G + B ~ 75%. #D6ADB7 ziemlich helle Farbe.
R + G + B =
214 + 173 + 183 = 570 (100%)
R 214 von 570 ~ 37.54%
G 173 von 570 ~ 30.35%
B 183 von 570 ~ 32.11%
Die Farbe #D6ADB7 wird in CMYK als (0,19,14,16) definiert.
CMYK: (0,19,14,16) C0M19Y14K16 (0%,19%,14%,16%) (0.00/0.19/0.14/0.16)
D6 | AD | B7 | |
---|---|---|---|
RGB | 214 | 173 | 183 |
HSL | 345° | 33.33% | 75.88% |
HSB/HSV | 345° | 19.16% | 83.92% |
CMYK | 0.00% | 19.16% | 14.49% |
16.08% |
Hexadezimal | D6 | AD | B7 |
Dezimal | 214 | 173 | 183 |
Binär | 11010110 | 10101101 | 10110111 |
Oktal | 326 | 255 | 267 |
Beispiele css- und html für Elemente in der Farbe #D6ADB7. Bitte benutzen Sie auch rgb(214,173,183) statt hex-Code.
.myTextColor { color: #D6ADB7; }
<p style="color:#D6ADB7">This sample text font color is #D6ADB7.</p>
Die Farbe dieses Textes ist #D6ADB7.
.myBgColor { background-color: #D6ADB7; }
<div style="background-color:#D6ADB7">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #D6ADB7.
.myBorderColor { border: 1px solid #D6ADB7; }
<div style="border:3px solid #D6ADB7">Div</div>
Die Grenzen von diesem div sind in Farbe #D6ADB7.
.myOpacity80 { color: #D6ADB7; opacity: 0.8; }
<p style="color:#D6ADB7;opacity:0.8;">80%</p>
Text in Farbe #D6ADB7 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #D6ADB7;}
<p style="text-shadow: 3px 3px 1px #D6ADB7">Text here.</p>
Dieser Text hat den Schatten in Farbe #D6ADB7.
.textShadow {text-shadow: 3px 3px 1px #D6ADB7, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #D6ADB7, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #D6ADB7 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D6ADB7, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#D6ADB7, Direction=45, Strength=4)">Text</p>
This text has shadow with #D6ADB7 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #D6ADB7; -webkit-box-shadow: 1px 1px 3px 2px #D6ADB7; box-shadow: 1px 1px 3px 2px #D6ADB7; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #D6ADB7; -webkit-box-shadow: 1px 1px 3px 2px #D6ADB7; box-shadow:1px 1px 3px 2px #D6ADB7;">
Div content here</div>
Dieser Text ist in der Farbe #D6ADB7 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #D6ADB7 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #D6ADB7.
Dieser Text ist weiß auf dem Hintergrund in Farbe #D6ADB7.