HEX: #ACB6DB
RGB: (172,182,219)
#ACB6DB enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #ACB6DB ist eine «websichere» Webfarbe #99CCCC (oder kurz #9CC).
Die Farbe #ACB6DB wird in RGB als (172,182,219) definiert.
RGB: (172,182,219) (67%,71%,86%)
R 172 von 255 = 67%
G 182 von 255 = 71%
B 219 von 255 = 86%
R + G + B ~ 75%. #ACB6DB ziemlich helle Farbe.
R + G + B =
172 + 182 + 219 = 573 (100%)
R 172 von 573 ~ 30.02%
G 182 von 573 ~ 31.76%
B 219 von 573 ~ 38.22%
Die Farbe #ACB6DB wird in CMYK als (21,17,0,14) definiert.
CMYK: (21,17,0,14) C21M17Y0K14 (21%,17%,0%,14%) (0.21/0.17/0.00/0.14)
AC | B6 | DB | |
---|---|---|---|
RGB | 172 | 182 | 219 |
HSL | 227° | 39.50% | 76.67% |
HSB/HSV | 227° | 21.46% | 85.88% |
CMYK | 21.46% | 16.89% | 0.00% |
14.12% |
Hexadezimal | AC | B6 | DB |
Dezimal | 172 | 182 | 219 |
Binär | 10101100 | 10110110 | 11011011 |
Oktal | 254 | 266 | 333 |
Beispiele css- und html für Elemente in der Farbe #ACB6DB. Bitte benutzen Sie auch rgb(172,182,219) statt hex-Code.
.myTextColor { color: #ACB6DB; }
<p style="color:#ACB6DB">This sample text font color is #ACB6DB.</p>
Die Farbe dieses Textes ist #ACB6DB.
.myBgColor { background-color: #ACB6DB; }
<div style="background-color:#ACB6DB">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #ACB6DB.
.myBorderColor { border: 1px solid #ACB6DB; }
<div style="border:3px solid #ACB6DB">Div</div>
Die Grenzen von diesem div sind in Farbe #ACB6DB.
.myOpacity80 { color: #ACB6DB; opacity: 0.8; }
<p style="color:#ACB6DB;opacity:0.8;">80%</p>
Text in Farbe #ACB6DB und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ACB6DB;}
<p style="text-shadow: 3px 3px 1px #ACB6DB">Text here.</p>
Dieser Text hat den Schatten in Farbe #ACB6DB.
.textShadow {text-shadow: 3px 3px 1px #ACB6DB, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ACB6DB, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #ACB6DB und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ACB6DB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ACB6DB, Direction=45, Strength=4)">Text</p>
This text has shadow with #ACB6DB and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ACB6DB; -webkit-box-shadow: 1px 1px 3px 2px #ACB6DB; box-shadow: 1px 1px 3px 2px #ACB6DB; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #ACB6DB; -webkit-box-shadow: 1px 1px 3px 2px #ACB6DB; box-shadow:1px 1px 3px 2px #ACB6DB;">
Div content here</div>
Dieser Text ist in der Farbe #ACB6DB auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #ACB6DB auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #ACB6DB.
Dieser Text ist weiß auf dem Hintergrund in Farbe #ACB6DB.