HEX: #A6B9CD
RGB: (166,185,205)
#A6B9CD enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #A6B9CD ist eine «websichere» Webfarbe #99CCCC (oder kurz #9CC).
Die Farbe #A6B9CD wird in RGB als (166,185,205) definiert.
RGB: (166,185,205) (65%,73%,80%)
R 166 von 255 = 65%
G 185 von 255 = 73%
B 205 von 255 = 80%
R + G + B ~ 73%. #A6B9CD ziemlich helle Farbe.
R + G + B =
166 + 185 + 205 = 556 (100%)
R 166 von 556 ~ 29.86%
G 185 von 556 ~ 33.27%
B 205 von 556 ~ 36.87%
Die Farbe #A6B9CD wird in CMYK als (19,10,0,20) definiert.
CMYK: (19,10,0,20) C19M10Y0K20 (19%,10%,0%,20%) (0.19/0.10/0.00/0.20)
A6 | B9 | CD | |
---|---|---|---|
RGB | 166 | 185 | 205 |
HSL | 211° | 28.06% | 72.75% |
HSB/HSV | 211° | 19.02% | 80.39% |
CMYK | 19.02% | 9.76% | 0.00% |
19.61% |
Hexadezimal | A6 | B9 | CD |
Dezimal | 166 | 185 | 205 |
Binär | 10100110 | 10111001 | 11001101 |
Oktal | 246 | 271 | 315 |
Beispiele css- und html für Elemente in der Farbe #A6B9CD. Bitte benutzen Sie auch rgb(166,185,205) statt hex-Code.
.myTextColor { color: #A6B9CD; }
<p style="color:#A6B9CD">This sample text font color is #A6B9CD.</p>
Die Farbe dieses Textes ist #A6B9CD.
.myBgColor { background-color: #A6B9CD; }
<div style="background-color:#A6B9CD">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #A6B9CD.
.myBorderColor { border: 1px solid #A6B9CD; }
<div style="border:3px solid #A6B9CD">Div</div>
Die Grenzen von diesem div sind in Farbe #A6B9CD.
.myOpacity80 { color: #A6B9CD; opacity: 0.8; }
<p style="color:#A6B9CD;opacity:0.8;">80%</p>
Text in Farbe #A6B9CD und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A6B9CD;}
<p style="text-shadow: 3px 3px 1px #A6B9CD">Text here.</p>
Dieser Text hat den Schatten in Farbe #A6B9CD.
.textShadow {text-shadow: 3px 3px 1px #A6B9CD, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A6B9CD, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #A6B9CD und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A6B9CD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A6B9CD, Direction=45, Strength=4)">Text</p>
This text has shadow with #A6B9CD and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #A6B9CD; -webkit-box-shadow: 1px 1px 3px 2px #A6B9CD; box-shadow: 1px 1px 3px 2px #A6B9CD; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #A6B9CD; -webkit-box-shadow: 1px 1px 3px 2px #A6B9CD; box-shadow:1px 1px 3px 2px #A6B9CD;">
Div content here</div>
Dieser Text ist in der Farbe #A6B9CD auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #A6B9CD auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #A6B9CD.
Dieser Text ist weiß auf dem Hintergrund in Farbe #A6B9CD.