HEX: #B9ADBD
RGB: (185,173,189)
#B9ADBD enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #B9ADBD ist eine «websichere» Webfarbe #CC99CC (oder kurz #C9C).
Die Farbe #B9ADBD wird in RGB als (185,173,189) definiert.
RGB: (185,173,189)
(73%, 68%, 74%)
R 185 von 255 = 73%
G 173 von 255 = 68%
B 189 von 255 = 74%
R + G + B ~ 72%. #B9ADBD ziemlich helle Farbe.
R + G + B = 185 + 173 + 189 = 547 (100%)
R 185 von 547 ~ 33.82%
G 173 von 547 ~ 31.63%
B 189 von 547 ~ 34.55'%
Die Farbe #B9ADBD wird in CMYK als (2,8,0,26) definiert.
CMYK: (2,8,0,26) C2M8Y0K26 (2%,8%,0%,26%) (0.02/0.08/0.00/0.26)
Farbe #B9ADBD in den populären Farbmodellen.
B9 | AD | BD | |
---|---|---|---|
RGB | 185 | 173 | 189 |
HSL | 285° | 10.81% | 70.98% |
HSB/HSV | 285° | 8.47% | 74.12% |
CMYK | 2.12% | 8.47% | 0.00% |
25.88% |
Die Farbe #B9ADBD in den populären Zahlensystemen.
Hexadezimal | B9 | AD | BD |
Dezimal | 185 | 173 | 189 |
Binär | 10111001 | 10101101 | 10111101 |
Oktal | 271 | 255 | 275 |
Dunkle Töne der Farbe #B9ADBD
Helle Töne der Farbe #B9ADBD
Beispiele css- und html für Elemente in der Farbe #B9ADBD. Bitte benutzen Sie auch rgb(185,173,189) statt hex-Code.
.myTextColor { color: #B9ADBD; }
<p style="color:#B9ADBD">This sample text font color is #B9ADBD.</p>
Die Farbe dieses Textes ist #B9ADBD.
.myBgColor { background-color: #B9ADBD; }
<div style="background-color:#B9ADBD">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #B9ADBD.
.myBorderColor { border: 1px solid #B9ADBD; }
<div style="border:3px solid #B9ADBD">Div</div>
Die Grenzen von diesem div sind in Farbe #B9ADBD.
.myOpacity80 { color: #B9ADBD; opacity: 0.8; }
<p style="color:#B9ADBD;opacity:0.8;">80%</p>
Text in Farbe #B9ADBD und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B9ADBD;}
<p style="text-shadow: 3px 3px 1px #B9ADBD">Text here.</p>
Dieser Text hat den Schatten in Farbe #B9ADBD.
.textShadow {text-shadow: 3px 3px 1px #B9ADBD', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B9ADBD, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #B9ADBD und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B9ADBD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B9ADBD, Direction=45, Strength=4)">Text</p>
This text has shadow with #B9ADBD and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #B9ADBD;
-webkit-box-shadow: 1px 1px 3px 2px #B9ADBD;
box-shadow: 1px 1px 3px 2px #B9ADBD;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B9ADBD; -webkit-box-shadow: 1px 1px 3px 2px #B9ADBD; box-shadow:1px 1px 3px 2px #B9ADBD;">
Div content here
</div>
Dieser Text ist in der Farbe #B9ADBD auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #B9ADBD auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #B9ADBD.
Dieser Text ist weiß auf dem Hintergrund in Farbe #B9ADBD.
Kontrastfarbe für #hex ist #465242.