HEX: #ADB99F
RGB: (173,185,159)
#ADB99F enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #ADB99F ist eine «websichere» Webfarbe #99CC99 (oder kurz #9C9).
Die Farbe #ADB99F wird in RGB als (173,185,159) definiert.
RGB: (173,185,159) (68%,73%,62%)
R 173 von 255 = 68%
G 185 von 255 = 73%
B 159 von 255 = 62%
R + G + B ~ 68%. #ADB99F ziemlich helle Farbe.
R + G + B =
173 + 185 + 159 = 517 (100%)
R 173 von 517 ~ 33.46%
G 185 von 517 ~ 35.78%
B 159 von 517 ~ 30.75%
Die Farbe #ADB99F wird in CMYK als (6,0,14,27) definiert.
CMYK: (6,0,14,27) C6M0Y14K27 (6%,0%,14%,27%) (0.06/0.00/0.14/0.27)
AD | B9 | 9F | |
---|---|---|---|
RGB | 173 | 185 | 159 |
HSL | 88° | 15.66% | 67.45% |
HSB/HSV | 88° | 14.05% | 72.55% |
CMYK | 6.49% | 0.00% | 14.05% |
27.45% |
Hexadezimal | AD | B9 | 9F |
Dezimal | 173 | 185 | 159 |
Binär | 10101101 | 10111001 | 10011111 |
Oktal | 255 | 271 | 237 |
Beispiele css- und html für Elemente in der Farbe #ADB99F. Bitte benutzen Sie auch rgb(173,185,159) statt hex-Code.
.myTextColor { color: #ADB99F; }
<p style="color:#ADB99F">This sample text font color is #ADB99F.</p>
Die Farbe dieses Textes ist #ADB99F.
.myBgColor { background-color: #ADB99F; }
<div style="background-color:#ADB99F">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #ADB99F.
.myBorderColor { border: 1px solid #ADB99F; }
<div style="border:3px solid #ADB99F">Div</div>
Die Grenzen von diesem div sind in Farbe #ADB99F.
.myOpacity80 { color: #ADB99F; opacity: 0.8; }
<p style="color:#ADB99F;opacity:0.8;">80%</p>
Text in Farbe #ADB99F und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ADB99F;}
<p style="text-shadow: 3px 3px 1px #ADB99F">Text here.</p>
Dieser Text hat den Schatten in Farbe #ADB99F.
.textShadow {text-shadow: 3px 3px 1px #ADB99F, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ADB99F, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #ADB99F und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ADB99F, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ADB99F, Direction=45, Strength=4)">Text</p>
This text has shadow with #ADB99F and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ADB99F; -webkit-box-shadow: 1px 1px 3px 2px #ADB99F; box-shadow: 1px 1px 3px 2px #ADB99F; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #ADB99F; -webkit-box-shadow: 1px 1px 3px 2px #ADB99F; box-shadow:1px 1px 3px 2px #ADB99F;">
Div content here</div>
Dieser Text ist in der Farbe #ADB99F auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #ADB99F auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #ADB99F.
Dieser Text ist weiß auf dem Hintergrund in Farbe #ADB99F.