HEX: #A8ADDB
RGB: (168,173,219)
#A8ADDB enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #A8ADDB ist eine «websichere» Webfarbe #9999CC (oder kurz #99C).
Die Farbe #A8ADDB wird in RGB als (168,173,219) definiert.
RGB: (168,173,219) (66%,68%,86%)
R 168 von 255 = 66%
G 173 von 255 = 68%
B 219 von 255 = 86%
R + G + B ~ 73%. #A8ADDB ziemlich helle Farbe.
R + G + B =
168 + 173 + 219 = 560 (100%)
R 168 von 560 ~ 30%
G 173 von 560 ~ 30.89%
B 219 von 560 ~ 39.11%
Die Farbe #A8ADDB wird in CMYK als (23,21,0,14) definiert.
CMYK: (23,21,0,14) C23M21Y0K14 (23%,21%,0%,14%) (0.23/0.21/0.00/0.14)
A8 | AD | DB | |
---|---|---|---|
RGB | 168 | 173 | 219 |
HSL | 234° | 41.46% | 75.88% |
HSB/HSV | 234° | 23.29% | 85.88% |
CMYK | 23.29% | 21.00% | 0.00% |
14.12% |
Hexadezimal | A8 | AD | DB |
Dezimal | 168 | 173 | 219 |
Binär | 10101000 | 10101101 | 11011011 |
Oktal | 250 | 255 | 333 |
Beispiele css- und html für Elemente in der Farbe #A8ADDB. Bitte benutzen Sie auch rgb(168,173,219) statt hex-Code.
.myTextColor { color: #A8ADDB; }
<p style="color:#A8ADDB">This sample text font color is #A8ADDB.</p>
Die Farbe dieses Textes ist #A8ADDB.
.myBgColor { background-color: #A8ADDB; }
<div style="background-color:#A8ADDB">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #A8ADDB.
.myBorderColor { border: 1px solid #A8ADDB; }
<div style="border:3px solid #A8ADDB">Div</div>
Die Grenzen von diesem div sind in Farbe #A8ADDB.
.myOpacity80 { color: #A8ADDB; opacity: 0.8; }
<p style="color:#A8ADDB;opacity:0.8;">80%</p>
Text in Farbe #A8ADDB und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A8ADDB;}
<p style="text-shadow: 3px 3px 1px #A8ADDB">Text here.</p>
Dieser Text hat den Schatten in Farbe #A8ADDB.
.textShadow {text-shadow: 3px 3px 1px #A8ADDB, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A8ADDB, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #A8ADDB und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A8ADDB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A8ADDB, Direction=45, Strength=4)">Text</p>
This text has shadow with #A8ADDB and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #A8ADDB; -webkit-box-shadow: 1px 1px 3px 2px #A8ADDB; box-shadow: 1px 1px 3px 2px #A8ADDB; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #A8ADDB; -webkit-box-shadow: 1px 1px 3px 2px #A8ADDB; box-shadow:1px 1px 3px 2px #A8ADDB;">
Div content here</div>
Dieser Text ist in der Farbe #A8ADDB auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #A8ADDB auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #A8ADDB.
Dieser Text ist weiß auf dem Hintergrund in Farbe #A8ADDB.