HEX: #7EB6DB
RGB: (126,182,219)
#7EB6DB enthält hauptsächlich grüne und blaue Farbe. Für #7EB6DB ist eine «websichere» Webfarbe #66CCCC (oder kurz #6CC).
Die Farbe #7EB6DB wird in RGB als (126,182,219) definiert.
RGB: (126,182,219) (49%,71%,86%)
R 126 von 255 = 49%
G 182 von 255 = 71%
B 219 von 255 = 86%
R + G + B ~ 69%. #7EB6DB ziemlich helle Farbe.
R + G + B =
126 + 182 + 219 = 527 (100%)
R 126 von 527 ~ 23.91%
G 182 von 527 ~ 34.54%
B 219 von 527 ~ 41.56%
Die Farbe #7EB6DB wird in CMYK als (42,17,0,14) definiert.
CMYK: (42,17,0,14) C42M17Y0K14 (42%,17%,0%,14%) (0.42/0.17/0.00/0.14)
7E | B6 | DB | |
---|---|---|---|
RGB | 126 | 182 | 219 |
HSL | 204° | 56.36% | 67.65% |
HSB/HSV | 204° | 42.47% | 85.88% |
CMYK | 42.47% | 16.89% | 0.00% |
14.12% |
Hexadezimal | 7E | B6 | DB |
Dezimal | 126 | 182 | 219 |
Binär | 1111110 | 10110110 | 11011011 |
Oktal | 176 | 266 | 333 |
Beispiele css- und html für Elemente in der Farbe #7EB6DB. Bitte benutzen Sie auch rgb(126,182,219) statt hex-Code.
.myTextColor { color: #7EB6DB; }
<p style="color:#7EB6DB">This sample text font color is #7EB6DB.</p>
Die Farbe dieses Textes ist #7EB6DB.
.myBgColor { background-color: #7EB6DB; }
<div style="background-color:#7EB6DB">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #7EB6DB.
.myBorderColor { border: 1px solid #7EB6DB; }
<div style="border:3px solid #7EB6DB">Div</div>
Die Grenzen von diesem div sind in Farbe #7EB6DB.
.myOpacity80 { color: #7EB6DB; opacity: 0.8; }
<p style="color:#7EB6DB;opacity:0.8;">80%</p>
Text in Farbe #7EB6DB und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #7EB6DB;}
<p style="text-shadow: 3px 3px 1px #7EB6DB">Text here.</p>
Dieser Text hat den Schatten in Farbe #7EB6DB.
.textShadow {text-shadow: 3px 3px 1px #7EB6DB, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #7EB6DB, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #7EB6DB und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7EB6DB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#7EB6DB, Direction=45, Strength=4)">Text</p>
This text has shadow with #7EB6DB and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7EB6DB; -webkit-box-shadow: 1px 1px 3px 2px #7EB6DB; box-shadow: 1px 1px 3px 2px #7EB6DB; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #7EB6DB; -webkit-box-shadow: 1px 1px 3px 2px #7EB6DB; box-shadow:1px 1px 3px 2px #7EB6DB;">
Div content here</div>
Dieser Text ist in der Farbe #7EB6DB auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #7EB6DB auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #7EB6DB.
Dieser Text ist weiß auf dem Hintergrund in Farbe #7EB6DB.