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