HEX: #76AED6
RGB: (118,174,214)
#76AED6 enthält hauptsächlich grüne und blaue Farbe. Für #76AED6 ist eine «websichere» Webfarbe #6699CC (oder kurz #69C).
Die Farbe #76AED6 wird in RGB als (118,174,214) definiert.
RGB: (118,174,214) (46%,68%,84%)
R 118 von 255 = 46%
G 174 von 255 = 68%
B 214 von 255 = 84%
R + G + B ~ 66%. #76AED6 ziemlich helle Farbe.
R + G + B =
118 + 174 + 214 = 506 (100%)
R 118 von 506 ~ 23.32%
G 174 von 506 ~ 34.39%
B 214 von 506 ~ 42.29%
Die Farbe #76AED6 wird in CMYK als (45,19,0,16) definiert.
CMYK: (45,19,0,16) C45M19Y0K16 (45%,19%,0%,16%) (0.45/0.19/0.00/0.16)
76 | AE | D6 | |
---|---|---|---|
RGB | 118 | 174 | 214 |
HSL | 205° | 53.93% | 65.10% |
HSB/HSV | 205° | 44.86% | 83.92% |
CMYK | 44.86% | 18.69% | 0.00% |
16.08% |
Hexadezimal | 76 | AE | D6 |
Dezimal | 118 | 174 | 214 |
Binär | 1110110 | 10101110 | 11010110 |
Oktal | 166 | 256 | 326 |
Beispiele css- und html für Elemente in der Farbe #76AED6. Bitte benutzen Sie auch rgb(118,174,214) statt hex-Code.
.myTextColor { color: #76AED6; }
<p style="color:#76AED6">This sample text font color is #76AED6.</p>
Die Farbe dieses Textes ist #76AED6.
.myBgColor { background-color: #76AED6; }
<div style="background-color:#76AED6">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #76AED6.
.myBorderColor { border: 1px solid #76AED6; }
<div style="border:3px solid #76AED6">Div</div>
Die Grenzen von diesem div sind in Farbe #76AED6.
.myOpacity80 { color: #76AED6; opacity: 0.8; }
<p style="color:#76AED6;opacity:0.8;">80%</p>
Text in Farbe #76AED6 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #76AED6;}
<p style="text-shadow: 3px 3px 1px #76AED6">Text here.</p>
Dieser Text hat den Schatten in Farbe #76AED6.
.textShadow {text-shadow: 3px 3px 1px #76AED6, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #76AED6, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #76AED6 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#76AED6, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#76AED6, Direction=45, Strength=4)">Text</p>
This text has shadow with #76AED6 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #76AED6; -webkit-box-shadow: 1px 1px 3px 2px #76AED6; box-shadow: 1px 1px 3px 2px #76AED6; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #76AED6; -webkit-box-shadow: 1px 1px 3px 2px #76AED6; box-shadow:1px 1px 3px 2px #76AED6;">
Div content here</div>
Dieser Text ist in der Farbe #76AED6 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #76AED6 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #76AED6.
Dieser Text ist weiß auf dem Hintergrund in Farbe #76AED6.