HEX: #A6788B
RGB: (166,120,139)
#A6788B enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #A6788B ist eine «websichere» Webfarbe #996699 (oder kurz #969).
Die Farbe #A6788B wird in RGB als (166,120,139) definiert.
RGB: (166,120,139) (65%,47%,55%)
R 166 von 255 = 65%
G 120 von 255 = 47%
B 139 von 255 = 55%
R + G + B ~ 56%. #A6788B mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
166 + 120 + 139 = 425 (100%)
R 166 von 425 ~ 39.06%
G 120 von 425 ~ 28.24%
B 139 von 425 ~ 32.71%
Die Farbe #A6788B wird in CMYK als (0,28,16,35) definiert.
CMYK: (0,28,16,35) C0M28Y16K35 (0%,28%,16%,35%) (0.00/0.28/0.16/0.35)
A6 | 78 | 8B | |
---|---|---|---|
RGB | 166 | 120 | 139 |
HSL | 335° | 20.54% | 56.08% |
HSB/HSV | 335° | 27.71% | 65.10% |
CMYK | 0.00% | 27.71% | 16.27% |
34.90% |
Hexadezimal | A6 | 78 | 8B |
Dezimal | 166 | 120 | 139 |
Binär | 10100110 | 1111000 | 10001011 |
Oktal | 246 | 170 | 213 |
Beispiele css- und html für Elemente in der Farbe #A6788B. Bitte benutzen Sie auch rgb(166,120,139) statt hex-Code.
.myTextColor { color: #A6788B; }
<p style="color:#A6788B">This sample text font color is #A6788B.</p>
Die Farbe dieses Textes ist #A6788B.
.myBgColor { background-color: #A6788B; }
<div style="background-color:#A6788B">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #A6788B.
.myBorderColor { border: 1px solid #A6788B; }
<div style="border:3px solid #A6788B">Div</div>
Die Grenzen von diesem div sind in Farbe #A6788B.
.myOpacity80 { color: #A6788B; opacity: 0.8; }
<p style="color:#A6788B;opacity:0.8;">80%</p>
Text in Farbe #A6788B und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A6788B;}
<p style="text-shadow: 3px 3px 1px #A6788B">Text here.</p>
Dieser Text hat den Schatten in Farbe #A6788B.
.textShadow {text-shadow: 3px 3px 1px #A6788B, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A6788B, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #A6788B und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A6788B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A6788B, Direction=45, Strength=4)">Text</p>
This text has shadow with #A6788B and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #A6788B; -webkit-box-shadow: 1px 1px 3px 2px #A6788B; box-shadow: 1px 1px 3px 2px #A6788B; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #A6788B; -webkit-box-shadow: 1px 1px 3px 2px #A6788B; box-shadow:1px 1px 3px 2px #A6788B;">
Div content here</div>
Dieser Text ist in der Farbe #A6788B auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #A6788B auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #A6788B.
Dieser Text ist weiß auf dem Hintergrund in Farbe #A6788B.