HEX: #C7EDBC
RGB: (199,237,188)
#C7EDBC enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #C7EDBC ist eine «websichere» Webfarbe #CCFFCC (oder kurz #CFC).
Die Farbe #C7EDBC wird in RGB als (199,237,188) definiert.
RGB: (199,237,188) (78%,93%,74%)
R 199 von 255 = 78%
G 237 von 255 = 93%
B 188 von 255 = 74%
R + G + B ~ 82%. #C7EDBC ziemlich helle Farbe.
R + G + B =
199 + 237 + 188 = 624 (100%)
R 199 von 624 ~ 31.89%
G 237 von 624 ~ 37.98%
B 188 von 624 ~ 30.13%
Die Farbe #C7EDBC wird in CMYK als (16,0,21,7) definiert.
CMYK: (16,0,21,7) C16M0Y21K7 (16%,0%,21%,7%) (0.16/0.00/0.21/0.07)
C7 | ED | BC | |
---|---|---|---|
RGB | 199 | 237 | 188 |
HSL | 107° | 57.65% | 83.33% |
HSB/HSV | 107° | 20.68% | 92.94% |
CMYK | 16.03% | 0.00% | 20.68% |
7.06% |
Hexadezimal | C7 | ED | BC |
Dezimal | 199 | 237 | 188 |
Binär | 11000111 | 11101101 | 10111100 |
Oktal | 307 | 355 | 274 |
Beispiele css- und html für Elemente in der Farbe #C7EDBC. Bitte benutzen Sie auch rgb(199,237,188) statt hex-Code.
.myTextColor { color: #C7EDBC; }
<p style="color:#C7EDBC">This sample text font color is #C7EDBC.</p>
Die Farbe dieses Textes ist #C7EDBC.
.myBgColor { background-color: #C7EDBC; }
<div style="background-color:#C7EDBC">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C7EDBC.
.myBorderColor { border: 1px solid #C7EDBC; }
<div style="border:3px solid #C7EDBC">Div</div>
Die Grenzen von diesem div sind in Farbe #C7EDBC.
.myOpacity80 { color: #C7EDBC; opacity: 0.8; }
<p style="color:#C7EDBC;opacity:0.8;">80%</p>
Text in Farbe #C7EDBC und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C7EDBC;}
<p style="text-shadow: 3px 3px 1px #C7EDBC">Text here.</p>
Dieser Text hat den Schatten in Farbe #C7EDBC.
.textShadow {text-shadow: 3px 3px 1px #C7EDBC, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C7EDBC, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C7EDBC und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C7EDBC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C7EDBC, Direction=45, Strength=4)">Text</p>
This text has shadow with #C7EDBC and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #C7EDBC; -webkit-box-shadow: 1px 1px 3px 2px #C7EDBC; box-shadow: 1px 1px 3px 2px #C7EDBC; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #C7EDBC; -webkit-box-shadow: 1px 1px 3px 2px #C7EDBC; box-shadow:1px 1px 3px 2px #C7EDBC;">
Div content here</div>
Dieser Text ist in der Farbe #C7EDBC auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C7EDBC auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C7EDBC.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C7EDBC.