HEX: #B5D4DF
RGB: (181,212,223)
#B5D4DF enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #B5D4DF ist eine «websichere» Webfarbe #CCCCCC (oder kurz #CCC).
Die Farbe #B5D4DF wird in RGB als (181,212,223) definiert.
RGB: (181,212,223)
(71%, 83%, 87%)
R 181 von 255 = 71%
G 212 von 255 = 83%
B 223 von 255 = 87%
R + G + B ~ 80%. #B5D4DF ziemlich helle Farbe.
R + G + B = 181 + 212 + 223 = 616 (100%)
R 181 von 616 ~ 29.38%
G 212 von 616 ~ 34.42%
B 223 von 616 ~ 36.2'%
Die Farbe #B5D4DF wird in CMYK als (19,5,0,13) definiert.
CMYK: (19,5,0,13)
C19M5Y0K13 (19%, 5%, 0%, 13%)
(0.19 / 0.05 / 0.00 / 0.13)
Farbe #B5D4DF in den populären Farbmodellen.
B5 | D4 | DF | |
---|---|---|---|
RGB | 181 | 212 | 223 |
HSL | 196° | 39.62% | 79.22% |
HSB/HSV | 196° | 18.83% | 87.45% |
CMYK | 18.83% | 4.93% | 0.00% |
12.55% |
Die Farbe #B5D4DF in den populären Zahlensystemen.
Hexadezimal | B5 | D4 | DF |
Dezimal | 181 | 212 | 223 |
Binär | 10110101 | 11010100 | 11011111 |
Oktal | 265 | 324 | 337 |
Dunkle Töne der Farbe #B5D4DF
Helle Töne der Farbe #B5D4DF
Beispiele css- und html für Elemente in der Farbe #B5D4DF. Bitte benutzen Sie auch rgb(181,212,223) statt hex-Code.
.myTextColor { color: #B5D4DF; }
<p style="color:#B5D4DF">This sample text font color is #B5D4DF.</p>
Die Farbe dieses Textes ist #B5D4DF.
.myBgColor { background-color: #B5D4DF; }
<div style="background-color:#B5D4DF">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #B5D4DF.
.myBorderColor { border: 1px solid #B5D4DF; }
<div style="border:3px solid #B5D4DF">Div</div>
Die Grenzen von diesem div sind in Farbe #B5D4DF.
.myOpacity80 { color: #B5D4DF; opacity: 0.8; }
<p style="color:#B5D4DF;opacity:0.8;">80%</p>
Text in Farbe #B5D4DF und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B5D4DF;}
<p style="text-shadow: 3px 3px 1px #B5D4DF">Text here.</p>
Dieser Text hat den Schatten in Farbe #B5D4DF.
.textShadow {text-shadow: 3px 3px 1px #B5D4DF', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B5D4DF, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #B5D4DF und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B5D4DF, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B5D4DF, Direction=45, Strength=4)">Text</p>
This text has shadow with #B5D4DF and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #B5D4DF;
-webkit-box-shadow: 1px 1px 3px 2px #B5D4DF;
box-shadow: 1px 1px 3px 2px #B5D4DF;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B5D4DF; -webkit-box-shadow: 1px 1px 3px 2px #B5D4DF; box-shadow:1px 1px 3px 2px #B5D4DF;">
Div content here
</div>
Dieser Text ist in der Farbe #B5D4DF auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #B5D4DF auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #B5D4DF.
Dieser Text ist weiß auf dem Hintergrund in Farbe #B5D4DF.
Kontrastfarbe für #hex ist #4A2B20.