HEX: #B6987E
RGB: (182,152,126)
#B6987E enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #B6987E ist eine «websichere» Webfarbe #CC9966 (oder kurz #C96).
Die Farbe #B6987E wird in RGB als (182,152,126) definiert.
RGB: (182,152,126)
(71%, 60%, 49%)
R 182 von 255 = 71%
G 152 von 255 = 60%
B 126 von 255 = 49%
R + G + B ~ 60%. #B6987E mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 182 + 152 + 126 = 460 (100%)
R 182 von 460 ~ 39.57%
G 152 von 460 ~ 33.04%
B 126 von 460 ~ 27.39'%
Die Farbe #B6987E wird in CMYK als (0,16,31,29) definiert.
CMYK: (0,16,31,29)
C0M16Y31K29 (0%, 16%, 31%, 29%)
(0.00 / 0.16 / 0.31 / 0.29)
Farbe #B6987E in den populären Farbmodellen.
B6 | 98 | 7E | |
---|---|---|---|
RGB | 182 | 152 | 126 |
HSL | 28° | 27.72% | 60.39% |
HSB/HSV | 28° | 30.77% | 71.37% |
CMYK | 0.00% | 16.48% | 30.77% |
28.63% |
Die Farbe #B6987E in den populären Zahlensystemen.
Hexadezimal | B6 | 98 | 7E |
Dezimal | 182 | 152 | 126 |
Binär | 10110110 | 10011000 | 1111110 |
Oktal | 266 | 230 | 176 |
Dunkle Töne der Farbe #B6987E
Helle Töne der Farbe #B6987E
Beispiele css- und html für Elemente in der Farbe #B6987E. Bitte benutzen Sie auch rgb(182,152,126) statt hex-Code.
.myTextColor { color: #B6987E; }
<p style="color:#B6987E">This sample text font color is #B6987E.</p>
Die Farbe dieses Textes ist #B6987E.
.myBgColor { background-color: #B6987E; }
<div style="background-color:#B6987E">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #B6987E.
.myBorderColor { border: 1px solid #B6987E; }
<div style="border:3px solid #B6987E">Div</div>
Die Grenzen von diesem div sind in Farbe #B6987E.
.myOpacity80 { color: #B6987E; opacity: 0.8; }
<p style="color:#B6987E;opacity:0.8;">80%</p>
Text in Farbe #B6987E und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B6987E;}
<p style="text-shadow: 3px 3px 1px #B6987E">Text here.</p>
Dieser Text hat den Schatten in Farbe #B6987E.
.textShadow {text-shadow: 3px 3px 1px #B6987E', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B6987E, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #B6987E und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B6987E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B6987E, Direction=45, Strength=4)">Text</p>
This text has shadow with #B6987E and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #B6987E;
-webkit-box-shadow: 1px 1px 3px 2px #B6987E;
box-shadow: 1px 1px 3px 2px #B6987E;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B6987E; -webkit-box-shadow: 1px 1px 3px 2px #B6987E; box-shadow:1px 1px 3px 2px #B6987E;">
Div content here
</div>
Dieser Text ist in der Farbe #B6987E auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #B6987E auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #B6987E.
Dieser Text ist weiß auf dem Hintergrund in Farbe #B6987E.
Kontrastfarbe für #hex ist #496781.