HEX: #ADADB8
RGB: (173,173,184)
#ADADB8 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #ADADB8 ist eine «websichere» Webfarbe #9999CC (oder kurz #99C).
Die Farbe #ADADB8 wird in RGB als (173,173,184) definiert.
RGB: (173,173,184) (68%,68%,72%)
R 173 von 255 = 68%
G 173 von 255 = 68%
B 184 von 255 = 72%
R + G + B ~ 69%. #ADADB8 ziemlich helle Farbe.
R + G + B =
173 + 173 + 184 = 530 (100%)
R 173 von 530 ~ 32.64%
G 173 von 530 ~ 32.64%
B 184 von 530 ~ 34.72%
Die Farbe #ADADB8 wird in CMYK als (6,6,0,28) definiert.
CMYK: (6,6,0,28) C6M6Y0K28 (6%,6%,0%,28%) (0.06/0.06/0.00/0.28)
AD | AD | B8 | |
---|---|---|---|
RGB | 173 | 173 | 184 |
HSL | 240° | 7.19% | 70.00% |
HSB/HSV | 240° | 5.98% | 72.16% |
CMYK | 5.98% | 5.98% | 0.00% |
27.84% |
Hexadezimal | AD | AD | B8 |
Dezimal | 173 | 173 | 184 |
Binär | 10101101 | 10101101 | 10111000 |
Oktal | 255 | 255 | 270 |
Beispiele css- und html für Elemente in der Farbe #ADADB8. Bitte benutzen Sie auch rgb(173,173,184) statt hex-Code.
.myTextColor { color: #ADADB8; }
<p style="color:#ADADB8">This sample text font color is #ADADB8.</p>
Die Farbe dieses Textes ist #ADADB8.
.myBgColor { background-color: #ADADB8; }
<div style="background-color:#ADADB8">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #ADADB8.
.myBorderColor { border: 1px solid #ADADB8; }
<div style="border:3px solid #ADADB8">Div</div>
Die Grenzen von diesem div sind in Farbe #ADADB8.
.myOpacity80 { color: #ADADB8; opacity: 0.8; }
<p style="color:#ADADB8;opacity:0.8;">80%</p>
Text in Farbe #ADADB8 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ADADB8;}
<p style="text-shadow: 3px 3px 1px #ADADB8">Text here.</p>
Dieser Text hat den Schatten in Farbe #ADADB8.
.textShadow {text-shadow: 3px 3px 1px #ADADB8, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ADADB8, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #ADADB8 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ADADB8, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ADADB8, Direction=45, Strength=4)">Text</p>
This text has shadow with #ADADB8 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ADADB8; -webkit-box-shadow: 1px 1px 3px 2px #ADADB8; box-shadow: 1px 1px 3px 2px #ADADB8; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #ADADB8; -webkit-box-shadow: 1px 1px 3px 2px #ADADB8; box-shadow:1px 1px 3px 2px #ADADB8;">
Div content here</div>
Dieser Text ist in der Farbe #ADADB8 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #ADADB8 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #ADADB8.
Dieser Text ist weiß auf dem Hintergrund in Farbe #ADADB8.