HEX: #ADABB1
RGB: (173,171,177)
#ADABB1 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #ADABB1 ist eine «websichere» Webfarbe #999999 (oder kurz #999).
Die Farbe #ADABB1 wird in RGB als (173,171,177) definiert.
RGB: (173,171,177) (68%,67%,69%)
R 173 von 255 = 68%
G 171 von 255 = 67%
B 177 von 255 = 69%
R + G + B ~ 68%. #ADABB1 ziemlich helle Farbe.
R + G + B =
173 + 171 + 177 = 521 (100%)
R 173 von 521 ~ 33.21%
G 171 von 521 ~ 32.82%
B 177 von 521 ~ 33.97%
Die Farbe #ADABB1 wird in CMYK als (2,3,0,31) definiert.
CMYK: (2,3,0,31) C2M3Y0K31 (2%,3%,0%,31%) (0.02/0.03/0.00/0.31)
AD | AB | B1 | |
---|---|---|---|
RGB | 173 | 171 | 177 |
HSL | 260° | 3.70% | 68.24% |
HSB/HSV | 260° | 3.39% | 69.41% |
CMYK | 2.26% | 3.39% | 0.00% |
30.59% |
Hexadezimal | AD | AB | B1 |
Dezimal | 173 | 171 | 177 |
Binär | 10101101 | 10101011 | 10110001 |
Oktal | 255 | 253 | 261 |
Beispiele css- und html für Elemente in der Farbe #ADABB1. Bitte benutzen Sie auch rgb(173,171,177) statt hex-Code.
.myTextColor { color: #ADABB1; }
<p style="color:#ADABB1">This sample text font color is #ADABB1.</p>
Die Farbe dieses Textes ist #ADABB1.
.myBgColor { background-color: #ADABB1; }
<div style="background-color:#ADABB1">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #ADABB1.
.myBorderColor { border: 1px solid #ADABB1; }
<div style="border:3px solid #ADABB1">Div</div>
Die Grenzen von diesem div sind in Farbe #ADABB1.
.myOpacity80 { color: #ADABB1; opacity: 0.8; }
<p style="color:#ADABB1;opacity:0.8;">80%</p>
Text in Farbe #ADABB1 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ADABB1;}
<p style="text-shadow: 3px 3px 1px #ADABB1">Text here.</p>
Dieser Text hat den Schatten in Farbe #ADABB1.
.textShadow {text-shadow: 3px 3px 1px #ADABB1, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ADABB1, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #ADABB1 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ADABB1, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ADABB1, Direction=45, Strength=4)">Text</p>
This text has shadow with #ADABB1 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ADABB1; -webkit-box-shadow: 1px 1px 3px 2px #ADABB1; box-shadow: 1px 1px 3px 2px #ADABB1; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #ADABB1; -webkit-box-shadow: 1px 1px 3px 2px #ADABB1; box-shadow:1px 1px 3px 2px #ADABB1;">
Div content here</div>
Dieser Text ist in der Farbe #ADABB1 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #ADABB1 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #ADABB1.
Dieser Text ist weiß auf dem Hintergrund in Farbe #ADABB1.