HEX: #C9988A
RGB: (201,152,138)
#C9988A enthält hauptsächlich rote und grüne Farbe. Für #C9988A ist eine «websichere» Webfarbe #CC9999 (oder kurz #C99).
Die Farbe #C9988A wird in RGB als (201,152,138) definiert.
RGB: (201,152,138) (79%,60%,54%)
R 201 von 255 = 79%
G 152 von 255 = 60%
B 138 von 255 = 54%
R + G + B ~ 64%. #C9988A ziemlich helle Farbe.
R + G + B =
201 + 152 + 138 = 491 (100%)
R 201 von 491 ~ 40.94%
G 152 von 491 ~ 30.96%
B 138 von 491 ~ 28.11%
Die Farbe #C9988A wird in CMYK als (0,24,31,21) definiert.
CMYK: (0,24,31,21) C0M24Y31K21 (0%,24%,31%,21%) (0.00/0.24/0.31/0.21)
C9 | 98 | 8A | |
---|---|---|---|
RGB | 201 | 152 | 138 |
HSL | 13° | 36.84% | 66.47% |
HSB/HSV | 13° | 31.34% | 78.82% |
CMYK | 0.00% | 24.38% | 31.34% |
21.18% |
Hexadezimal | C9 | 98 | 8A |
Dezimal | 201 | 152 | 138 |
Binär | 11001001 | 10011000 | 10001010 |
Oktal | 311 | 230 | 212 |
Beispiele css- und html für Elemente in der Farbe #C9988A. Bitte benutzen Sie auch rgb(201,152,138) statt hex-Code.
.myTextColor { color: #C9988A; }
<p style="color:#C9988A">This sample text font color is #C9988A.</p>
Die Farbe dieses Textes ist #C9988A.
.myBgColor { background-color: #C9988A; }
<div style="background-color:#C9988A">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C9988A.
.myBorderColor { border: 1px solid #C9988A; }
<div style="border:3px solid #C9988A">Div</div>
Die Grenzen von diesem div sind in Farbe #C9988A.
.myOpacity80 { color: #C9988A; opacity: 0.8; }
<p style="color:#C9988A;opacity:0.8;">80%</p>
Text in Farbe #C9988A und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C9988A;}
<p style="text-shadow: 3px 3px 1px #C9988A">Text here.</p>
Dieser Text hat den Schatten in Farbe #C9988A.
.textShadow {text-shadow: 3px 3px 1px #C9988A, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C9988A, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C9988A und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C9988A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C9988A, Direction=45, Strength=4)">Text</p>
This text has shadow with #C9988A and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #C9988A; -webkit-box-shadow: 1px 1px 3px 2px #C9988A; box-shadow: 1px 1px 3px 2px #C9988A; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #C9988A; -webkit-box-shadow: 1px 1px 3px 2px #C9988A; box-shadow:1px 1px 3px 2px #C9988A;">
Div content here</div>
Dieser Text ist in der Farbe #C9988A auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C9988A auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C9988A.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C9988A.