HEX: #C7B988
RGB: (199,185,136)
#C7B988 enthält hauptsächlich rote und grüne Farbe. Für #C7B988 ist eine «websichere» Webfarbe #CCCC99 (oder kurz #CC9).
Die Farbe #C7B988 wird in RGB als (199,185,136) definiert.
RGB: (199,185,136) (78%,73%,53%)
R 199 von 255 = 78%
G 185 von 255 = 73%
B 136 von 255 = 53%
R + G + B ~ 68%. #C7B988 ziemlich helle Farbe.
R + G + B =
199 + 185 + 136 = 520 (100%)
R 199 von 520 ~ 38.27%
G 185 von 520 ~ 35.58%
B 136 von 520 ~ 26.15%
Die Farbe #C7B988 wird in CMYK als (0,7,32,22) definiert.
CMYK: (0,7,32,22) C0M7Y32K22 (0%,7%,32%,22%) (0.00/0.07/0.32/0.22)
C7 | B9 | 88 | |
---|---|---|---|
RGB | 199 | 185 | 136 |
HSL | 47° | 36.00% | 65.69% |
HSB/HSV | 47° | 31.66% | 78.04% |
CMYK | 0.00% | 7.04% | 31.66% |
21.96% |
Hexadezimal | C7 | B9 | 88 |
Dezimal | 199 | 185 | 136 |
Binär | 11000111 | 10111001 | 10001000 |
Oktal | 307 | 271 | 210 |
Beispiele css- und html für Elemente in der Farbe #C7B988. Bitte benutzen Sie auch rgb(199,185,136) statt hex-Code.
.myTextColor { color: #C7B988; }
<p style="color:#C7B988">This sample text font color is #C7B988.</p>
Die Farbe dieses Textes ist #C7B988.
.myBgColor { background-color: #C7B988; }
<div style="background-color:#C7B988">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C7B988.
.myBorderColor { border: 1px solid #C7B988; }
<div style="border:3px solid #C7B988">Div</div>
Die Grenzen von diesem div sind in Farbe #C7B988.
.myOpacity80 { color: #C7B988; opacity: 0.8; }
<p style="color:#C7B988;opacity:0.8;">80%</p>
Text in Farbe #C7B988 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C7B988;}
<p style="text-shadow: 3px 3px 1px #C7B988">Text here.</p>
Dieser Text hat den Schatten in Farbe #C7B988.
.textShadow {text-shadow: 3px 3px 1px #C7B988, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C7B988, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C7B988 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C7B988, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C7B988, Direction=45, Strength=4)">Text</p>
This text has shadow with #C7B988 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #C7B988; -webkit-box-shadow: 1px 1px 3px 2px #C7B988; box-shadow: 1px 1px 3px 2px #C7B988; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #C7B988; -webkit-box-shadow: 1px 1px 3px 2px #C7B988; box-shadow:1px 1px 3px 2px #C7B988;">
Div content here</div>
Dieser Text ist in der Farbe #C7B988 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C7B988 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C7B988.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C7B988.