HEX: #B5AEAD
RGB: (181,174,173)
#B5AEAD enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #B5AEAD ist eine «websichere» Webfarbe #CC9999 (oder kurz #C99).
Die Farbe #B5AEAD wird in RGB als (181,174,173) definiert.
RGB: (181,174,173) (71%,68%,68%)
R 181 von 255 = 71%
G 174 von 255 = 68%
B 173 von 255 = 68%
R + G + B ~ 69%. #B5AEAD ziemlich helle Farbe.
R + G + B =
181 + 174 + 173 = 528 (100%)
R 181 von 528 ~ 34.28%
G 174 von 528 ~ 32.95%
B 173 von 528 ~ 32.77%
Die Farbe #B5AEAD wird in CMYK als (0,4,4,29) definiert.
CMYK: (0,4,4,29) C0M4Y4K29 (0%,4%,4%,29%) (0.00/0.04/0.04/0.29)
B5 | AE | AD | |
---|---|---|---|
RGB | 181 | 174 | 173 |
HSL | 7° | 5.13% | 69.41% |
HSB/HSV | 7° | 4.42% | 70.98% |
CMYK | 0.00% | 3.87% | 4.42% |
29.02% |
Hexadezimal | B5 | AE | AD |
Dezimal | 181 | 174 | 173 |
Binär | 10110101 | 10101110 | 10101101 |
Oktal | 265 | 256 | 255 |
Beispiele css- und html für Elemente in der Farbe #B5AEAD. Bitte benutzen Sie auch rgb(181,174,173) statt hex-Code.
.myTextColor { color: #B5AEAD; }
<p style="color:#B5AEAD">This sample text font color is #B5AEAD.</p>
Die Farbe dieses Textes ist #B5AEAD.
.myBgColor { background-color: #B5AEAD; }
<div style="background-color:#B5AEAD">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #B5AEAD.
.myBorderColor { border: 1px solid #B5AEAD; }
<div style="border:3px solid #B5AEAD">Div</div>
Die Grenzen von diesem div sind in Farbe #B5AEAD.
.myOpacity80 { color: #B5AEAD; opacity: 0.8; }
<p style="color:#B5AEAD;opacity:0.8;">80%</p>
Text in Farbe #B5AEAD und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B5AEAD;}
<p style="text-shadow: 3px 3px 1px #B5AEAD">Text here.</p>
Dieser Text hat den Schatten in Farbe #B5AEAD.
.textShadow {text-shadow: 3px 3px 1px #B5AEAD, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B5AEAD, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #B5AEAD und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B5AEAD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B5AEAD, Direction=45, Strength=4)">Text</p>
This text has shadow with #B5AEAD and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #B5AEAD; -webkit-box-shadow: 1px 1px 3px 2px #B5AEAD; box-shadow: 1px 1px 3px 2px #B5AEAD; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #B5AEAD; -webkit-box-shadow: 1px 1px 3px 2px #B5AEAD; box-shadow:1px 1px 3px 2px #B5AEAD;">
Div content here</div>
Dieser Text ist in der Farbe #B5AEAD auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #B5AEAD auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #B5AEAD.
Dieser Text ist weiß auf dem Hintergrund in Farbe #B5AEAD.