HEX: #B6ADDA
RGB: (182,173,218)
#B6ADDA enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #B6ADDA ist eine «websichere» Webfarbe #CC99CC (oder kurz #C9C).
Die Farbe #B6ADDA wird in RGB als (182,173,218) definiert.
RGB: (182,173,218) (71%,68%,85%)
R 182 von 255 = 71%
G 173 von 255 = 68%
B 218 von 255 = 85%
R + G + B ~ 75%. #B6ADDA ziemlich helle Farbe.
R + G + B =
182 + 173 + 218 = 573 (100%)
R 182 von 573 ~ 31.76%
G 173 von 573 ~ 30.19%
B 218 von 573 ~ 38.05%
Die Farbe #B6ADDA wird in CMYK als (17,21,0,15) definiert.
CMYK: (17,21,0,15) C17M21Y0K15 (17%,21%,0%,15%) (0.17/0.21/0.00/0.15)
B6 | AD | DA | |
---|---|---|---|
RGB | 182 | 173 | 218 |
HSL | 252° | 37.82% | 76.67% |
HSB/HSV | 252° | 20.64% | 85.49% |
CMYK | 16.51% | 20.64% | 0.00% |
14.51% |
Hexadezimal | B6 | AD | DA |
Dezimal | 182 | 173 | 218 |
Binär | 10110110 | 10101101 | 11011010 |
Oktal | 266 | 255 | 332 |
Beispiele css- und html für Elemente in der Farbe #B6ADDA. Bitte benutzen Sie auch rgb(182,173,218) statt hex-Code.
.myTextColor { color: #B6ADDA; }
<p style="color:#B6ADDA">This sample text font color is #B6ADDA.</p>
Die Farbe dieses Textes ist #B6ADDA.
.myBgColor { background-color: #B6ADDA; }
<div style="background-color:#B6ADDA">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #B6ADDA.
.myBorderColor { border: 1px solid #B6ADDA; }
<div style="border:3px solid #B6ADDA">Div</div>
Die Grenzen von diesem div sind in Farbe #B6ADDA.
.myOpacity80 { color: #B6ADDA; opacity: 0.8; }
<p style="color:#B6ADDA;opacity:0.8;">80%</p>
Text in Farbe #B6ADDA und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B6ADDA;}
<p style="text-shadow: 3px 3px 1px #B6ADDA">Text here.</p>
Dieser Text hat den Schatten in Farbe #B6ADDA.
.textShadow {text-shadow: 3px 3px 1px #B6ADDA, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B6ADDA, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #B6ADDA und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B6ADDA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B6ADDA, Direction=45, Strength=4)">Text</p>
This text has shadow with #B6ADDA and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #B6ADDA; -webkit-box-shadow: 1px 1px 3px 2px #B6ADDA; box-shadow: 1px 1px 3px 2px #B6ADDA; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #B6ADDA; -webkit-box-shadow: 1px 1px 3px 2px #B6ADDA; box-shadow:1px 1px 3px 2px #B6ADDA;">
Div content here</div>
Dieser Text ist in der Farbe #B6ADDA auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #B6ADDA auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #B6ADDA.
Dieser Text ist weiß auf dem Hintergrund in Farbe #B6ADDA.