HEX: #828BAE
RGB: (130,139,174)
#828BAE enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #828BAE ist eine «websichere» Webfarbe #999999 (oder kurz #999).
Die Farbe #828BAE wird in RGB als (130,139,174) definiert.
RGB: (130,139,174)
(51%, 55%, 68%)
R 130 von 255 = 51%
G 139 von 255 = 55%
B 174 von 255 = 68%
R + G + B ~ 58%. #828BAE mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 130 + 139 + 174 = 443 (100%)
R 130 von 443 ~ 29.35%
G 139 von 443 ~ 31.38%
B 174 von 443 ~ 39.28'%
Die Farbe #828BAE wird in CMYK als (25,20,0,32) definiert.
CMYK: (25,20,0,32)
C25M20Y0K32 (25%, 20%, 0%, 32%)
(0.25 / 0.20 / 0.00 / 0.32)
Farbe #828BAE in den populären Farbmodellen.
82 | 8B | AE | |
---|---|---|---|
RGB | 130 | 139 | 174 |
HSL | 228° | 21.36% | 59.61% |
HSB/HSV | 228° | 25.29% | 68.24% |
CMYK | 25.29% | 20.11% | 0.00% |
31.76% |
Die Farbe #828BAE in den populären Zahlensystemen.
Hexadezimal | 82 | 8B | AE |
Dezimal | 130 | 139 | 174 |
Binär | 10000010 | 10001011 | 10101110 |
Oktal | 202 | 213 | 256 |
Dunkle Töne der Farbe #828BAE
Helle Töne der Farbe #828BAE
Beispiele css- und html für Elemente in der Farbe #828BAE. Bitte benutzen Sie auch rgb(130,139,174) statt hex-Code.
.myTextColor { color: #828BAE; }
<p style="color:#828BAE">This sample text font color is #828BAE.</p>
Die Farbe dieses Textes ist #828BAE.
.myBgColor { background-color: #828BAE; }
<div style="background-color:#828BAE">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #828BAE.
.myBorderColor { border: 1px solid #828BAE; }
<div style="border:3px solid #828BAE">Div</div>
Die Grenzen von diesem div sind in Farbe #828BAE.
.myOpacity80 { color: #828BAE; opacity: 0.8; }
<p style="color:#828BAE;opacity:0.8;">80%</p>
Text in Farbe #828BAE und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #828BAE;}
<p style="text-shadow: 3px 3px 1px #828BAE">Text here.</p>
Dieser Text hat den Schatten in Farbe #828BAE.
.textShadow {text-shadow: 3px 3px 1px #828BAE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #828BAE, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #828BAE und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#828BAE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#828BAE, Direction=45, Strength=4)">Text</p>
This text has shadow with #828BAE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #828BAE;
-webkit-box-shadow: 1px 1px 3px 2px #828BAE;
box-shadow: 1px 1px 3px 2px #828BAE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #828BAE; -webkit-box-shadow: 1px 1px 3px 2px #828BAE; box-shadow:1px 1px 3px 2px #828BAE;">
Div content here
</div>
Dieser Text ist in der Farbe #828BAE auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #828BAE auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #828BAE.
Dieser Text ist weiß auf dem Hintergrund in Farbe #828BAE.
Kontrastfarbe für #hex ist #7D7451.