HEX: #AD66CB
RGB: (173,102,203)
#AD66CB enthält hauptsächlich rote und blaue Farbe. Für #AD66CB ist eine «websichere» Webfarbe #9966CC (oder kurz #96C).
Die Farbe #AD66CB wird in RGB als (173,102,203) definiert.
RGB: (173,102,203)
(68%, 40%, 80%)
R 173 von 255 = 68%
G 102 von 255 = 40%
B 203 von 255 = 80%
R + G + B ~ 63%. #AD66CB ziemlich helle Farbe.
R + G + B = 173 + 102 + 203 = 478 (100%)
R 173 von 478 ~ 36.19%
G 102 von 478 ~ 21.34%
B 203 von 478 ~ 42.47'%
Die Farbe #AD66CB wird in CMYK als (15,50,0,20) definiert.
CMYK: (15,50,0,20)
C15M50Y0K20 (15%, 50%, 0%, 20%)
(0.15 / 0.50 / 0.00 / 0.20)
Farbe #AD66CB in den populären Farbmodellen.
AD | 66 | CB | |
---|---|---|---|
RGB | 173 | 102 | 203 |
HSL | 282° | 49.27% | 59.80% |
HSB/HSV | 282° | 49.75% | 79.61% |
CMYK | 14.78% | 49.75% | 0.00% |
20.39% |
Die Farbe #AD66CB in den populären Zahlensystemen.
Hexadezimal | AD | 66 | CB |
Dezimal | 173 | 102 | 203 |
Binär | 10101101 | 1100110 | 11001011 |
Oktal | 255 | 146 | 313 |
Dunkle Töne der Farbe #AD66CB
Helle Töne der Farbe #AD66CB
Beispiele css- und html für Elemente in der Farbe #AD66CB. Bitte benutzen Sie auch rgb(173,102,203) statt hex-Code.
.myTextColor { color: #AD66CB; }
<p style="color:#AD66CB">This sample text font color is #AD66CB.</p>
Die Farbe dieses Textes ist #AD66CB.
.myBgColor { background-color: #AD66CB; }
<div style="background-color:#AD66CB">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #AD66CB.
.myBorderColor { border: 1px solid #AD66CB; }
<div style="border:3px solid #AD66CB">Div</div>
Die Grenzen von diesem div sind in Farbe #AD66CB.
.myOpacity80 { color: #AD66CB; opacity: 0.8; }
<p style="color:#AD66CB;opacity:0.8;">80%</p>
Text in Farbe #AD66CB und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AD66CB;}
<p style="text-shadow: 3px 3px 1px #AD66CB">Text here.</p>
Dieser Text hat den Schatten in Farbe #AD66CB.
.textShadow {text-shadow: 3px 3px 1px #AD66CB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AD66CB, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #AD66CB und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AD66CB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AD66CB, Direction=45, Strength=4)">Text</p>
This text has shadow with #AD66CB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AD66CB;
-webkit-box-shadow: 1px 1px 3px 2px #AD66CB;
box-shadow: 1px 1px 3px 2px #AD66CB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AD66CB; -webkit-box-shadow: 1px 1px 3px 2px #AD66CB; box-shadow:1px 1px 3px 2px #AD66CB;">
Div content here
</div>
Dieser Text ist in der Farbe #AD66CB auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #AD66CB auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #AD66CB.
Dieser Text ist weiß auf dem Hintergrund in Farbe #AD66CB.
Kontrastfarbe für #hex ist #529934.