HEX: #B4999D
RGB: (180,153,157)
#B4999D enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #B4999D ist eine «websichere» Webfarbe #CC9999 (oder kurz #C99).
Die Farbe #B4999D wird in RGB als (180,153,157) definiert.
RGB: (180,153,157)
(71%, 60%, 62%)
R 180 von 255 = 71%
G 153 von 255 = 60%
B 157 von 255 = 62%
R + G + B ~ 64%. #B4999D ziemlich helle Farbe.
R + G + B = 180 + 153 + 157 = 490 (100%)
R 180 von 490 ~ 36.73%
G 153 von 490 ~ 31.22%
B 157 von 490 ~ 32.04'%
Die Farbe #B4999D wird in CMYK als (0,15,13,29) definiert.
CMYK: (0,15,13,29) C0M15Y13K29 (0%,15%,13%,29%) (0.00/0.15/0.13/0.29)
Farbe #B4999D in den populären Farbmodellen.
B4 | 99 | 9D | |
---|---|---|---|
RGB | 180 | 153 | 157 |
HSL | 351° | 15.25% | 65.29% |
HSB/HSV | 351° | 15.00% | 70.59% |
CMYK | 0.00% | 15.00% | 12.78% |
29.41% |
Die Farbe #B4999D in den populären Zahlensystemen.
Hexadezimal | B4 | 99 | 9D |
Dezimal | 180 | 153 | 157 |
Binär | 10110100 | 10011001 | 10011101 |
Oktal | 264 | 231 | 235 |
Dunkle Töne der Farbe #B4999D
Helle Töne der Farbe #B4999D
Beispiele css- und html für Elemente in der Farbe #B4999D. Bitte benutzen Sie auch rgb(180,153,157) statt hex-Code.
.myTextColor { color: #B4999D; }
<p style="color:#B4999D">This sample text font color is #B4999D.</p>
Die Farbe dieses Textes ist #B4999D.
.myBgColor { background-color: #B4999D; }
<div style="background-color:#B4999D">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #B4999D.
.myBorderColor { border: 1px solid #B4999D; }
<div style="border:3px solid #B4999D">Div</div>
Die Grenzen von diesem div sind in Farbe #B4999D.
.myOpacity80 { color: #B4999D; opacity: 0.8; }
<p style="color:#B4999D;opacity:0.8;">80%</p>
Text in Farbe #B4999D und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B4999D;}
<p style="text-shadow: 3px 3px 1px #B4999D">Text here.</p>
Dieser Text hat den Schatten in Farbe #B4999D.
.textShadow {text-shadow: 3px 3px 1px #B4999D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B4999D, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #B4999D und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B4999D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B4999D, Direction=45, Strength=4)">Text</p>
This text has shadow with #B4999D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #B4999D;
-webkit-box-shadow: 1px 1px 3px 2px #B4999D;
box-shadow: 1px 1px 3px 2px #B4999D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B4999D; -webkit-box-shadow: 1px 1px 3px 2px #B4999D; box-shadow:1px 1px 3px 2px #B4999D;">
Div content here
</div>
Dieser Text ist in der Farbe #B4999D auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #B4999D auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #B4999D.
Dieser Text ist weiß auf dem Hintergrund in Farbe #B4999D.
Kontrastfarbe für #hex ist #4B6662.