HEX: #C5EABE
RGB: (197,234,190)
#C5EABE enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #C5EABE ist eine «websichere» Webfarbe #CCFFCC (oder kurz #CFC).
Die Farbe #C5EABE wird in RGB als (197,234,190) definiert.
RGB: (197,234,190) (77%,92%,75%)
R 197 von 255 = 77%
G 234 von 255 = 92%
B 190 von 255 = 75%
R + G + B ~ 81%. #C5EABE ziemlich helle Farbe.
R + G + B =
197 + 234 + 190 = 621 (100%)
R 197 von 621 ~ 31.72%
G 234 von 621 ~ 37.68%
B 190 von 621 ~ 30.6%
Die Farbe #C5EABE wird in CMYK als (16,0,19,8) definiert.
CMYK: (16,0,19,8) C16M0Y19K8 (16%,0%,19%,8%) (0.16/0.00/0.19/0.08)
C5 | EA | BE | |
---|---|---|---|
RGB | 197 | 234 | 190 |
HSL | 110° | 51.16% | 83.14% |
HSB/HSV | 110° | 18.80% | 91.76% |
CMYK | 15.81% | 0.00% | 18.80% |
8.24% |
Hexadezimal | C5 | EA | BE |
Dezimal | 197 | 234 | 190 |
Binär | 11000101 | 11101010 | 10111110 |
Oktal | 305 | 352 | 276 |
Beispiele css- und html für Elemente in der Farbe #C5EABE. Bitte benutzen Sie auch rgb(197,234,190) statt hex-Code.
.myTextColor { color: #C5EABE; }
<p style="color:#C5EABE">This sample text font color is #C5EABE.</p>
Die Farbe dieses Textes ist #C5EABE.
.myBgColor { background-color: #C5EABE; }
<div style="background-color:#C5EABE">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C5EABE.
.myBorderColor { border: 1px solid #C5EABE; }
<div style="border:3px solid #C5EABE">Div</div>
Die Grenzen von diesem div sind in Farbe #C5EABE.
.myOpacity80 { color: #C5EABE; opacity: 0.8; }
<p style="color:#C5EABE;opacity:0.8;">80%</p>
Text in Farbe #C5EABE und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C5EABE;}
<p style="text-shadow: 3px 3px 1px #C5EABE">Text here.</p>
Dieser Text hat den Schatten in Farbe #C5EABE.
.textShadow {text-shadow: 3px 3px 1px #C5EABE, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C5EABE, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C5EABE und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C5EABE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C5EABE, Direction=45, Strength=4)">Text</p>
This text has shadow with #C5EABE and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #C5EABE; -webkit-box-shadow: 1px 1px 3px 2px #C5EABE; box-shadow: 1px 1px 3px 2px #C5EABE; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #C5EABE; -webkit-box-shadow: 1px 1px 3px 2px #C5EABE; box-shadow:1px 1px 3px 2px #C5EABE;">
Div content here</div>
Dieser Text ist in der Farbe #C5EABE auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C5EABE auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C5EABE.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C5EABE.