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