HEX: #76A8BD
RGB: (118,168,189)
#76A8BD enthält hauptsächlich grüne und blaue Farbe. Für #76A8BD ist eine «websichere» Webfarbe #6699CC (oder kurz #69C).
Die Farbe #76A8BD wird in RGB als (118,168,189) definiert.
RGB: (118,168,189) (46%,66%,74%)
R 118 von 255 = 46%
G 168 von 255 = 66%
B 189 von 255 = 74%
R + G + B ~ 62%. #76A8BD ziemlich helle Farbe.
R + G + B =
118 + 168 + 189 = 475 (100%)
R 118 von 475 ~ 24.84%
G 168 von 475 ~ 35.37%
B 189 von 475 ~ 39.79%
Die Farbe #76A8BD wird in CMYK als (38,11,0,26) definiert.
CMYK: (38,11,0,26) C38M11Y0K26 (38%,11%,0%,26%) (0.38/0.11/0.00/0.26)
76 | A8 | BD | |
---|---|---|---|
RGB | 118 | 168 | 189 |
HSL | 198° | 34.98% | 60.20% |
HSB/HSV | 198° | 37.57% | 74.12% |
CMYK | 37.57% | 11.11% | 0.00% |
25.88% |
Hexadezimal | 76 | A8 | BD |
Dezimal | 118 | 168 | 189 |
Binär | 1110110 | 10101000 | 10111101 |
Oktal | 166 | 250 | 275 |
Beispiele css- und html für Elemente in der Farbe #76A8BD. Bitte benutzen Sie auch rgb(118,168,189) statt hex-Code.
.myTextColor { color: #76A8BD; }
<p style="color:#76A8BD">This sample text font color is #76A8BD.</p>
Die Farbe dieses Textes ist #76A8BD.
.myBgColor { background-color: #76A8BD; }
<div style="background-color:#76A8BD">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #76A8BD.
.myBorderColor { border: 1px solid #76A8BD; }
<div style="border:3px solid #76A8BD">Div</div>
Die Grenzen von diesem div sind in Farbe #76A8BD.
.myOpacity80 { color: #76A8BD; opacity: 0.8; }
<p style="color:#76A8BD;opacity:0.8;">80%</p>
Text in Farbe #76A8BD und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #76A8BD;}
<p style="text-shadow: 3px 3px 1px #76A8BD">Text here.</p>
Dieser Text hat den Schatten in Farbe #76A8BD.
.textShadow {text-shadow: 3px 3px 1px #76A8BD, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #76A8BD, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #76A8BD und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#76A8BD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#76A8BD, Direction=45, Strength=4)">Text</p>
This text has shadow with #76A8BD and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #76A8BD; -webkit-box-shadow: 1px 1px 3px 2px #76A8BD; box-shadow: 1px 1px 3px 2px #76A8BD; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #76A8BD; -webkit-box-shadow: 1px 1px 3px 2px #76A8BD; box-shadow:1px 1px 3px 2px #76A8BD;">
Div content here</div>
Dieser Text ist in der Farbe #76A8BD auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #76A8BD auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #76A8BD.
Dieser Text ist weiß auf dem Hintergrund in Farbe #76A8BD.