HEX: #C9E9CE
RGB: (201,233,206)
#C9E9CE enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #C9E9CE ist eine «websichere» Webfarbe #CCFFCC (oder kurz #CFC).
Die Farbe #C9E9CE wird in RGB als (201,233,206) definiert.
RGB: (201,233,206)
(79%, 91%, 81%)
R 201 von 255 = 79%
G 233 von 255 = 91%
B 206 von 255 = 81%
R + G + B ~ 84%. #C9E9CE ziemlich helle Farbe.
R + G + B = 201 + 233 + 206 = 640 (100%)
R 201 von 640 ~ 31.41%
G 233 von 640 ~ 36.41%
B 206 von 640 ~ 32.19'%
Die Farbe #C9E9CE wird in CMYK als (14,0,12,9) definiert.
CMYK: (14,0,12,9)
C14M0Y12K9 (14%, 0%, 12%, 9%)
(0.14 / 0.00 / 0.12 / 0.09)
Farbe #C9E9CE in den populären Farbmodellen.
C9 | E9 | CE | |
---|---|---|---|
RGB | 201 | 233 | 206 |
HSL | 129° | 42.11% | 85.10% |
HSB/HSV | 129° | 13.73% | 91.37% |
CMYK | 13.73% | 0.00% | 11.59% |
8.63% |
Die Farbe #C9E9CE in den populären Zahlensystemen.
Hexadezimal | C9 | E9 | CE |
Dezimal | 201 | 233 | 206 |
Binär | 11001001 | 11101001 | 11001110 |
Oktal | 311 | 351 | 316 |
Dunkle Töne der Farbe #C9E9CE
Helle Töne der Farbe #C9E9CE
Beispiele css- und html für Elemente in der Farbe #C9E9CE. Bitte benutzen Sie auch rgb(201,233,206) statt hex-Code.
.myTextColor { color: #C9E9CE; }
<p style="color:#C9E9CE">This sample text font color is #C9E9CE.</p>
Die Farbe dieses Textes ist #C9E9CE.
.myBgColor { background-color: #C9E9CE; }
<div style="background-color:#C9E9CE">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C9E9CE.
.myBorderColor { border: 1px solid #C9E9CE; }
<div style="border:3px solid #C9E9CE">Div</div>
Die Grenzen von diesem div sind in Farbe #C9E9CE.
.myOpacity80 { color: #C9E9CE; opacity: 0.8; }
<p style="color:#C9E9CE;opacity:0.8;">80%</p>
Text in Farbe #C9E9CE und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C9E9CE;}
<p style="text-shadow: 3px 3px 1px #C9E9CE">Text here.</p>
Dieser Text hat den Schatten in Farbe #C9E9CE.
.textShadow {text-shadow: 3px 3px 1px #C9E9CE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C9E9CE, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C9E9CE und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C9E9CE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C9E9CE, Direction=45, Strength=4)">Text</p>
This text has shadow with #C9E9CE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C9E9CE;
-webkit-box-shadow: 1px 1px 3px 2px #C9E9CE;
box-shadow: 1px 1px 3px 2px #C9E9CE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C9E9CE; -webkit-box-shadow: 1px 1px 3px 2px #C9E9CE; box-shadow:1px 1px 3px 2px #C9E9CE;">
Div content here
</div>
Dieser Text ist in der Farbe #C9E9CE auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C9E9CE auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C9E9CE.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C9E9CE.
Kontrastfarbe für #C9E9CE ist #361631.