HEX: #B4A9AD
RGB: (180,169,173)
#B4A9AD enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #B4A9AD ist eine «websichere» Webfarbe #CC9999 (oder kurz #C99).
Die Farbe #B4A9AD wird in RGB als (180,169,173) definiert.
RGB: (180,169,173) (71%,66%,68%)
R 180 von 255 = 71%
G 169 von 255 = 66%
B 173 von 255 = 68%
R + G + B ~ 68%. #B4A9AD ziemlich helle Farbe.
R + G + B =
180 + 169 + 173 = 522 (100%)
R 180 von 522 ~ 34.48%
G 169 von 522 ~ 32.38%
B 173 von 522 ~ 33.14%
Die Farbe #B4A9AD wird in CMYK als (0,6,4,29) definiert.
CMYK: (0,6,4,29) C0M6Y4K29 (0%,6%,4%,29%) (0.00/0.06/0.04/0.29)
B4 | A9 | AD | |
---|---|---|---|
RGB | 180 | 169 | 173 |
HSL | 338° | 6.83% | 68.43% |
HSB/HSV | 338° | 6.11% | 70.59% |
CMYK | 0.00% | 6.11% | 3.89% |
29.41% |
Hexadezimal | B4 | A9 | AD |
Dezimal | 180 | 169 | 173 |
Binär | 10110100 | 10101001 | 10101101 |
Oktal | 264 | 251 | 255 |
Beispiele css- und html für Elemente in der Farbe #B4A9AD. Bitte benutzen Sie auch rgb(180,169,173) statt hex-Code.
.myTextColor { color: #B4A9AD; }
<p style="color:#B4A9AD">This sample text font color is #B4A9AD.</p>
Die Farbe dieses Textes ist #B4A9AD.
.myBgColor { background-color: #B4A9AD; }
<div style="background-color:#B4A9AD">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #B4A9AD.
.myBorderColor { border: 1px solid #B4A9AD; }
<div style="border:3px solid #B4A9AD">Div</div>
Die Grenzen von diesem div sind in Farbe #B4A9AD.
.myOpacity80 { color: #B4A9AD; opacity: 0.8; }
<p style="color:#B4A9AD;opacity:0.8;">80%</p>
Text in Farbe #B4A9AD und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B4A9AD;}
<p style="text-shadow: 3px 3px 1px #B4A9AD">Text here.</p>
Dieser Text hat den Schatten in Farbe #B4A9AD.
.textShadow {text-shadow: 3px 3px 1px #B4A9AD, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B4A9AD, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #B4A9AD und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B4A9AD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B4A9AD, Direction=45, Strength=4)">Text</p>
This text has shadow with #B4A9AD and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #B4A9AD; -webkit-box-shadow: 1px 1px 3px 2px #B4A9AD; box-shadow: 1px 1px 3px 2px #B4A9AD; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #B4A9AD; -webkit-box-shadow: 1px 1px 3px 2px #B4A9AD; box-shadow:1px 1px 3px 2px #B4A9AD;">
Div content here</div>
Dieser Text ist in der Farbe #B4A9AD auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #B4A9AD auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #B4A9AD.
Dieser Text ist weiß auf dem Hintergrund in Farbe #B4A9AD.