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