HEX: #829699
RGB: (130,150,153)
#829699 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #829699 ist eine «websichere» Webfarbe #999999 (oder kurz #999).
Die Farbe #829699 wird in RGB als (130,150,153) definiert.
RGB: (130,150,153)
(51%, 59%, 60%)
R 130 von 255 = 51%
G 150 von 255 = 59%
B 153 von 255 = 60%
R + G + B ~ 57%. #829699 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 130 + 150 + 153 = 433 (100%)
R 130 von 433 ~ 30.02%
G 150 von 433 ~ 34.64%
B 153 von 433 ~ 35.33'%
Die Farbe #829699 wird in CMYK als (15,2,0,40) definiert.
CMYK: (15,2,0,40) C15M2Y0K40 (15%,2%,0%,40%) (0.15/0.02/0.00/0.40)
Farbe #829699 in den populären Farbmodellen.
82 | 96 | 99 | |
---|---|---|---|
RGB | 130 | 150 | 153 |
HSL | 188° | 10.13% | 55.49% |
HSB/HSV | 188° | 15.03% | 60.00% |
CMYK | 15.03% | 1.96% | 0.00% |
40.00% |
Die Farbe #829699 in den populären Zahlensystemen.
Hexadezimal | 82 | 96 | 99 |
Dezimal | 130 | 150 | 153 |
Binär | 10000010 | 10010110 | 10011001 |
Oktal | 202 | 226 | 231 |
Dunkle Töne der Farbe #829699
Helle Töne der Farbe #829699
Beispiele css- und html für Elemente in der Farbe #829699. Bitte benutzen Sie auch rgb(130,150,153) statt hex-Code.
.myTextColor { color: #829699; }
<p style="color:#829699">This sample text font color is #829699.</p>
Die Farbe dieses Textes ist #829699.
.myBgColor { background-color: #829699; }
<div style="background-color:#829699">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #829699.
.myBorderColor { border: 1px solid #829699; }
<div style="border:3px solid #829699">Div</div>
Die Grenzen von diesem div sind in Farbe #829699.
.myOpacity80 { color: #829699; opacity: 0.8; }
<p style="color:#829699;opacity:0.8;">80%</p>
Text in Farbe #829699 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #829699;}
<p style="text-shadow: 3px 3px 1px #829699">Text here.</p>
Dieser Text hat den Schatten in Farbe #829699.
.textShadow {text-shadow: 3px 3px 1px #829699', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #829699, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #829699 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#829699, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#829699, Direction=45, Strength=4)">Text</p>
This text has shadow with #829699 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #829699;
-webkit-box-shadow: 1px 1px 3px 2px #829699;
box-shadow: 1px 1px 3px 2px #829699;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #829699; -webkit-box-shadow: 1px 1px 3px 2px #829699; box-shadow:1px 1px 3px 2px #829699;">
Div content here
</div>
Dieser Text ist in der Farbe #829699 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #829699 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #829699.
Dieser Text ist weiß auf dem Hintergrund in Farbe #829699.
Kontrastfarbe für #hex ist #7D6966.