HEX: #B697BE
RGB: (182,151,190)
#B697BE enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #B697BE ist eine «websichere» Webfarbe #CC99CC (oder kurz #C9C).
Die Farbe #B697BE wird in RGB als (182,151,190) definiert.
RGB: (182,151,190) (71%,59%,75%)
R 182 von 255 = 71%
G 151 von 255 = 59%
B 190 von 255 = 75%
R + G + B ~ 68%. #B697BE ziemlich helle Farbe.
R + G + B =
182 + 151 + 190 = 523 (100%)
R 182 von 523 ~ 34.8%
G 151 von 523 ~ 28.87%
B 190 von 523 ~ 36.33%
Die Farbe #B697BE wird in CMYK als (4,21,0,25) definiert.
CMYK: (4,21,0,25) C4M21Y0K25 (4%,21%,0%,25%) (0.04/0.21/0.00/0.25)
B6 | 97 | BE | |
---|---|---|---|
RGB | 182 | 151 | 190 |
HSL | 288° | 23.08% | 66.86% |
HSB/HSV | 288° | 20.53% | 74.51% |
CMYK | 4.21% | 20.53% | 0.00% |
25.49% |
Hexadezimal | B6 | 97 | BE |
Dezimal | 182 | 151 | 190 |
Binär | 10110110 | 10010111 | 10111110 |
Oktal | 266 | 227 | 276 |
Beispiele css- und html für Elemente in der Farbe #B697BE. Bitte benutzen Sie auch rgb(182,151,190) statt hex-Code.
.myTextColor { color: #B697BE; }
<p style="color:#B697BE">This sample text font color is #B697BE.</p>
Die Farbe dieses Textes ist #B697BE.
.myBgColor { background-color: #B697BE; }
<div style="background-color:#B697BE">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #B697BE.
.myBorderColor { border: 1px solid #B697BE; }
<div style="border:3px solid #B697BE">Div</div>
Die Grenzen von diesem div sind in Farbe #B697BE.
.myOpacity80 { color: #B697BE; opacity: 0.8; }
<p style="color:#B697BE;opacity:0.8;">80%</p>
Text in Farbe #B697BE und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B697BE;}
<p style="text-shadow: 3px 3px 1px #B697BE">Text here.</p>
Dieser Text hat den Schatten in Farbe #B697BE.
.textShadow {text-shadow: 3px 3px 1px #B697BE, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B697BE, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #B697BE und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B697BE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B697BE, Direction=45, Strength=4)">Text</p>
This text has shadow with #B697BE and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #B697BE; -webkit-box-shadow: 1px 1px 3px 2px #B697BE; box-shadow: 1px 1px 3px 2px #B697BE; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #B697BE; -webkit-box-shadow: 1px 1px 3px 2px #B697BE; box-shadow:1px 1px 3px 2px #B697BE;">
Div content here</div>
Dieser Text ist in der Farbe #B697BE auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #B697BE auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #B697BE.
Dieser Text ist weiß auf dem Hintergrund in Farbe #B697BE.