HEX: #829BBE
RGB: (130,155,190)
#829BBE enthält hauptsächlich grüne und blaue Farbe. Für #829BBE ist eine «websichere» Webfarbe #9999CC (oder kurz #99C).
Die Farbe #829BBE wird in RGB als (130,155,190) definiert.
RGB: (130,155,190) (51%,61%,75%)
R 130 von 255 = 51%
G 155 von 255 = 61%
B 190 von 255 = 75%
R + G + B ~ 62%. #829BBE ziemlich helle Farbe.
R + G + B =
130 + 155 + 190 = 475 (100%)
R 130 von 475 ~ 27.37%
G 155 von 475 ~ 32.63%
B 190 von 475 ~ 40%
Die Farbe #829BBE wird in CMYK als (32,18,0,25) definiert.
CMYK: (32,18,0,25) C32M18Y0K25 (32%,18%,0%,25%) (0.32/0.18/0.00/0.25)
82 | 9B | BE | |
---|---|---|---|
RGB | 130 | 155 | 190 |
HSL | 215° | 31.58% | 62.75% |
HSB/HSV | 215° | 31.58% | 74.51% |
CMYK | 31.58% | 18.42% | 0.00% |
25.49% |
Hexadezimal | 82 | 9B | BE |
Dezimal | 130 | 155 | 190 |
Binär | 10000010 | 10011011 | 10111110 |
Oktal | 202 | 233 | 276 |
Beispiele css- und html für Elemente in der Farbe #829BBE. Bitte benutzen Sie auch rgb(130,155,190) statt hex-Code.
.myTextColor { color: #829BBE; }
<p style="color:#829BBE">This sample text font color is #829BBE.</p>
Die Farbe dieses Textes ist #829BBE.
.myBgColor { background-color: #829BBE; }
<div style="background-color:#829BBE">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #829BBE.
.myBorderColor { border: 1px solid #829BBE; }
<div style="border:3px solid #829BBE">Div</div>
Die Grenzen von diesem div sind in Farbe #829BBE.
.myOpacity80 { color: #829BBE; opacity: 0.8; }
<p style="color:#829BBE;opacity:0.8;">80%</p>
Text in Farbe #829BBE und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #829BBE;}
<p style="text-shadow: 3px 3px 1px #829BBE">Text here.</p>
Dieser Text hat den Schatten in Farbe #829BBE.
.textShadow {text-shadow: 3px 3px 1px #829BBE, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #829BBE, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #829BBE und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#829BBE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#829BBE, Direction=45, Strength=4)">Text</p>
This text has shadow with #829BBE and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #829BBE; -webkit-box-shadow: 1px 1px 3px 2px #829BBE; box-shadow: 1px 1px 3px 2px #829BBE; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #829BBE; -webkit-box-shadow: 1px 1px 3px 2px #829BBE; box-shadow:1px 1px 3px 2px #829BBE;">
Div content here</div>
Dieser Text ist in der Farbe #829BBE auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #829BBE auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #829BBE.
Dieser Text ist weiß auf dem Hintergrund in Farbe #829BBE.