HEX: #A7A8AB
RGB: (167,168,171)
#A7A8AB enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #A7A8AB ist eine «websichere» Webfarbe #999999 (oder kurz #999).
Die Farbe #A7A8AB wird in RGB als (167,168,171) definiert.
RGB: (167,168,171) (65%,66%,67%)
R 167 von 255 = 65%
G 168 von 255 = 66%
B 171 von 255 = 67%
R + G + B ~ 66%. #A7A8AB ziemlich helle Farbe.
R + G + B =
167 + 168 + 171 = 506 (100%)
R 167 von 506 ~ 33%
G 168 von 506 ~ 33.2%
B 171 von 506 ~ 33.79%
Die Farbe #A7A8AB wird in CMYK als (2,2,0,33) definiert.
CMYK: (2,2,0,33) C2M2Y0K33 (2%,2%,0%,33%) (0.02/0.02/0.00/0.33)
A7 | A8 | AB | |
---|---|---|---|
RGB | 167 | 168 | 171 |
HSL | 225° | 2.33% | 66.27% |
HSB/HSV | 225° | 2.34% | 67.06% |
CMYK | 2.34% | 1.75% | 0.00% |
32.94% |
Hexadezimal | A7 | A8 | AB |
Dezimal | 167 | 168 | 171 |
Binär | 10100111 | 10101000 | 10101011 |
Oktal | 247 | 250 | 253 |
Beispiele css- und html für Elemente in der Farbe #A7A8AB. Bitte benutzen Sie auch rgb(167,168,171) statt hex-Code.
.myTextColor { color: #A7A8AB; }
<p style="color:#A7A8AB">This sample text font color is #A7A8AB.</p>
Die Farbe dieses Textes ist #A7A8AB.
.myBgColor { background-color: #A7A8AB; }
<div style="background-color:#A7A8AB">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #A7A8AB.
.myBorderColor { border: 1px solid #A7A8AB; }
<div style="border:3px solid #A7A8AB">Div</div>
Die Grenzen von diesem div sind in Farbe #A7A8AB.
.myOpacity80 { color: #A7A8AB; opacity: 0.8; }
<p style="color:#A7A8AB;opacity:0.8;">80%</p>
Text in Farbe #A7A8AB und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A7A8AB;}
<p style="text-shadow: 3px 3px 1px #A7A8AB">Text here.</p>
Dieser Text hat den Schatten in Farbe #A7A8AB.
.textShadow {text-shadow: 3px 3px 1px #A7A8AB, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A7A8AB, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #A7A8AB und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A7A8AB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A7A8AB, Direction=45, Strength=4)">Text</p>
This text has shadow with #A7A8AB and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #A7A8AB; -webkit-box-shadow: 1px 1px 3px 2px #A7A8AB; box-shadow: 1px 1px 3px 2px #A7A8AB; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #A7A8AB; -webkit-box-shadow: 1px 1px 3px 2px #A7A8AB; box-shadow:1px 1px 3px 2px #A7A8AB;">
Div content here</div>
Dieser Text ist in der Farbe #A7A8AB auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #A7A8AB auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #A7A8AB.
Dieser Text ist weiß auf dem Hintergrund in Farbe #A7A8AB.