HEX: #B497A8
RGB: (180,151,168)
#B497A8 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #B497A8 ist eine «websichere» Webfarbe #CC9999 (oder kurz #C99).
Die Farbe #B497A8 wird in RGB als (180,151,168) definiert.
RGB: (180,151,168)
(71%, 59%, 66%)
R 180 von 255 = 71%
G 151 von 255 = 59%
B 168 von 255 = 66%
R + G + B ~ 65%. #B497A8 ziemlich helle Farbe.
R + G + B = 180 + 151 + 168 = 499 (100%)
R 180 von 499 ~ 36.07%
G 151 von 499 ~ 30.26%
B 168 von 499 ~ 33.67'%
Die Farbe #B497A8 wird in CMYK als (0,16,7,29) definiert.
CMYK: (0,16,7,29)
C0M16Y7K29 (0%, 16%, 7%, 29%)
(0.00 / 0.16 / 0.07 / 0.29)
Farbe #B497A8 in den populären Farbmodellen.
B4 | 97 | A8 | |
---|---|---|---|
RGB | 180 | 151 | 168 |
HSL | 325° | 16.20% | 64.90% |
HSB/HSV | 325° | 16.11% | 70.59% |
CMYK | 0.00% | 16.11% | 6.67% |
29.41% |
Die Farbe #B497A8 in den populären Zahlensystemen.
Hexadezimal | B4 | 97 | A8 |
Dezimal | 180 | 151 | 168 |
Binär | 10110100 | 10010111 | 10101000 |
Oktal | 264 | 227 | 250 |
Dunkle Töne der Farbe #B497A8
Helle Töne der Farbe #B497A8
Beispiele css- und html für Elemente in der Farbe #B497A8. Bitte benutzen Sie auch rgb(180,151,168) statt hex-Code.
.myTextColor { color: #B497A8; }
<p style="color:#B497A8">This sample text font color is #B497A8.</p>
Die Farbe dieses Textes ist #B497A8.
.myBgColor { background-color: #B497A8; }
<div style="background-color:#B497A8">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #B497A8.
.myBorderColor { border: 1px solid #B497A8; }
<div style="border:3px solid #B497A8">Div</div>
Die Grenzen von diesem div sind in Farbe #B497A8.
.myOpacity80 { color: #B497A8; opacity: 0.8; }
<p style="color:#B497A8;opacity:0.8;">80%</p>
Text in Farbe #B497A8 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B497A8;}
<p style="text-shadow: 3px 3px 1px #B497A8">Text here.</p>
Dieser Text hat den Schatten in Farbe #B497A8.
.textShadow {text-shadow: 3px 3px 1px #B497A8', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B497A8, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #B497A8 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B497A8, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B497A8, Direction=45, Strength=4)">Text</p>
This text has shadow with #B497A8 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #B497A8;
-webkit-box-shadow: 1px 1px 3px 2px #B497A8;
box-shadow: 1px 1px 3px 2px #B497A8;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B497A8; -webkit-box-shadow: 1px 1px 3px 2px #B497A8; box-shadow:1px 1px 3px 2px #B497A8;">
Div content here
</div>
Dieser Text ist in der Farbe #B497A8 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #B497A8 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #B497A8.
Dieser Text ist weiß auf dem Hintergrund in Farbe #B497A8.
Kontrastfarbe für #hex ist #4B6857.