HEX: #A6E6BB
RGB: (166,230,187)
#A6E6BB enthält hauptsächlich grüne und blaue Farbe. Für #A6E6BB ist eine «websichere» Webfarbe #99CCCC (oder kurz #9CC).
Die Farbe #A6E6BB wird in RGB als (166,230,187) definiert.
RGB: (166,230,187)
(65%, 90%, 73%)
R 166 von 255 = 65%
G 230 von 255 = 90%
B 187 von 255 = 73%
R + G + B ~ 76%. #A6E6BB ziemlich helle Farbe.
R + G + B = 166 + 230 + 187 = 583 (100%)
R 166 von 583 ~ 28.47%
G 230 von 583 ~ 39.45%
B 187 von 583 ~ 32.08'%
Die Farbe #A6E6BB wird in CMYK als (28,0,19,10) definiert.
CMYK: (28,0,19,10)
C28M0Y19K10 (28%, 0%, 19%, 10%)
(0.28 / 0.00 / 0.19 / 0.10)
Farbe #A6E6BB in den populären Farbmodellen.
A6 | E6 | BB | |
---|---|---|---|
RGB | 166 | 230 | 187 |
HSL | 140° | 56.14% | 77.65% |
HSB/HSV | 140° | 27.83% | 90.20% |
CMYK | 27.83% | 0.00% | 18.70% |
9.80% |
Die Farbe #A6E6BB in den populären Zahlensystemen.
Hexadezimal | A6 | E6 | BB |
Dezimal | 166 | 230 | 187 |
Binär | 10100110 | 11100110 | 10111011 |
Oktal | 246 | 346 | 273 |
Dunkle Töne der Farbe #A6E6BB
Helle Töne der Farbe #A6E6BB
Beispiele css- und html für Elemente in der Farbe #A6E6BB. Bitte benutzen Sie auch rgb(166,230,187) statt hex-Code.
.myTextColor { color: #A6E6BB; }
<p style="color:#A6E6BB">This sample text font color is #A6E6BB.</p>
Die Farbe dieses Textes ist #A6E6BB.
.myBgColor { background-color: #A6E6BB; }
<div style="background-color:#A6E6BB">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #A6E6BB.
.myBorderColor { border: 1px solid #A6E6BB; }
<div style="border:3px solid #A6E6BB">Div</div>
Die Grenzen von diesem div sind in Farbe #A6E6BB.
.myOpacity80 { color: #A6E6BB; opacity: 0.8; }
<p style="color:#A6E6BB;opacity:0.8;">80%</p>
Text in Farbe #A6E6BB und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A6E6BB;}
<p style="text-shadow: 3px 3px 1px #A6E6BB">Text here.</p>
Dieser Text hat den Schatten in Farbe #A6E6BB.
.textShadow {text-shadow: 3px 3px 1px #A6E6BB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A6E6BB, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #A6E6BB und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A6E6BB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A6E6BB, Direction=45, Strength=4)">Text</p>
This text has shadow with #A6E6BB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A6E6BB;
-webkit-box-shadow: 1px 1px 3px 2px #A6E6BB;
box-shadow: 1px 1px 3px 2px #A6E6BB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A6E6BB; -webkit-box-shadow: 1px 1px 3px 2px #A6E6BB; box-shadow:1px 1px 3px 2px #A6E6BB;">
Div content here
</div>
Dieser Text ist in der Farbe #A6E6BB auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #A6E6BB auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #A6E6BB.
Dieser Text ist weiß auf dem Hintergrund in Farbe #A6E6BB.
Kontrastfarbe für #hex ist #591944.