HEX: #C9EDDE
RGB: (201,237,222)
#C9EDDE enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #C9EDDE ist eine «websichere» Webfarbe #CCFFCC (oder kurz #CFC).
Die Farbe #C9EDDE wird in RGB als (201,237,222) definiert.
RGB: (201,237,222)
(79%, 93%, 87%)
R 201 von 255 = 79%
G 237 von 255 = 93%
B 222 von 255 = 87%
R + G + B ~ 86%. #C9EDDE helle Farbe.
R + G + B = 201 + 237 + 222 = 660 (100%)
R 201 von 660 ~ 30.45%
G 237 von 660 ~ 35.91%
B 222 von 660 ~ 33.64'%
Die Farbe #C9EDDE wird in CMYK als (15,0,6,7) definiert.
CMYK: (15,0,6,7) C15M0Y6K7 (15%,0%,6%,7%) (0.15/0.00/0.06/0.07)
Farbe #C9EDDE in den populären Farbmodellen.
C9 | ED | DE | |
---|---|---|---|
RGB | 201 | 237 | 222 |
HSL | 155° | 50.00% | 85.88% |
HSB/HSV | 155° | 15.19% | 92.94% |
CMYK | 15.19% | 0.00% | 6.33% |
7.06% |
Die Farbe #C9EDDE in den populären Zahlensystemen.
Hexadezimal | C9 | ED | DE |
Dezimal | 201 | 237 | 222 |
Binär | 11001001 | 11101101 | 11011110 |
Oktal | 311 | 355 | 336 |
Dunkle Töne der Farbe #C9EDDE
Helle Töne der Farbe #C9EDDE
Beispiele css- und html für Elemente in der Farbe #C9EDDE. Bitte benutzen Sie auch rgb(201,237,222) statt hex-Code.
.myTextColor { color: #C9EDDE; }
<p style="color:#C9EDDE">This sample text font color is #C9EDDE.</p>
Die Farbe dieses Textes ist #C9EDDE.
.myBgColor { background-color: #C9EDDE; }
<div style="background-color:#C9EDDE">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C9EDDE.
.myBorderColor { border: 1px solid #C9EDDE; }
<div style="border:3px solid #C9EDDE">Div</div>
Die Grenzen von diesem div sind in Farbe #C9EDDE.
.myOpacity80 { color: #C9EDDE; opacity: 0.8; }
<p style="color:#C9EDDE;opacity:0.8;">80%</p>
Text in Farbe #C9EDDE und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C9EDDE;}
<p style="text-shadow: 3px 3px 1px #C9EDDE">Text here.</p>
Dieser Text hat den Schatten in Farbe #C9EDDE.
.textShadow {text-shadow: 3px 3px 1px #C9EDDE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C9EDDE, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C9EDDE und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C9EDDE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C9EDDE, Direction=45, Strength=4)">Text</p>
This text has shadow with #C9EDDE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C9EDDE;
-webkit-box-shadow: 1px 1px 3px 2px #C9EDDE;
box-shadow: 1px 1px 3px 2px #C9EDDE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C9EDDE; -webkit-box-shadow: 1px 1px 3px 2px #C9EDDE; box-shadow:1px 1px 3px 2px #C9EDDE;">
Div content here
</div>
Dieser Text ist in der Farbe #C9EDDE auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C9EDDE auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C9EDDE.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C9EDDE.
Kontrastfarbe für #hex ist #361221.