HEX: #C4C99A
RGB: (196,201,154)
#C4C99A enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #C4C99A ist eine «websichere» Webfarbe #CCCC99 (oder kurz #CC9).
Die Farbe #C4C99A wird in RGB als (196,201,154) definiert.
RGB: (196,201,154) (77%,79%,60%)
R 196 von 255 = 77%
G 201 von 255 = 79%
B 154 von 255 = 60%
R + G + B ~ 72%. #C4C99A ziemlich helle Farbe.
R + G + B =
196 + 201 + 154 = 551 (100%)
R 196 von 551 ~ 35.57%
G 201 von 551 ~ 36.48%
B 154 von 551 ~ 27.95%
Die Farbe #C4C99A wird in CMYK als (2,0,23,21) definiert.
CMYK: (2,0,23,21) C2M0Y23K21 (2%,0%,23%,21%) (0.02/0.00/0.23/0.21)
C4 | C9 | 9A | |
---|---|---|---|
RGB | 196 | 201 | 154 |
HSL | 66° | 30.32% | 69.61% |
HSB/HSV | 66° | 23.38% | 78.82% |
CMYK | 2.49% | 0.00% | 23.38% |
21.18% |
Hexadezimal | C4 | C9 | 9A |
Dezimal | 196 | 201 | 154 |
Binär | 11000100 | 11001001 | 10011010 |
Oktal | 304 | 311 | 232 |
Beispiele css- und html für Elemente in der Farbe #C4C99A. Bitte benutzen Sie auch rgb(196,201,154) statt hex-Code.
.myTextColor { color: #C4C99A; }
<p style="color:#C4C99A">This sample text font color is #C4C99A.</p>
Die Farbe dieses Textes ist #C4C99A.
.myBgColor { background-color: #C4C99A; }
<div style="background-color:#C4C99A">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C4C99A.
.myBorderColor { border: 1px solid #C4C99A; }
<div style="border:3px solid #C4C99A">Div</div>
Die Grenzen von diesem div sind in Farbe #C4C99A.
.myOpacity80 { color: #C4C99A; opacity: 0.8; }
<p style="color:#C4C99A;opacity:0.8;">80%</p>
Text in Farbe #C4C99A und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C4C99A;}
<p style="text-shadow: 3px 3px 1px #C4C99A">Text here.</p>
Dieser Text hat den Schatten in Farbe #C4C99A.
.textShadow {text-shadow: 3px 3px 1px #C4C99A, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C4C99A, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C4C99A und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C4C99A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C4C99A, Direction=45, Strength=4)">Text</p>
This text has shadow with #C4C99A and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #C4C99A; -webkit-box-shadow: 1px 1px 3px 2px #C4C99A; box-shadow: 1px 1px 3px 2px #C4C99A; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #C4C99A; -webkit-box-shadow: 1px 1px 3px 2px #C4C99A; box-shadow:1px 1px 3px 2px #C4C99A;">
Div content here</div>
Dieser Text ist in der Farbe #C4C99A auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C4C99A auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C4C99A.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C4C99A.