HEX: #B4D8DB
RGB: (180,216,219)
#B4D8DB enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #B4D8DB ist eine «websichere» Webfarbe #CCCCCC (oder kurz #CCC).
Die Farbe #B4D8DB wird in RGB als (180,216,219) definiert.
RGB: (180,216,219)
(71%, 85%, 86%)
R 180 von 255 = 71%
G 216 von 255 = 85%
B 219 von 255 = 86%
R + G + B ~ 81%. #B4D8DB ziemlich helle Farbe.
R + G + B = 180 + 216 + 219 = 615 (100%)
R 180 von 615 ~ 29.27%
G 216 von 615 ~ 35.12%
B 219 von 615 ~ 35.61'%
Die Farbe #B4D8DB wird in CMYK als (18,1,0,14) definiert.
CMYK: (18,1,0,14)
C18M1Y0K14 (18%, 1%, 0%, 14%)
(0.18 / 0.01 / 0.00 / 0.14)
Farbe #B4D8DB in den populären Farbmodellen.
B4 | D8 | DB | |
---|---|---|---|
RGB | 180 | 216 | 219 |
HSL | 185° | 35.14% | 78.24% |
HSB/HSV | 185° | 17.81% | 85.88% |
CMYK | 17.81% | 1.37% | 0.00% |
14.12% |
Die Farbe #B4D8DB in den populären Zahlensystemen.
Hexadezimal | B4 | D8 | DB |
Dezimal | 180 | 216 | 219 |
Binär | 10110100 | 11011000 | 11011011 |
Oktal | 264 | 330 | 333 |
Dunkle Töne der Farbe #B4D8DB
Helle Töne der Farbe #B4D8DB
Beispiele css- und html für Elemente in der Farbe #B4D8DB. Bitte benutzen Sie auch rgb(180,216,219) statt hex-Code.
.myTextColor { color: #B4D8DB; }
<p style="color:#B4D8DB">This sample text font color is #B4D8DB.</p>
Die Farbe dieses Textes ist #B4D8DB.
.myBgColor { background-color: #B4D8DB; }
<div style="background-color:#B4D8DB">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #B4D8DB.
.myBorderColor { border: 1px solid #B4D8DB; }
<div style="border:3px solid #B4D8DB">Div</div>
Die Grenzen von diesem div sind in Farbe #B4D8DB.
.myOpacity80 { color: #B4D8DB; opacity: 0.8; }
<p style="color:#B4D8DB;opacity:0.8;">80%</p>
Text in Farbe #B4D8DB und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B4D8DB;}
<p style="text-shadow: 3px 3px 1px #B4D8DB">Text here.</p>
Dieser Text hat den Schatten in Farbe #B4D8DB.
.textShadow {text-shadow: 3px 3px 1px #B4D8DB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B4D8DB, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #B4D8DB und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B4D8DB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B4D8DB, Direction=45, Strength=4)">Text</p>
This text has shadow with #B4D8DB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #B4D8DB;
-webkit-box-shadow: 1px 1px 3px 2px #B4D8DB;
box-shadow: 1px 1px 3px 2px #B4D8DB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B4D8DB; -webkit-box-shadow: 1px 1px 3px 2px #B4D8DB; box-shadow:1px 1px 3px 2px #B4D8DB;">
Div content here
</div>
Dieser Text ist in der Farbe #B4D8DB auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #B4D8DB auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #B4D8DB.
Dieser Text ist weiß auf dem Hintergrund in Farbe #B4D8DB.
Kontrastfarbe für #hex ist #4B2724.