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