HEX: #C5EBBA
RGB: (197,235,186)
#C5EBBA enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #C5EBBA ist eine «websichere» Webfarbe #CCFFCC (oder kurz #CFC).
Die Farbe #C5EBBA wird in RGB als (197,235,186) definiert.
RGB: (197,235,186) (77%,92%,73%)
R 197 von 255 = 77%
G 235 von 255 = 92%
B 186 von 255 = 73%
R + G + B ~ 81%. #C5EBBA ziemlich helle Farbe.
R + G + B =
197 + 235 + 186 = 618 (100%)
R 197 von 618 ~ 31.88%
G 235 von 618 ~ 38.03%
B 186 von 618 ~ 30.1%
Die Farbe #C5EBBA wird in CMYK als (16,0,21,8) definiert.
CMYK: (16,0,21,8) C16M0Y21K8 (16%,0%,21%,8%) (0.16/0.00/0.21/0.08)
C5 | EB | BA | |
---|---|---|---|
RGB | 197 | 235 | 186 |
HSL | 107° | 55.06% | 82.55% |
HSB/HSV | 107° | 20.85% | 92.16% |
CMYK | 16.17% | 0.00% | 20.85% |
7.84% |
Hexadezimal | C5 | EB | BA |
Dezimal | 197 | 235 | 186 |
Binär | 11000101 | 11101011 | 10111010 |
Oktal | 305 | 353 | 272 |
Beispiele css- und html für Elemente in der Farbe #C5EBBA. Bitte benutzen Sie auch rgb(197,235,186) statt hex-Code.
.myTextColor { color: #C5EBBA; }
<p style="color:#C5EBBA">This sample text font color is #C5EBBA.</p>
Die Farbe dieses Textes ist #C5EBBA.
.myBgColor { background-color: #C5EBBA; }
<div style="background-color:#C5EBBA">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C5EBBA.
.myBorderColor { border: 1px solid #C5EBBA; }
<div style="border:3px solid #C5EBBA">Div</div>
Die Grenzen von diesem div sind in Farbe #C5EBBA.
.myOpacity80 { color: #C5EBBA; opacity: 0.8; }
<p style="color:#C5EBBA;opacity:0.8;">80%</p>
Text in Farbe #C5EBBA und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C5EBBA;}
<p style="text-shadow: 3px 3px 1px #C5EBBA">Text here.</p>
Dieser Text hat den Schatten in Farbe #C5EBBA.
.textShadow {text-shadow: 3px 3px 1px #C5EBBA, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C5EBBA, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C5EBBA und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C5EBBA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C5EBBA, Direction=45, Strength=4)">Text</p>
This text has shadow with #C5EBBA and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #C5EBBA; -webkit-box-shadow: 1px 1px 3px 2px #C5EBBA; box-shadow: 1px 1px 3px 2px #C5EBBA; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #C5EBBA; -webkit-box-shadow: 1px 1px 3px 2px #C5EBBA; box-shadow:1px 1px 3px 2px #C5EBBA;">
Div content here</div>
Dieser Text ist in der Farbe #C5EBBA auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C5EBBA auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C5EBBA.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C5EBBA.