HEX: #B5DCEE
RGB: (181,220,238)
#B5DCEE enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #B5DCEE ist eine «websichere» Webfarbe #CCCCFF (oder kurz #CCF).
Die Farbe #B5DCEE wird in RGB als (181,220,238) definiert.
RGB: (181,220,238) (71%,86%,93%)
R 181 von 255 = 71%
G 220 von 255 = 86%
B 238 von 255 = 93%
R + G + B ~ 83%. #B5DCEE ziemlich helle Farbe.
R + G + B =
181 + 220 + 238 = 639 (100%)
R 181 von 639 ~ 28.33%
G 220 von 639 ~ 34.43%
B 238 von 639 ~ 37.25%
Die Farbe #B5DCEE wird in CMYK als (24,8,0,7) definiert.
CMYK: (24,8,0,7) C24M8Y0K7 (24%,8%,0%,7%) (0.24/0.08/0.00/0.07)
B5 | DC | EE | |
---|---|---|---|
RGB | 181 | 220 | 238 |
HSL | 199° | 62.64% | 82.16% |
HSB/HSV | 199° | 23.95% | 93.33% |
CMYK | 23.95% | 7.56% | 0.00% |
6.67% |
Hexadezimal | B5 | DC | EE |
Dezimal | 181 | 220 | 238 |
Binär | 10110101 | 11011100 | 11101110 |
Oktal | 265 | 334 | 356 |
Beispiele css- und html für Elemente in der Farbe #B5DCEE. Bitte benutzen Sie auch rgb(181,220,238) statt hex-Code.
.myTextColor { color: #B5DCEE; }
<p style="color:#B5DCEE">This sample text font color is #B5DCEE.</p>
Die Farbe dieses Textes ist #B5DCEE.
.myBgColor { background-color: #B5DCEE; }
<div style="background-color:#B5DCEE">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #B5DCEE.
.myBorderColor { border: 1px solid #B5DCEE; }
<div style="border:3px solid #B5DCEE">Div</div>
Die Grenzen von diesem div sind in Farbe #B5DCEE.
.myOpacity80 { color: #B5DCEE; opacity: 0.8; }
<p style="color:#B5DCEE;opacity:0.8;">80%</p>
Text in Farbe #B5DCEE und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B5DCEE;}
<p style="text-shadow: 3px 3px 1px #B5DCEE">Text here.</p>
Dieser Text hat den Schatten in Farbe #B5DCEE.
.textShadow {text-shadow: 3px 3px 1px #B5DCEE, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B5DCEE, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #B5DCEE und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B5DCEE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B5DCEE, Direction=45, Strength=4)">Text</p>
This text has shadow with #B5DCEE and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #B5DCEE; -webkit-box-shadow: 1px 1px 3px 2px #B5DCEE; box-shadow: 1px 1px 3px 2px #B5DCEE; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #B5DCEE; -webkit-box-shadow: 1px 1px 3px 2px #B5DCEE; box-shadow:1px 1px 3px 2px #B5DCEE;">
Div content here</div>
Dieser Text ist in der Farbe #B5DCEE auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #B5DCEE auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #B5DCEE.
Dieser Text ist weiß auf dem Hintergrund in Farbe #B5DCEE.