HEX: #AABBDC
RGB: (170,187,220)
#AABBDC enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #AABBDC ist eine «websichere» Webfarbe #99CCCC (oder kurz #9CC).
Die Farbe #AABBDC wird in RGB als (170,187,220) definiert.
RGB: (170,187,220)
(67%, 73%, 86%)
R 170 von 255 = 67%
G 187 von 255 = 73%
B 220 von 255 = 86%
R + G + B ~ 75%. #AABBDC ziemlich helle Farbe.
R + G + B = 170 + 187 + 220 = 577 (100%)
R 170 von 577 ~ 29.46%
G 187 von 577 ~ 32.41%
B 220 von 577 ~ 38.13'%
Die Farbe #AABBDC wird in CMYK als (23,15,0,14) definiert.
CMYK: (23,15,0,14)
C23M15Y0K14 (23%, 15%, 0%, 14%)
(0.23 / 0.15 / 0.00 / 0.14)
Farbe #AABBDC in den populären Farbmodellen.
AA | BB | DC | |
---|---|---|---|
RGB | 170 | 187 | 220 |
HSL | 220° | 41.67% | 76.47% |
HSB/HSV | 220° | 22.73% | 86.27% |
CMYK | 22.73% | 15.00% | 0.00% |
13.73% |
Die Farbe #AABBDC in den populären Zahlensystemen.
Hexadezimal | AA | BB | DC |
Dezimal | 170 | 187 | 220 |
Binär | 10101010 | 10111011 | 11011100 |
Oktal | 252 | 273 | 334 |
Dunkle Töne der Farbe #AABBDC
Helle Töne der Farbe #AABBDC
Beispiele css- und html für Elemente in der Farbe #AABBDC. Bitte benutzen Sie auch rgb(170,187,220) statt hex-Code.
.myTextColor { color: #AABBDC; }
<p style="color:#AABBDC">This sample text font color is #AABBDC.</p>
Die Farbe dieses Textes ist #AABBDC.
.myBgColor { background-color: #AABBDC; }
<div style="background-color:#AABBDC">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #AABBDC.
.myBorderColor { border: 1px solid #AABBDC; }
<div style="border:3px solid #AABBDC">Div</div>
Die Grenzen von diesem div sind in Farbe #AABBDC.
.myOpacity80 { color: #AABBDC; opacity: 0.8; }
<p style="color:#AABBDC;opacity:0.8;">80%</p>
Text in Farbe #AABBDC und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AABBDC;}
<p style="text-shadow: 3px 3px 1px #AABBDC">Text here.</p>
Dieser Text hat den Schatten in Farbe #AABBDC.
.textShadow {text-shadow: 3px 3px 1px #AABBDC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AABBDC, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #AABBDC und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AABBDC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AABBDC, Direction=45, Strength=4)">Text</p>
This text has shadow with #AABBDC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AABBDC;
-webkit-box-shadow: 1px 1px 3px 2px #AABBDC;
box-shadow: 1px 1px 3px 2px #AABBDC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AABBDC; -webkit-box-shadow: 1px 1px 3px 2px #AABBDC; box-shadow:1px 1px 3px 2px #AABBDC;">
Div content here
</div>
Dieser Text ist in der Farbe #AABBDC auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #AABBDC auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #AABBDC.
Dieser Text ist weiß auf dem Hintergrund in Farbe #AABBDC.
Kontrastfarbe für #hex ist #554423.