HEX: #886D7C
RGB: (136,109,124)
#886D7C enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #886D7C ist eine «websichere» Webfarbe #996666 (oder kurz #966).
Die Farbe #886D7C wird in RGB als (136,109,124) definiert.
RGB: (136,109,124) (53%,43%,49%)
R 136 von 255 = 53%
G 109 von 255 = 43%
B 124 von 255 = 49%
R + G + B ~ 48%. #886D7C mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
136 + 109 + 124 = 369 (100%)
R 136 von 369 ~ 36.86%
G 109 von 369 ~ 29.54%
B 124 von 369 ~ 33.6%
Die Farbe #886D7C wird in CMYK als (0,20,9,47) definiert.
CMYK: (0,20,9,47) C0M20Y9K47 (0%,20%,9%,47%) (0.00/0.20/0.09/0.47)
88 | 6D | 7C | |
---|---|---|---|
RGB | 136 | 109 | 124 |
HSL | 327° | 11.02% | 48.04% |
HSB/HSV | 327° | 19.85% | 53.33% |
CMYK | 0.00% | 19.85% | 8.82% |
46.67% |
Hexadezimal | 88 | 6D | 7C |
Dezimal | 136 | 109 | 124 |
Binär | 10001000 | 1101101 | 1111100 |
Oktal | 210 | 155 | 174 |
Beispiele css- und html für Elemente in der Farbe #886D7C. Bitte benutzen Sie auch rgb(136,109,124) statt hex-Code.
.myTextColor { color: #886D7C; }
<p style="color:#886D7C">This sample text font color is #886D7C.</p>
Die Farbe dieses Textes ist #886D7C.
.myBgColor { background-color: #886D7C; }
<div style="background-color:#886D7C">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #886D7C.
.myBorderColor { border: 1px solid #886D7C; }
<div style="border:3px solid #886D7C">Div</div>
Die Grenzen von diesem div sind in Farbe #886D7C.
.myOpacity80 { color: #886D7C; opacity: 0.8; }
<p style="color:#886D7C;opacity:0.8;">80%</p>
Text in Farbe #886D7C und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #886D7C;}
<p style="text-shadow: 3px 3px 1px #886D7C">Text here.</p>
Dieser Text hat den Schatten in Farbe #886D7C.
.textShadow {text-shadow: 3px 3px 1px #886D7C, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #886D7C, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #886D7C und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#886D7C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#886D7C, Direction=45, Strength=4)">Text</p>
This text has shadow with #886D7C and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #886D7C; -webkit-box-shadow: 1px 1px 3px 2px #886D7C; box-shadow: 1px 1px 3px 2px #886D7C; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #886D7C; -webkit-box-shadow: 1px 1px 3px 2px #886D7C; box-shadow:1px 1px 3px 2px #886D7C;">
Div content here</div>
Dieser Text ist in der Farbe #886D7C auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #886D7C auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #886D7C.
Dieser Text ist weiß auf dem Hintergrund in Farbe #886D7C.