HEX: #B497BD
RGB: (180,151,189)
#B497BD enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #B497BD ist eine «websichere» Webfarbe #CC99CC (oder kurz #C9C).
Die Farbe #B497BD wird in RGB als (180,151,189) definiert.
RGB: (180,151,189) (71%,59%,74%)
R 180 von 255 = 71%
G 151 von 255 = 59%
B 189 von 255 = 74%
R + G + B ~ 68%. #B497BD ziemlich helle Farbe.
R + G + B =
180 + 151 + 189 = 520 (100%)
R 180 von 520 ~ 34.62%
G 151 von 520 ~ 29.04%
B 189 von 520 ~ 36.35%
Die Farbe #B497BD wird in CMYK als (5,20,0,26) definiert.
CMYK: (5,20,0,26) C5M20Y0K26 (5%,20%,0%,26%) (0.05/0.20/0.00/0.26)
B4 | 97 | BD | |
---|---|---|---|
RGB | 180 | 151 | 189 |
HSL | 286° | 22.35% | 66.67% |
HSB/HSV | 286° | 20.11% | 74.12% |
CMYK | 4.76% | 20.11% | 0.00% |
25.88% |
Hexadezimal | B4 | 97 | BD |
Dezimal | 180 | 151 | 189 |
Binär | 10110100 | 10010111 | 10111101 |
Oktal | 264 | 227 | 275 |
Beispiele css- und html für Elemente in der Farbe #B497BD. Bitte benutzen Sie auch rgb(180,151,189) statt hex-Code.
.myTextColor { color: #B497BD; }
<p style="color:#B497BD">This sample text font color is #B497BD.</p>
Die Farbe dieses Textes ist #B497BD.
.myBgColor { background-color: #B497BD; }
<div style="background-color:#B497BD">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #B497BD.
.myBorderColor { border: 1px solid #B497BD; }
<div style="border:3px solid #B497BD">Div</div>
Die Grenzen von diesem div sind in Farbe #B497BD.
.myOpacity80 { color: #B497BD; opacity: 0.8; }
<p style="color:#B497BD;opacity:0.8;">80%</p>
Text in Farbe #B497BD und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B497BD;}
<p style="text-shadow: 3px 3px 1px #B497BD">Text here.</p>
Dieser Text hat den Schatten in Farbe #B497BD.
.textShadow {text-shadow: 3px 3px 1px #B497BD, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B497BD, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #B497BD und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B497BD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B497BD, Direction=45, Strength=4)">Text</p>
This text has shadow with #B497BD and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #B497BD; -webkit-box-shadow: 1px 1px 3px 2px #B497BD; box-shadow: 1px 1px 3px 2px #B497BD; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #B497BD; -webkit-box-shadow: 1px 1px 3px 2px #B497BD; box-shadow:1px 1px 3px 2px #B497BD;">
Div content here</div>
Dieser Text ist in der Farbe #B497BD auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #B497BD auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #B497BD.
Dieser Text ist weiß auf dem Hintergrund in Farbe #B497BD.