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