HEX: #B395AF
RGB: (179,149,175)
#B395AF enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #B395AF ist eine «websichere» Webfarbe #999999 (oder kurz #999).
Die Farbe #B395AF wird in RGB als (179,149,175) definiert.
RGB: (179,149,175) (70%,58%,69%)
R 179 von 255 = 70%
G 149 von 255 = 58%
B 175 von 255 = 69%
R + G + B ~ 66%. #B395AF ziemlich helle Farbe.
R + G + B =
179 + 149 + 175 = 503 (100%)
R 179 von 503 ~ 35.59%
G 149 von 503 ~ 29.62%
B 175 von 503 ~ 34.79%
Die Farbe #B395AF wird in CMYK als (0,17,2,30) definiert.
CMYK: (0,17,2,30) C0M17Y2K30 (0%,17%,2%,30%) (0.00/0.17/0.02/0.30)
B3 | 95 | AF | |
---|---|---|---|
RGB | 179 | 149 | 175 |
HSL | 308° | 16.48% | 64.31% |
HSB/HSV | 308° | 16.76% | 70.20% |
CMYK | 0.00% | 16.76% | 2.23% |
29.80% |
Hexadezimal | B3 | 95 | AF |
Dezimal | 179 | 149 | 175 |
Binär | 10110011 | 10010101 | 10101111 |
Oktal | 263 | 225 | 257 |
Beispiele css- und html für Elemente in der Farbe #B395AF. Bitte benutzen Sie auch rgb(179,149,175) statt hex-Code.
.myTextColor { color: #B395AF; }
<p style="color:#B395AF">This sample text font color is #B395AF.</p>
Die Farbe dieses Textes ist #B395AF.
.myBgColor { background-color: #B395AF; }
<div style="background-color:#B395AF">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #B395AF.
.myBorderColor { border: 1px solid #B395AF; }
<div style="border:3px solid #B395AF">Div</div>
Die Grenzen von diesem div sind in Farbe #B395AF.
.myOpacity80 { color: #B395AF; opacity: 0.8; }
<p style="color:#B395AF;opacity:0.8;">80%</p>
Text in Farbe #B395AF und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B395AF;}
<p style="text-shadow: 3px 3px 1px #B395AF">Text here.</p>
Dieser Text hat den Schatten in Farbe #B395AF.
.textShadow {text-shadow: 3px 3px 1px #B395AF, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B395AF, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #B395AF und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B395AF, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B395AF, Direction=45, Strength=4)">Text</p>
This text has shadow with #B395AF and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #B395AF; -webkit-box-shadow: 1px 1px 3px 2px #B395AF; box-shadow: 1px 1px 3px 2px #B395AF; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #B395AF; -webkit-box-shadow: 1px 1px 3px 2px #B395AF; box-shadow:1px 1px 3px 2px #B395AF;">
Div content here</div>
Dieser Text ist in der Farbe #B395AF auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #B395AF auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #B395AF.
Dieser Text ist weiß auf dem Hintergrund in Farbe #B395AF.