HEX: #C5EEC5
RGB: (197,238,197)
#C5EEC5 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #C5EEC5 ist eine «websichere» Webfarbe #CCFFCC (oder kurz #CFC).
Die Farbe #C5EEC5 wird in RGB als (197,238,197) definiert.
RGB: (197,238,197) (77%,93%,77%)
R 197 von 255 = 77%
G 238 von 255 = 93%
B 197 von 255 = 77%
R + G + B ~ 82%. #C5EEC5 ziemlich helle Farbe.
R + G + B =
197 + 238 + 197 = 632 (100%)
R 197 von 632 ~ 31.17%
G 238 von 632 ~ 37.66%
B 197 von 632 ~ 31.17%
Die Farbe #C5EEC5 wird in CMYK als (17,0,17,7) definiert.
CMYK: (17,0,17,7) C17M0Y17K7 (17%,0%,17%,7%) (0.17/0.00/0.17/0.07)
C5 | EE | C5 | |
---|---|---|---|
RGB | 197 | 238 | 197 |
HSL | 120° | 54.67% | 85.29% |
HSB/HSV | 120° | 17.23% | 93.33% |
CMYK | 17.23% | 0.00% | 17.23% |
6.67% |
Hexadezimal | C5 | EE | C5 |
Dezimal | 197 | 238 | 197 |
Binär | 11000101 | 11101110 | 11000101 |
Oktal | 305 | 356 | 305 |
Beispiele css- und html für Elemente in der Farbe #C5EEC5. Bitte benutzen Sie auch rgb(197,238,197) statt hex-Code.
.myTextColor { color: #C5EEC5; }
<p style="color:#C5EEC5">This sample text font color is #C5EEC5.</p>
Die Farbe dieses Textes ist #C5EEC5.
.myBgColor { background-color: #C5EEC5; }
<div style="background-color:#C5EEC5">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C5EEC5.
.myBorderColor { border: 1px solid #C5EEC5; }
<div style="border:3px solid #C5EEC5">Div</div>
Die Grenzen von diesem div sind in Farbe #C5EEC5.
.myOpacity80 { color: #C5EEC5; opacity: 0.8; }
<p style="color:#C5EEC5;opacity:0.8;">80%</p>
Text in Farbe #C5EEC5 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C5EEC5;}
<p style="text-shadow: 3px 3px 1px #C5EEC5">Text here.</p>
Dieser Text hat den Schatten in Farbe #C5EEC5.
.textShadow {text-shadow: 3px 3px 1px #C5EEC5, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C5EEC5, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C5EEC5 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C5EEC5, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C5EEC5, Direction=45, Strength=4)">Text</p>
This text has shadow with #C5EEC5 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #C5EEC5; -webkit-box-shadow: 1px 1px 3px 2px #C5EEC5; box-shadow: 1px 1px 3px 2px #C5EEC5; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #C5EEC5; -webkit-box-shadow: 1px 1px 3px 2px #C5EEC5; box-shadow:1px 1px 3px 2px #C5EEC5;">
Div content here</div>
Dieser Text ist in der Farbe #C5EEC5 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C5EEC5 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C5EEC5.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C5EEC5.