HEX: #A9E0BB
RGB: (169,224,187)
#A9E0BB enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #A9E0BB ist eine «websichere» Webfarbe #99CCCC (oder kurz #9CC).
Die Farbe #A9E0BB wird in RGB als (169,224,187) definiert.
RGB: (169,224,187) (66%,88%,73%)
R 169 von 255 = 66%
G 224 von 255 = 88%
B 187 von 255 = 73%
R + G + B ~ 76%. #A9E0BB ziemlich helle Farbe.
R + G + B =
169 + 224 + 187 = 580 (100%)
R 169 von 580 ~ 29.14%
G 224 von 580 ~ 38.62%
B 187 von 580 ~ 32.24%
Die Farbe #A9E0BB wird in CMYK als (25,0,17,12) definiert.
CMYK: (25,0,17,12) C25M0Y17K12 (25%,0%,17%,12%) (0.25/0.00/0.17/0.12)
A9 | E0 | BB | |
---|---|---|---|
RGB | 169 | 224 | 187 |
HSL | 140° | 47.01% | 77.06% |
HSB/HSV | 140° | 24.55% | 87.84% |
CMYK | 24.55% | 0.00% | 16.52% |
12.16% |
Hexadezimal | A9 | E0 | BB |
Dezimal | 169 | 224 | 187 |
Binär | 10101001 | 11100000 | 10111011 |
Oktal | 251 | 340 | 273 |
Beispiele css- und html für Elemente in der Farbe #A9E0BB. Bitte benutzen Sie auch rgb(169,224,187) statt hex-Code.
.myTextColor { color: #A9E0BB; }
<p style="color:#A9E0BB">This sample text font color is #A9E0BB.</p>
Die Farbe dieses Textes ist #A9E0BB.
.myBgColor { background-color: #A9E0BB; }
<div style="background-color:#A9E0BB">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #A9E0BB.
.myBorderColor { border: 1px solid #A9E0BB; }
<div style="border:3px solid #A9E0BB">Div</div>
Die Grenzen von diesem div sind in Farbe #A9E0BB.
.myOpacity80 { color: #A9E0BB; opacity: 0.8; }
<p style="color:#A9E0BB;opacity:0.8;">80%</p>
Text in Farbe #A9E0BB und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A9E0BB;}
<p style="text-shadow: 3px 3px 1px #A9E0BB">Text here.</p>
Dieser Text hat den Schatten in Farbe #A9E0BB.
.textShadow {text-shadow: 3px 3px 1px #A9E0BB, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A9E0BB, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #A9E0BB und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A9E0BB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A9E0BB, Direction=45, Strength=4)">Text</p>
This text has shadow with #A9E0BB and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #A9E0BB; -webkit-box-shadow: 1px 1px 3px 2px #A9E0BB; box-shadow: 1px 1px 3px 2px #A9E0BB; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #A9E0BB; -webkit-box-shadow: 1px 1px 3px 2px #A9E0BB; box-shadow:1px 1px 3px 2px #A9E0BB;">
Div content here</div>
Dieser Text ist in der Farbe #A9E0BB auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #A9E0BB auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #A9E0BB.
Dieser Text ist weiß auf dem Hintergrund in Farbe #A9E0BB.