HEX: #C9D096
RGB: (201,208,150)
#C9D096 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #C9D096 ist eine «websichere» Webfarbe #CCCC99 (oder kurz #CC9).
Die Farbe #C9D096 wird in RGB als (201,208,150) definiert.
RGB: (201,208,150) (79%,82%,59%)
R 201 von 255 = 79%
G 208 von 255 = 82%
B 150 von 255 = 59%
R + G + B ~ 73%. #C9D096 ziemlich helle Farbe.
R + G + B =
201 + 208 + 150 = 559 (100%)
R 201 von 559 ~ 35.96%
G 208 von 559 ~ 37.21%
B 150 von 559 ~ 26.83%
Die Farbe #C9D096 wird in CMYK als (3,0,28,18) definiert.
CMYK: (3,0,28,18) C3M0Y28K18 (3%,0%,28%,18%) (0.03/0.00/0.28/0.18)
C9 | D0 | 96 | |
---|---|---|---|
RGB | 201 | 208 | 150 |
HSL | 67° | 38.16% | 70.20% |
HSB/HSV | 67° | 27.88% | 81.57% |
CMYK | 3.37% | 0.00% | 27.88% |
18.43% |
Hexadezimal | C9 | D0 | 96 |
Dezimal | 201 | 208 | 150 |
Binär | 11001001 | 11010000 | 10010110 |
Oktal | 311 | 320 | 226 |
Beispiele css- und html für Elemente in der Farbe #C9D096. Bitte benutzen Sie auch rgb(201,208,150) statt hex-Code.
.myTextColor { color: #C9D096; }
<p style="color:#C9D096">This sample text font color is #C9D096.</p>
Die Farbe dieses Textes ist #C9D096.
.myBgColor { background-color: #C9D096; }
<div style="background-color:#C9D096">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C9D096.
.myBorderColor { border: 1px solid #C9D096; }
<div style="border:3px solid #C9D096">Div</div>
Die Grenzen von diesem div sind in Farbe #C9D096.
.myOpacity80 { color: #C9D096; opacity: 0.8; }
<p style="color:#C9D096;opacity:0.8;">80%</p>
Text in Farbe #C9D096 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C9D096;}
<p style="text-shadow: 3px 3px 1px #C9D096">Text here.</p>
Dieser Text hat den Schatten in Farbe #C9D096.
.textShadow {text-shadow: 3px 3px 1px #C9D096, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C9D096, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C9D096 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C9D096, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C9D096, Direction=45, Strength=4)">Text</p>
This text has shadow with #C9D096 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #C9D096; -webkit-box-shadow: 1px 1px 3px 2px #C9D096; box-shadow: 1px 1px 3px 2px #C9D096; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #C9D096; -webkit-box-shadow: 1px 1px 3px 2px #C9D096; box-shadow:1px 1px 3px 2px #C9D096;">
Div content here</div>
Dieser Text ist in der Farbe #C9D096 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C9D096 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C9D096.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C9D096.