HEX: #B197D5
RGB: (177,151,213)
#B197D5 enthält hauptsächlich rote und blaue Farbe. Für #B197D5 ist eine «websichere» Webfarbe #9999CC (oder kurz #99C).
Die Farbe #B197D5 wird in RGB als (177,151,213) definiert.
RGB: (177,151,213)
(69%, 59%, 84%)
R 177 von 255 = 69%
G 151 von 255 = 59%
B 213 von 255 = 84%
R + G + B ~ 71%. #B197D5 ziemlich helle Farbe.
R + G + B = 177 + 151 + 213 = 541 (100%)
R 177 von 541 ~ 32.72%
G 151 von 541 ~ 27.91%
B 213 von 541 ~ 39.37'%
Die Farbe #B197D5 wird in CMYK als (17,29,0,16) definiert.
CMYK: (17,29,0,16)
C17M29Y0K16 (17%, 29%, 0%, 16%)
(0.17 / 0.29 / 0.00 / 0.16)
Farbe #B197D5 in den populären Farbmodellen.
B1 | 97 | D5 | |
---|---|---|---|
RGB | 177 | 151 | 213 |
HSL | 265° | 42.47% | 71.37% |
HSB/HSV | 265° | 29.11% | 83.53% |
CMYK | 16.90% | 29.11% | 0.00% |
16.47% |
Die Farbe #B197D5 in den populären Zahlensystemen.
Hexadezimal | B1 | 97 | D5 |
Dezimal | 177 | 151 | 213 |
Binär | 10110001 | 10010111 | 11010101 |
Oktal | 261 | 227 | 325 |
Dunkle Töne der Farbe #B197D5
Helle Töne der Farbe #B197D5
Beispiele css- und html für Elemente in der Farbe #B197D5. Bitte benutzen Sie auch rgb(177,151,213) statt hex-Code.
.myTextColor { color: #B197D5; }
<p style="color:#B197D5">This sample text font color is #B197D5.</p>
Die Farbe dieses Textes ist #B197D5.
.myBgColor { background-color: #B197D5; }
<div style="background-color:#B197D5">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #B197D5.
.myBorderColor { border: 1px solid #B197D5; }
<div style="border:3px solid #B197D5">Div</div>
Die Grenzen von diesem div sind in Farbe #B197D5.
.myOpacity80 { color: #B197D5; opacity: 0.8; }
<p style="color:#B197D5;opacity:0.8;">80%</p>
Text in Farbe #B197D5 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B197D5;}
<p style="text-shadow: 3px 3px 1px #B197D5">Text here.</p>
Dieser Text hat den Schatten in Farbe #B197D5.
.textShadow {text-shadow: 3px 3px 1px #B197D5', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B197D5, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #B197D5 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B197D5, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B197D5, Direction=45, Strength=4)">Text</p>
This text has shadow with #B197D5 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #B197D5;
-webkit-box-shadow: 1px 1px 3px 2px #B197D5;
box-shadow: 1px 1px 3px 2px #B197D5;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B197D5; -webkit-box-shadow: 1px 1px 3px 2px #B197D5; box-shadow:1px 1px 3px 2px #B197D5;">
Div content here
</div>
Dieser Text ist in der Farbe #B197D5 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #B197D5 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #B197D5.
Dieser Text ist weiß auf dem Hintergrund in Farbe #B197D5.
Kontrastfarbe für #hex ist #4E682A.