HEX: #85AED6
RGB: (133,174,214)
#85AED6 enthält hauptsächlich grüne und blaue Farbe. Für #85AED6 ist eine «websichere» Webfarbe #9999CC (oder kurz #99C).
Die Farbe #85AED6 wird in RGB als (133,174,214) definiert.
RGB: (133,174,214)
(52%, 68%, 84%)
R 133 von 255 = 52%
G 174 von 255 = 68%
B 214 von 255 = 84%
R + G + B ~ 68%. #85AED6 ziemlich helle Farbe.
R + G + B = 133 + 174 + 214 = 521 (100%)
R 133 von 521 ~ 25.53%
G 174 von 521 ~ 33.4%
B 214 von 521 ~ 41.07'%
Die Farbe #85AED6 wird in CMYK als (38,19,0,16) definiert.
CMYK: (38,19,0,16) C38M19Y0K16 (38%,19%,0%,16%) (0.38/0.19/0.00/0.16)
Farbe #85AED6 in den populären Farbmodellen.
85 | AE | D6 | |
---|---|---|---|
RGB | 133 | 174 | 214 |
HSL | 210° | 49.69% | 68.04% |
HSB/HSV | 210° | 37.85% | 83.92% |
CMYK | 37.85% | 18.69% | 0.00% |
16.08% |
Die Farbe #85AED6 in den populären Zahlensystemen.
Hexadezimal | 85 | AE | D6 |
Dezimal | 133 | 174 | 214 |
Binär | 10000101 | 10101110 | 11010110 |
Oktal | 205 | 256 | 326 |
Dunkle Töne der Farbe #85AED6
Helle Töne der Farbe #85AED6
Beispiele css- und html für Elemente in der Farbe #85AED6. Bitte benutzen Sie auch rgb(133,174,214) statt hex-Code.
.myTextColor { color: #85AED6; }
<p style="color:#85AED6">This sample text font color is #85AED6.</p>
Die Farbe dieses Textes ist #85AED6.
.myBgColor { background-color: #85AED6; }
<div style="background-color:#85AED6">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #85AED6.
.myBorderColor { border: 1px solid #85AED6; }
<div style="border:3px solid #85AED6">Div</div>
Die Grenzen von diesem div sind in Farbe #85AED6.
.myOpacity80 { color: #85AED6; opacity: 0.8; }
<p style="color:#85AED6;opacity:0.8;">80%</p>
Text in Farbe #85AED6 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #85AED6;}
<p style="text-shadow: 3px 3px 1px #85AED6">Text here.</p>
Dieser Text hat den Schatten in Farbe #85AED6.
.textShadow {text-shadow: 3px 3px 1px #85AED6', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #85AED6, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #85AED6 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#85AED6, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#85AED6, Direction=45, Strength=4)">Text</p>
This text has shadow with #85AED6 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #85AED6;
-webkit-box-shadow: 1px 1px 3px 2px #85AED6;
box-shadow: 1px 1px 3px 2px #85AED6;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #85AED6; -webkit-box-shadow: 1px 1px 3px 2px #85AED6; box-shadow:1px 1px 3px 2px #85AED6;">
Div content here
</div>
Dieser Text ist in der Farbe #85AED6 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #85AED6 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #85AED6.
Dieser Text ist weiß auf dem Hintergrund in Farbe #85AED6.
Kontrastfarbe für #hex ist #7A5129.