HEX: #AD9ABC
RGB: (173,154,188)
#AD9ABC enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #AD9ABC ist eine «websichere» Webfarbe #9999CC (oder kurz #99C).
Die Farbe #AD9ABC wird in RGB als (173,154,188) definiert.
RGB: (173,154,188)
(68%, 60%, 74%)
R 173 von 255 = 68%
G 154 von 255 = 60%
B 188 von 255 = 74%
R + G + B ~ 67%. #AD9ABC ziemlich helle Farbe.
R + G + B = 173 + 154 + 188 = 515 (100%)
R 173 von 515 ~ 33.59%
G 154 von 515 ~ 29.9%
B 188 von 515 ~ 36.5'%
Die Farbe #AD9ABC wird in CMYK als (8,18,0,26) definiert.
CMYK: (8,18,0,26) C8M18Y0K26 (8%,18%,0%,26%) (0.08/0.18/0.00/0.26)
Farbe #AD9ABC in den populären Farbmodellen.
AD | 9A | BC | |
---|---|---|---|
RGB | 173 | 154 | 188 |
HSL | 274° | 20.24% | 67.06% |
HSB/HSV | 274° | 18.09% | 73.73% |
CMYK | 7.98% | 18.09% | 0.00% |
26.27% |
Die Farbe #AD9ABC in den populären Zahlensystemen.
Hexadezimal | AD | 9A | BC |
Dezimal | 173 | 154 | 188 |
Binär | 10101101 | 10011010 | 10111100 |
Oktal | 255 | 232 | 274 |
Dunkle Töne der Farbe #AD9ABC
Helle Töne der Farbe #AD9ABC
Beispiele css- und html für Elemente in der Farbe #AD9ABC. Bitte benutzen Sie auch rgb(173,154,188) statt hex-Code.
.myTextColor { color: #AD9ABC; }
<p style="color:#AD9ABC">This sample text font color is #AD9ABC.</p>
Die Farbe dieses Textes ist #AD9ABC.
.myBgColor { background-color: #AD9ABC; }
<div style="background-color:#AD9ABC">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #AD9ABC.
.myBorderColor { border: 1px solid #AD9ABC; }
<div style="border:3px solid #AD9ABC">Div</div>
Die Grenzen von diesem div sind in Farbe #AD9ABC.
.myOpacity80 { color: #AD9ABC; opacity: 0.8; }
<p style="color:#AD9ABC;opacity:0.8;">80%</p>
Text in Farbe #AD9ABC und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AD9ABC;}
<p style="text-shadow: 3px 3px 1px #AD9ABC">Text here.</p>
Dieser Text hat den Schatten in Farbe #AD9ABC.
.textShadow {text-shadow: 3px 3px 1px #AD9ABC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AD9ABC, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #AD9ABC und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AD9ABC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AD9ABC, Direction=45, Strength=4)">Text</p>
This text has shadow with #AD9ABC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AD9ABC;
-webkit-box-shadow: 1px 1px 3px 2px #AD9ABC;
box-shadow: 1px 1px 3px 2px #AD9ABC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AD9ABC; -webkit-box-shadow: 1px 1px 3px 2px #AD9ABC; box-shadow:1px 1px 3px 2px #AD9ABC;">
Div content here
</div>
Dieser Text ist in der Farbe #AD9ABC auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #AD9ABC auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #AD9ABC.
Dieser Text ist weiß auf dem Hintergrund in Farbe #AD9ABC.
Kontrastfarbe für #hex ist #526543.