HEX: #C5EFBA
RGB: (197,239,186)
#C5EFBA enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #C5EFBA ist eine «websichere» Webfarbe #CCFFCC (oder kurz #CFC).
Die Farbe #C5EFBA wird in RGB als (197,239,186) definiert.
RGB: (197,239,186)
(77%, 94%, 73%)
R 197 von 255 = 77%
G 239 von 255 = 94%
B 186 von 255 = 73%
R + G + B ~ 81%. #C5EFBA ziemlich helle Farbe.
R + G + B = 197 + 239 + 186 = 622 (100%)
R 197 von 622 ~ 31.67%
G 239 von 622 ~ 38.42%
B 186 von 622 ~ 29.9'%
Die Farbe #C5EFBA wird in CMYK als (18,0,22,6) definiert.
CMYK: (18,0,22,6) C18M0Y22K6 (18%,0%,22%,6%) (0.18/0.00/0.22/0.06)
Farbe #C5EFBA in den populären Farbmodellen.
C5 | EF | BA | |
---|---|---|---|
RGB | 197 | 239 | 186 |
HSL | 108° | 62.35% | 83.33% |
HSB/HSV | 108° | 22.18% | 93.73% |
CMYK | 17.57% | 0.00% | 22.18% |
6.27% |
Die Farbe #C5EFBA in den populären Zahlensystemen.
Hexadezimal | C5 | EF | BA |
Dezimal | 197 | 239 | 186 |
Binär | 11000101 | 11101111 | 10111010 |
Oktal | 305 | 357 | 272 |
Dunkle Töne der Farbe #C5EFBA
Helle Töne der Farbe #C5EFBA
Beispiele css- und html für Elemente in der Farbe #C5EFBA. Bitte benutzen Sie auch rgb(197,239,186) statt hex-Code.
.myTextColor { color: #C5EFBA; }
<p style="color:#C5EFBA">This sample text font color is #C5EFBA.</p>
Die Farbe dieses Textes ist #C5EFBA.
.myBgColor { background-color: #C5EFBA; }
<div style="background-color:#C5EFBA">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C5EFBA.
.myBorderColor { border: 1px solid #C5EFBA; }
<div style="border:3px solid #C5EFBA">Div</div>
Die Grenzen von diesem div sind in Farbe #C5EFBA.
.myOpacity80 { color: #C5EFBA; opacity: 0.8; }
<p style="color:#C5EFBA;opacity:0.8;">80%</p>
Text in Farbe #C5EFBA und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C5EFBA;}
<p style="text-shadow: 3px 3px 1px #C5EFBA">Text here.</p>
Dieser Text hat den Schatten in Farbe #C5EFBA.
.textShadow {text-shadow: 3px 3px 1px #C5EFBA', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C5EFBA, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C5EFBA und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C5EFBA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C5EFBA, Direction=45, Strength=4)">Text</p>
This text has shadow with #C5EFBA and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C5EFBA;
-webkit-box-shadow: 1px 1px 3px 2px #C5EFBA;
box-shadow: 1px 1px 3px 2px #C5EFBA;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C5EFBA; -webkit-box-shadow: 1px 1px 3px 2px #C5EFBA; box-shadow:1px 1px 3px 2px #C5EFBA;">
Div content here
</div>
Dieser Text ist in der Farbe #C5EFBA auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C5EFBA auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C5EFBA.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C5EFBA.
Kontrastfarbe für #hex ist #3A1045.