HEX: #AADDF6
RGB: (170,221,246)
#AADDF6 enthält hauptsächlich grüne und blaue Farbe. Für #AADDF6 ist eine «websichere» Webfarbe #99CCFF (oder kurz #9CF).
Die Farbe #AADDF6 wird in RGB als (170,221,246) definiert.
RGB: (170,221,246)
(67%, 87%, 96%)
R 170 von 255 = 67%
G 221 von 255 = 87%
B 246 von 255 = 96%
R + G + B ~ 83%. #AADDF6 ziemlich helle Farbe.
R + G + B = 170 + 221 + 246 = 637 (100%)
R 170 von 637 ~ 26.69%
G 221 von 637 ~ 34.69%
B 246 von 637 ~ 38.62'%
Die Farbe #AADDF6 wird in CMYK als (31,10,0,4) definiert.
CMYK: (31,10,0,4)
C31M10Y0K4 (31%, 10%, 0%, 4%)
(0.31 / 0.10 / 0.00 / 0.04)
Farbe #AADDF6 in den populären Farbmodellen.
AA | DD | F6 | |
---|---|---|---|
RGB | 170 | 221 | 246 |
HSL | 200° | 80.85% | 81.57% |
HSB/HSV | 200° | 30.89% | 96.47% |
CMYK | 30.89% | 10.16% | 0.00% |
3.53% |
Die Farbe #AADDF6 in den populären Zahlensystemen.
Hexadezimal | AA | DD | F6 |
Dezimal | 170 | 221 | 246 |
Binär | 10101010 | 11011101 | 11110110 |
Oktal | 252 | 335 | 366 |
Dunkle Töne der Farbe #AADDF6
Helle Töne der Farbe #AADDF6
Beispiele css- und html für Elemente in der Farbe #AADDF6. Bitte benutzen Sie auch rgb(170,221,246) statt hex-Code.
.myTextColor { color: #AADDF6; }
<p style="color:#AADDF6">This sample text font color is #AADDF6.</p>
Die Farbe dieses Textes ist #AADDF6.
.myBgColor { background-color: #AADDF6; }
<div style="background-color:#AADDF6">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #AADDF6.
.myBorderColor { border: 1px solid #AADDF6; }
<div style="border:3px solid #AADDF6">Div</div>
Die Grenzen von diesem div sind in Farbe #AADDF6.
.myOpacity80 { color: #AADDF6; opacity: 0.8; }
<p style="color:#AADDF6;opacity:0.8;">80%</p>
Text in Farbe #AADDF6 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AADDF6;}
<p style="text-shadow: 3px 3px 1px #AADDF6">Text here.</p>
Dieser Text hat den Schatten in Farbe #AADDF6.
.textShadow {text-shadow: 3px 3px 1px #AADDF6', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AADDF6, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #AADDF6 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AADDF6, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AADDF6, Direction=45, Strength=4)">Text</p>
This text has shadow with #AADDF6 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AADDF6;
-webkit-box-shadow: 1px 1px 3px 2px #AADDF6;
box-shadow: 1px 1px 3px 2px #AADDF6;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AADDF6; -webkit-box-shadow: 1px 1px 3px 2px #AADDF6; box-shadow:1px 1px 3px 2px #AADDF6;">
Div content here
</div>
Dieser Text ist in der Farbe #AADDF6 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #AADDF6 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #AADDF6.
Dieser Text ist weiß auf dem Hintergrund in Farbe #AADDF6.
Kontrastfarbe für #AADDF6 ist #552209.