HEX: #7EB4CF
RGB: (126,180,207)
#7EB4CF enthält hauptsächlich grüne und blaue Farbe. Für #7EB4CF ist eine «websichere» Webfarbe #66CCCC (oder kurz #6CC).
Die Farbe #7EB4CF wird in RGB als (126,180,207) definiert.
RGB: (126,180,207) (49%,71%,81%)
R 126 von 255 = 49%
G 180 von 255 = 71%
B 207 von 255 = 81%
R + G + B ~ 67%. #7EB4CF ziemlich helle Farbe.
R + G + B =
126 + 180 + 207 = 513 (100%)
R 126 von 513 ~ 24.56%
G 180 von 513 ~ 35.09%
B 207 von 513 ~ 40.35%
Die Farbe #7EB4CF wird in CMYK als (39,13,0,19) definiert.
CMYK: (39,13,0,19) C39M13Y0K19 (39%,13%,0%,19%) (0.39/0.13/0.00/0.19)
7E | B4 | CF | |
---|---|---|---|
RGB | 126 | 180 | 207 |
HSL | 200° | 45.76% | 65.29% |
HSB/HSV | 200° | 39.13% | 81.18% |
CMYK | 39.13% | 13.04% | 0.00% |
18.82% |
Hexadezimal | 7E | B4 | CF |
Dezimal | 126 | 180 | 207 |
Binär | 1111110 | 10110100 | 11001111 |
Oktal | 176 | 264 | 317 |
Beispiele css- und html für Elemente in der Farbe #7EB4CF. Bitte benutzen Sie auch rgb(126,180,207) statt hex-Code.
.myTextColor { color: #7EB4CF; }
<p style="color:#7EB4CF">This sample text font color is #7EB4CF.</p>
Die Farbe dieses Textes ist #7EB4CF.
.myBgColor { background-color: #7EB4CF; }
<div style="background-color:#7EB4CF">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #7EB4CF.
.myBorderColor { border: 1px solid #7EB4CF; }
<div style="border:3px solid #7EB4CF">Div</div>
Die Grenzen von diesem div sind in Farbe #7EB4CF.
.myOpacity80 { color: #7EB4CF; opacity: 0.8; }
<p style="color:#7EB4CF;opacity:0.8;">80%</p>
Text in Farbe #7EB4CF und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #7EB4CF;}
<p style="text-shadow: 3px 3px 1px #7EB4CF">Text here.</p>
Dieser Text hat den Schatten in Farbe #7EB4CF.
.textShadow {text-shadow: 3px 3px 1px #7EB4CF, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #7EB4CF, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #7EB4CF und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7EB4CF, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#7EB4CF, Direction=45, Strength=4)">Text</p>
This text has shadow with #7EB4CF and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7EB4CF; -webkit-box-shadow: 1px 1px 3px 2px #7EB4CF; box-shadow: 1px 1px 3px 2px #7EB4CF; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #7EB4CF; -webkit-box-shadow: 1px 1px 3px 2px #7EB4CF; box-shadow:1px 1px 3px 2px #7EB4CF;">
Div content here</div>
Dieser Text ist in der Farbe #7EB4CF auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #7EB4CF auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #7EB4CF.
Dieser Text ist weiß auf dem Hintergrund in Farbe #7EB4CF.