HEX: #C79B96
RGB: (199,155,150)
#C79B96 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #C79B96 ist eine «websichere» Webfarbe #CC9999 (oder kurz #C99).
Die Farbe #C79B96 wird in RGB als (199,155,150) definiert.
RGB: (199,155,150) (78%,61%,59%)
R 199 von 255 = 78%
G 155 von 255 = 61%
B 150 von 255 = 59%
R + G + B ~ 66%. #C79B96 ziemlich helle Farbe.
R + G + B =
199 + 155 + 150 = 504 (100%)
R 199 von 504 ~ 39.48%
G 155 von 504 ~ 30.75%
B 150 von 504 ~ 29.76%
Die Farbe #C79B96 wird in CMYK als (0,22,25,22) definiert.
CMYK: (0,22,25,22) C0M22Y25K22 (0%,22%,25%,22%) (0.00/0.22/0.25/0.22)
C7 | 9B | 96 | |
---|---|---|---|
RGB | 199 | 155 | 150 |
HSL | 6° | 30.43% | 68.43% |
HSB/HSV | 6° | 24.62% | 78.04% |
CMYK | 0.00% | 22.11% | 24.62% |
21.96% |
Hexadezimal | C7 | 9B | 96 |
Dezimal | 199 | 155 | 150 |
Binär | 11000111 | 10011011 | 10010110 |
Oktal | 307 | 233 | 226 |
Beispiele css- und html für Elemente in der Farbe #C79B96. Bitte benutzen Sie auch rgb(199,155,150) statt hex-Code.
.myTextColor { color: #C79B96; }
<p style="color:#C79B96">This sample text font color is #C79B96.</p>
Die Farbe dieses Textes ist #C79B96.
.myBgColor { background-color: #C79B96; }
<div style="background-color:#C79B96">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C79B96.
.myBorderColor { border: 1px solid #C79B96; }
<div style="border:3px solid #C79B96">Div</div>
Die Grenzen von diesem div sind in Farbe #C79B96.
.myOpacity80 { color: #C79B96; opacity: 0.8; }
<p style="color:#C79B96;opacity:0.8;">80%</p>
Text in Farbe #C79B96 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C79B96;}
<p style="text-shadow: 3px 3px 1px #C79B96">Text here.</p>
Dieser Text hat den Schatten in Farbe #C79B96.
.textShadow {text-shadow: 3px 3px 1px #C79B96, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C79B96, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C79B96 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C79B96, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C79B96, Direction=45, Strength=4)">Text</p>
This text has shadow with #C79B96 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #C79B96; -webkit-box-shadow: 1px 1px 3px 2px #C79B96; box-shadow: 1px 1px 3px 2px #C79B96; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #C79B96; -webkit-box-shadow: 1px 1px 3px 2px #C79B96; box-shadow:1px 1px 3px 2px #C79B96;">
Div content here</div>
Dieser Text ist in der Farbe #C79B96 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C79B96 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C79B96.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C79B96.