HEX: #ADB9CD
RGB: (173,185,205)
#ADB9CD enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #ADB9CD ist eine «websichere» Webfarbe #99CCCC (oder kurz #9CC).
Die Farbe #ADB9CD wird in RGB als (173,185,205) definiert.
RGB: (173,185,205)
(68%, 73%, 80%)
R 173 von 255 = 68%
G 185 von 255 = 73%
B 205 von 255 = 80%
R + G + B ~ 74%. #ADB9CD ziemlich helle Farbe.
R + G + B = 173 + 185 + 205 = 563 (100%)
R 173 von 563 ~ 30.73%
G 185 von 563 ~ 32.86%
B 205 von 563 ~ 36.41'%
Die Farbe #ADB9CD wird in CMYK als (16,10,0,20) definiert.
CMYK: (16,10,0,20)
C16M10Y0K20 (16%, 10%, 0%, 20%)
(0.16 / 0.10 / 0.00 / 0.20)
Farbe #ADB9CD in den populären Farbmodellen.
AD | B9 | CD | |
---|---|---|---|
RGB | 173 | 185 | 205 |
HSL | 218° | 24.24% | 74.12% |
HSB/HSV | 218° | 15.61% | 80.39% |
CMYK | 15.61% | 9.76% | 0.00% |
19.61% |
Die Farbe #ADB9CD in den populären Zahlensystemen.
Hexadezimal | AD | B9 | CD |
Dezimal | 173 | 185 | 205 |
Binär | 10101101 | 10111001 | 11001101 |
Oktal | 255 | 271 | 315 |
Dunkle Töne der Farbe #ADB9CD
Helle Töne der Farbe #ADB9CD
Beispiele css- und html für Elemente in der Farbe #ADB9CD. Bitte benutzen Sie auch rgb(173,185,205) statt hex-Code.
.myTextColor { color: #ADB9CD; }
<p style="color:#ADB9CD">This sample text font color is #ADB9CD.</p>
Die Farbe dieses Textes ist #ADB9CD.
.myBgColor { background-color: #ADB9CD; }
<div style="background-color:#ADB9CD">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #ADB9CD.
.myBorderColor { border: 1px solid #ADB9CD; }
<div style="border:3px solid #ADB9CD">Div</div>
Die Grenzen von diesem div sind in Farbe #ADB9CD.
.myOpacity80 { color: #ADB9CD; opacity: 0.8; }
<p style="color:#ADB9CD;opacity:0.8;">80%</p>
Text in Farbe #ADB9CD und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ADB9CD;}
<p style="text-shadow: 3px 3px 1px #ADB9CD">Text here.</p>
Dieser Text hat den Schatten in Farbe #ADB9CD.
.textShadow {text-shadow: 3px 3px 1px #ADB9CD', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ADB9CD, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #ADB9CD und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ADB9CD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ADB9CD, Direction=45, Strength=4)">Text</p>
This text has shadow with #ADB9CD and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ADB9CD;
-webkit-box-shadow: 1px 1px 3px 2px #ADB9CD;
box-shadow: 1px 1px 3px 2px #ADB9CD;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ADB9CD; -webkit-box-shadow: 1px 1px 3px 2px #ADB9CD; box-shadow:1px 1px 3px 2px #ADB9CD;">
Div content here
</div>
Dieser Text ist in der Farbe #ADB9CD auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #ADB9CD auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #ADB9CD.
Dieser Text ist weiß auf dem Hintergrund in Farbe #ADB9CD.
Kontrastfarbe für #hex ist #524632.