HEX: #C7B480
RGB: (199,180,128)
#C7B480 enthält hauptsächlich rote und grüne Farbe. Für #C7B480 ist eine «websichere» Webfarbe #CCCC66 (oder kurz #CC6).
Die Farbe #C7B480 wird in RGB als (199,180,128) definiert.
RGB: (199,180,128) (78%,71%,50%)
R 199 von 255 = 78%
G 180 von 255 = 71%
B 128 von 255 = 50%
R + G + B ~ 66%. #C7B480 ziemlich helle Farbe.
R + G + B =
199 + 180 + 128 = 507 (100%)
R 199 von 507 ~ 39.25%
G 180 von 507 ~ 35.5%
B 128 von 507 ~ 25.25%
Die Farbe #C7B480 wird in CMYK als (0,10,36,22) definiert.
CMYK: (0,10,36,22) C0M10Y36K22 (0%,10%,36%,22%) (0.00/0.10/0.36/0.22)
C7 | B4 | 80 | |
---|---|---|---|
RGB | 199 | 180 | 128 |
HSL | 44° | 38.80% | 64.12% |
HSB/HSV | 44° | 35.68% | 78.04% |
CMYK | 0.00% | 9.55% | 35.68% |
21.96% |
Hexadezimal | C7 | B4 | 80 |
Dezimal | 199 | 180 | 128 |
Binär | 11000111 | 10110100 | 10000000 |
Oktal | 307 | 264 | 200 |
Beispiele css- und html für Elemente in der Farbe #C7B480. Bitte benutzen Sie auch rgb(199,180,128) statt hex-Code.
.myTextColor { color: #C7B480; }
<p style="color:#C7B480">This sample text font color is #C7B480.</p>
Die Farbe dieses Textes ist #C7B480.
.myBgColor { background-color: #C7B480; }
<div style="background-color:#C7B480">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C7B480.
.myBorderColor { border: 1px solid #C7B480; }
<div style="border:3px solid #C7B480">Div</div>
Die Grenzen von diesem div sind in Farbe #C7B480.
.myOpacity80 { color: #C7B480; opacity: 0.8; }
<p style="color:#C7B480;opacity:0.8;">80%</p>
Text in Farbe #C7B480 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C7B480;}
<p style="text-shadow: 3px 3px 1px #C7B480">Text here.</p>
Dieser Text hat den Schatten in Farbe #C7B480.
.textShadow {text-shadow: 3px 3px 1px #C7B480, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C7B480, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C7B480 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C7B480, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C7B480, Direction=45, Strength=4)">Text</p>
This text has shadow with #C7B480 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #C7B480; -webkit-box-shadow: 1px 1px 3px 2px #C7B480; box-shadow: 1px 1px 3px 2px #C7B480; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #C7B480; -webkit-box-shadow: 1px 1px 3px 2px #C7B480; box-shadow:1px 1px 3px 2px #C7B480;">
Div content here</div>
Dieser Text ist in der Farbe #C7B480 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C7B480 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C7B480.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C7B480.