HEX: #ADB095
RGB: (173,176,149)
#ADB095 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #ADB095 ist eine «websichere» Webfarbe #999999 (oder kurz #999).
Die Farbe #ADB095 wird in RGB als (173,176,149) definiert.
RGB: (173,176,149)
(68%, 69%, 58%)
R 173 von 255 = 68%
G 176 von 255 = 69%
B 149 von 255 = 58%
R + G + B ~ 65%. #ADB095 ziemlich helle Farbe.
R + G + B = 173 + 176 + 149 = 498 (100%)
R 173 von 498 ~ 34.74%
G 176 von 498 ~ 35.34%
B 149 von 498 ~ 29.92'%
Die Farbe #ADB095 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 #ADB095 in den populären Farbmodellen.
AD | B0 | 95 | |
---|---|---|---|
RGB | 173 | 176 | 149 |
HSL | 67° | 14.59% | 63.73% |
HSB/HSV | 67° | 15.34% | 69.02% |
CMYK | 1.70% | 0.00% | 15.34% |
30.98% |
Die Farbe #ADB095 in den populären Zahlensystemen.
Hexadezimal | AD | B0 | 95 |
Dezimal | 173 | 176 | 149 |
Binär | 10101101 | 10110000 | 10010101 |
Oktal | 255 | 260 | 225 |
Dunkle Töne der Farbe #ADB095
Helle Töne der Farbe #ADB095
Beispiele css- und html für Elemente in der Farbe #ADB095. Bitte benutzen Sie auch rgb(173,176,149) statt hex-Code.
.myTextColor { color: #ADB095; }
<p style="color:#ADB095">This sample text font color is #ADB095.</p>
Die Farbe dieses Textes ist #ADB095.
.myBgColor { background-color: #ADB095; }
<div style="background-color:#ADB095">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #ADB095.
.myBorderColor { border: 1px solid #ADB095; }
<div style="border:3px solid #ADB095">Div</div>
Die Grenzen von diesem div sind in Farbe #ADB095.
.myOpacity80 { color: #ADB095; opacity: 0.8; }
<p style="color:#ADB095;opacity:0.8;">80%</p>
Text in Farbe #ADB095 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ADB095;}
<p style="text-shadow: 3px 3px 1px #ADB095">Text here.</p>
Dieser Text hat den Schatten in Farbe #ADB095.
.textShadow {text-shadow: 3px 3px 1px #ADB095', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ADB095, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #ADB095 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ADB095, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ADB095, Direction=45, Strength=4)">Text</p>
This text has shadow with #ADB095 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ADB095;
-webkit-box-shadow: 1px 1px 3px 2px #ADB095;
box-shadow: 1px 1px 3px 2px #ADB095;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ADB095; -webkit-box-shadow: 1px 1px 3px 2px #ADB095; box-shadow:1px 1px 3px 2px #ADB095;">
Div content here
</div>
Dieser Text ist in der Farbe #ADB095 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #ADB095 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #ADB095.
Dieser Text ist weiß auf dem Hintergrund in Farbe #ADB095.
Kontrastfarbe für #hex ist #524F6A.