HEX: #D6B6AB
RGB: (214,182,171)
#D6B6AB enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #D6B6AB ist eine «websichere» Webfarbe #CCCC99 (oder kurz #CC9).
Die Farbe #D6B6AB wird in RGB als (214,182,171) definiert.
RGB: (214,182,171)
(84%, 71%, 67%)
R 214 von 255 = 84%
G 182 von 255 = 71%
B 171 von 255 = 67%
R + G + B ~ 74%. #D6B6AB ziemlich helle Farbe.
R + G + B = 214 + 182 + 171 = 567 (100%)
R 214 von 567 ~ 37.74%
G 182 von 567 ~ 32.1%
B 171 von 567 ~ 30.16'%
Die Farbe #D6B6AB wird in CMYK als (0,15,20,16) definiert.
CMYK: (0,15,20,16)
C0M15Y20K16 (0%, 15%, 20%, 16%)
(0.00 / 0.15 / 0.20 / 0.16)
Farbe #D6B6AB in den populären Farbmodellen.
D6 | B6 | AB | |
---|---|---|---|
RGB | 214 | 182 | 171 |
HSL | 15° | 34.40% | 75.49% |
HSB/HSV | 15° | 20.09% | 83.92% |
CMYK | 0.00% | 14.95% | 20.09% |
16.08% |
Die Farbe #D6B6AB in den populären Zahlensystemen.
Hexadezimal | D6 | B6 | AB |
Dezimal | 214 | 182 | 171 |
Binär | 11010110 | 10110110 | 10101011 |
Oktal | 326 | 266 | 253 |
Dunkle Töne der Farbe #D6B6AB
Helle Töne der Farbe #D6B6AB
Beispiele css- und html für Elemente in der Farbe #D6B6AB. Bitte benutzen Sie auch rgb(214,182,171) statt hex-Code.
.myTextColor { color: #D6B6AB; }
<p style="color:#D6B6AB">This sample text font color is #D6B6AB.</p>
Die Farbe dieses Textes ist #D6B6AB.
.myBgColor { background-color: #D6B6AB; }
<div style="background-color:#D6B6AB">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #D6B6AB.
.myBorderColor { border: 1px solid #D6B6AB; }
<div style="border:3px solid #D6B6AB">Div</div>
Die Grenzen von diesem div sind in Farbe #D6B6AB.
.myOpacity80 { color: #D6B6AB; opacity: 0.8; }
<p style="color:#D6B6AB;opacity:0.8;">80%</p>
Text in Farbe #D6B6AB und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #D6B6AB;}
<p style="text-shadow: 3px 3px 1px #D6B6AB">Text here.</p>
Dieser Text hat den Schatten in Farbe #D6B6AB.
.textShadow {text-shadow: 3px 3px 1px #D6B6AB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #D6B6AB, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #D6B6AB und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D6B6AB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#D6B6AB, Direction=45, Strength=4)">Text</p>
This text has shadow with #D6B6AB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #D6B6AB;
-webkit-box-shadow: 1px 1px 3px 2px #D6B6AB;
box-shadow: 1px 1px 3px 2px #D6B6AB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #D6B6AB; -webkit-box-shadow: 1px 1px 3px 2px #D6B6AB; box-shadow:1px 1px 3px 2px #D6B6AB;">
Div content here
</div>
Dieser Text ist in der Farbe #D6B6AB auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #D6B6AB auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #D6B6AB.
Dieser Text ist weiß auf dem Hintergrund in Farbe #D6B6AB.
Kontrastfarbe für #hex ist #294954.