HEX: #A6BEDD
RGB: (166,190,221)
#A6BEDD enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #A6BEDD ist eine «websichere» Webfarbe #99CCCC (oder kurz #9CC).
Die Farbe #A6BEDD wird in RGB als (166,190,221) definiert.
RGB: (166,190,221)
(65%, 75%, 87%)
R 166 von 255 = 65%
G 190 von 255 = 75%
B 221 von 255 = 87%
R + G + B ~ 76%. #A6BEDD ziemlich helle Farbe.
R + G + B = 166 + 190 + 221 = 577 (100%)
R 166 von 577 ~ 28.77%
G 190 von 577 ~ 32.93%
B 221 von 577 ~ 38.3'%
Die Farbe #A6BEDD wird in CMYK als (25,14,0,13) definiert.
CMYK: (25,14,0,13)
C25M14Y0K13 (25%, 14%, 0%, 13%)
(0.25 / 0.14 / 0.00 / 0.13)
Farbe #A6BEDD in den populären Farbmodellen.
A6 | BE | DD | |
---|---|---|---|
RGB | 166 | 190 | 221 |
HSL | 214° | 44.72% | 75.88% |
HSB/HSV | 214° | 24.89% | 86.67% |
CMYK | 24.89% | 14.03% | 0.00% |
13.33% |
Die Farbe #A6BEDD in den populären Zahlensystemen.
Hexadezimal | A6 | BE | DD |
Dezimal | 166 | 190 | 221 |
Binär | 10100110 | 10111110 | 11011101 |
Oktal | 246 | 276 | 335 |
Dunkle Töne der Farbe #A6BEDD
Helle Töne der Farbe #A6BEDD
Beispiele css- und html für Elemente in der Farbe #A6BEDD. Bitte benutzen Sie auch rgb(166,190,221) statt hex-Code.
.myTextColor { color: #A6BEDD; }
<p style="color:#A6BEDD">This sample text font color is #A6BEDD.</p>
Die Farbe dieses Textes ist #A6BEDD.
.myBgColor { background-color: #A6BEDD; }
<div style="background-color:#A6BEDD">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #A6BEDD.
.myBorderColor { border: 1px solid #A6BEDD; }
<div style="border:3px solid #A6BEDD">Div</div>
Die Grenzen von diesem div sind in Farbe #A6BEDD.
.myOpacity80 { color: #A6BEDD; opacity: 0.8; }
<p style="color:#A6BEDD;opacity:0.8;">80%</p>
Text in Farbe #A6BEDD und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A6BEDD;}
<p style="text-shadow: 3px 3px 1px #A6BEDD">Text here.</p>
Dieser Text hat den Schatten in Farbe #A6BEDD.
.textShadow {text-shadow: 3px 3px 1px #A6BEDD', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A6BEDD, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #A6BEDD und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A6BEDD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A6BEDD, Direction=45, Strength=4)">Text</p>
This text has shadow with #A6BEDD and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A6BEDD;
-webkit-box-shadow: 1px 1px 3px 2px #A6BEDD;
box-shadow: 1px 1px 3px 2px #A6BEDD;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A6BEDD; -webkit-box-shadow: 1px 1px 3px 2px #A6BEDD; box-shadow:1px 1px 3px 2px #A6BEDD;">
Div content here
</div>
Dieser Text ist in der Farbe #A6BEDD auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #A6BEDD auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #A6BEDD.
Dieser Text ist weiß auf dem Hintergrund in Farbe #A6BEDD.
Kontrastfarbe für #hex ist #594122.