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