HEX: #B6E4EB
RGB: (182,228,235)
#B6E4EB enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #B6E4EB ist eine «websichere» Webfarbe #CCCCFF (oder kurz #CCF).
Die Farbe #B6E4EB wird in RGB als (182,228,235) definiert.
RGB: (182,228,235)
(71%, 89%, 92%)
R 182 von 255 = 71%
G 228 von 255 = 89%
B 235 von 255 = 92%
R + G + B ~ 84%. #B6E4EB ziemlich helle Farbe.
R + G + B = 182 + 228 + 235 = 645 (100%)
R 182 von 645 ~ 28.22%
G 228 von 645 ~ 35.35%
B 235 von 645 ~ 36.43'%
Die Farbe #B6E4EB wird in CMYK als (23,3,0,8) definiert.
CMYK: (23,3,0,8)
C23M3Y0K8 (23%, 3%, 0%, 8%)
(0.23 / 0.03 / 0.00 / 0.08)
Farbe #B6E4EB in den populären Farbmodellen.
B6 | E4 | EB | |
---|---|---|---|
RGB | 182 | 228 | 235 |
HSL | 188° | 56.99% | 81.76% |
HSB/HSV | 188° | 22.55% | 92.16% |
CMYK | 22.55% | 2.98% | 0.00% |
7.84% |
Die Farbe #B6E4EB in den populären Zahlensystemen.
Hexadezimal | B6 | E4 | EB |
Dezimal | 182 | 228 | 235 |
Binär | 10110110 | 11100100 | 11101011 |
Oktal | 266 | 344 | 353 |
Dunkle Töne der Farbe #B6E4EB
Helle Töne der Farbe #B6E4EB
Beispiele css- und html für Elemente in der Farbe #B6E4EB. Bitte benutzen Sie auch rgb(182,228,235) statt hex-Code.
.myTextColor { color: #B6E4EB; }
<p style="color:#B6E4EB">This sample text font color is #B6E4EB.</p>
Die Farbe dieses Textes ist #B6E4EB.
.myBgColor { background-color: #B6E4EB; }
<div style="background-color:#B6E4EB">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #B6E4EB.
.myBorderColor { border: 1px solid #B6E4EB; }
<div style="border:3px solid #B6E4EB">Div</div>
Die Grenzen von diesem div sind in Farbe #B6E4EB.
.myOpacity80 { color: #B6E4EB; opacity: 0.8; }
<p style="color:#B6E4EB;opacity:0.8;">80%</p>
Text in Farbe #B6E4EB und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B6E4EB;}
<p style="text-shadow: 3px 3px 1px #B6E4EB">Text here.</p>
Dieser Text hat den Schatten in Farbe #B6E4EB.
.textShadow {text-shadow: 3px 3px 1px #B6E4EB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B6E4EB, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #B6E4EB und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B6E4EB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B6E4EB, Direction=45, Strength=4)">Text</p>
This text has shadow with #B6E4EB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #B6E4EB;
-webkit-box-shadow: 1px 1px 3px 2px #B6E4EB;
box-shadow: 1px 1px 3px 2px #B6E4EB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B6E4EB; -webkit-box-shadow: 1px 1px 3px 2px #B6E4EB; box-shadow:1px 1px 3px 2px #B6E4EB;">
Div content here
</div>
Dieser Text ist in der Farbe #B6E4EB auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #B6E4EB auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #B6E4EB.
Dieser Text ist weiß auf dem Hintergrund in Farbe #B6E4EB.
Kontrastfarbe für #B6E4EB ist #491B14.