HEX: #76B0BE
RGB: (118,176,190)
#76B0BE enthält hauptsächlich grüne und blaue Farbe. Für #76B0BE ist eine «websichere» Webfarbe #6699CC (oder kurz #69C).
Die Farbe #76B0BE wird in RGB als (118,176,190) definiert.
RGB: (118,176,190)
(46%, 69%, 75%)
R 118 von 255 = 46%
G 176 von 255 = 69%
B 190 von 255 = 75%
R + G + B ~ 63%. #76B0BE ziemlich helle Farbe.
R + G + B = 118 + 176 + 190 = 484 (100%)
R 118 von 484 ~ 24.38%
G 176 von 484 ~ 36.36%
B 190 von 484 ~ 39.26'%
Die Farbe #76B0BE wird in CMYK als (38,7,0,25) definiert.
CMYK: (38,7,0,25)
C38M7Y0K25 (38%, 7%, 0%, 25%)
(0.38 / 0.07 / 0.00 / 0.25)
Farbe #76B0BE in den populären Farbmodellen.
76 | B0 | BE | |
---|---|---|---|
RGB | 118 | 176 | 190 |
HSL | 192° | 35.64% | 60.39% |
HSB/HSV | 192° | 37.89% | 74.51% |
CMYK | 37.89% | 7.37% | 0.00% |
25.49% |
Die Farbe #76B0BE in den populären Zahlensystemen.
Hexadezimal | 76 | B0 | BE |
Dezimal | 118 | 176 | 190 |
Binär | 1110110 | 10110000 | 10111110 |
Oktal | 166 | 260 | 276 |
Dunkle Töne der Farbe #76B0BE
Helle Töne der Farbe #76B0BE
Beispiele css- und html für Elemente in der Farbe #76B0BE. Bitte benutzen Sie auch rgb(118,176,190) statt hex-Code.
.myTextColor { color: #76B0BE; }
<p style="color:#76B0BE">This sample text font color is #76B0BE.</p>
Die Farbe dieses Textes ist #76B0BE.
.myBgColor { background-color: #76B0BE; }
<div style="background-color:#76B0BE">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #76B0BE.
.myBorderColor { border: 1px solid #76B0BE; }
<div style="border:3px solid #76B0BE">Div</div>
Die Grenzen von diesem div sind in Farbe #76B0BE.
.myOpacity80 { color: #76B0BE; opacity: 0.8; }
<p style="color:#76B0BE;opacity:0.8;">80%</p>
Text in Farbe #76B0BE und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #76B0BE;}
<p style="text-shadow: 3px 3px 1px #76B0BE">Text here.</p>
Dieser Text hat den Schatten in Farbe #76B0BE.
.textShadow {text-shadow: 3px 3px 1px #76B0BE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #76B0BE, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #76B0BE und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#76B0BE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#76B0BE, Direction=45, Strength=4)">Text</p>
This text has shadow with #76B0BE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #76B0BE;
-webkit-box-shadow: 1px 1px 3px 2px #76B0BE;
box-shadow: 1px 1px 3px 2px #76B0BE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #76B0BE; -webkit-box-shadow: 1px 1px 3px 2px #76B0BE; box-shadow:1px 1px 3px 2px #76B0BE;">
Div content here
</div>
Dieser Text ist in der Farbe #76B0BE auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #76B0BE auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #76B0BE.
Dieser Text ist weiß auf dem Hintergrund in Farbe #76B0BE.
Kontrastfarbe für #hex ist #894F41.