HEX: #C6F0EB
RGB: (198,240,235)
#C6F0EB enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #C6F0EB ist eine «websichere» Webfarbe #CCFFFF (oder kurz #CFF).
Die Farbe #C6F0EB wird in RGB als (198,240,235) definiert.
RGB: (198,240,235)
(78%, 94%, 92%)
R 198 von 255 = 78%
G 240 von 255 = 94%
B 235 von 255 = 92%
R + G + B ~ 88%. #C6F0EB helle Farbe.
R + G + B = 198 + 240 + 235 = 673 (100%)
R 198 von 673 ~ 29.42%
G 240 von 673 ~ 35.66%
B 235 von 673 ~ 34.92'%
Die Farbe #C6F0EB wird in CMYK als (18,0,2,6) definiert.
CMYK: (18,0,2,6)
C18M0Y2K6 (18%, 0%, 2%, 6%)
(0.18 / 0.00 / 0.02 / 0.06)
Farbe #C6F0EB in den populären Farbmodellen.
C6 | F0 | EB | |
---|---|---|---|
RGB | 198 | 240 | 235 |
HSL | 173° | 58.33% | 85.88% |
HSB/HSV | 173° | 17.50% | 94.12% |
CMYK | 17.50% | 0.00% | 2.08% |
5.88% |
Die Farbe #C6F0EB in den populären Zahlensystemen.
Hexadezimal | C6 | F0 | EB |
Dezimal | 198 | 240 | 235 |
Binär | 11000110 | 11110000 | 11101011 |
Oktal | 306 | 360 | 353 |
Dunkle Töne der Farbe #C6F0EB
Helle Töne der Farbe #C6F0EB
Beispiele css- und html für Elemente in der Farbe #C6F0EB. Bitte benutzen Sie auch rgb(198,240,235) statt hex-Code.
.myTextColor { color: #C6F0EB; }
<p style="color:#C6F0EB">This sample text font color is #C6F0EB.</p>
Die Farbe dieses Textes ist #C6F0EB.
.myBgColor { background-color: #C6F0EB; }
<div style="background-color:#C6F0EB">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C6F0EB.
.myBorderColor { border: 1px solid #C6F0EB; }
<div style="border:3px solid #C6F0EB">Div</div>
Die Grenzen von diesem div sind in Farbe #C6F0EB.
.myOpacity80 { color: #C6F0EB; opacity: 0.8; }
<p style="color:#C6F0EB;opacity:0.8;">80%</p>
Text in Farbe #C6F0EB und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C6F0EB;}
<p style="text-shadow: 3px 3px 1px #C6F0EB">Text here.</p>
Dieser Text hat den Schatten in Farbe #C6F0EB.
.textShadow {text-shadow: 3px 3px 1px #C6F0EB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C6F0EB, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C6F0EB und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C6F0EB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C6F0EB, Direction=45, Strength=4)">Text</p>
This text has shadow with #C6F0EB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C6F0EB;
-webkit-box-shadow: 1px 1px 3px 2px #C6F0EB;
box-shadow: 1px 1px 3px 2px #C6F0EB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C6F0EB; -webkit-box-shadow: 1px 1px 3px 2px #C6F0EB; box-shadow:1px 1px 3px 2px #C6F0EB;">
Div content here
</div>
Dieser Text ist in der Farbe #C6F0EB auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C6F0EB auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C6F0EB.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C6F0EB.
Kontrastfarbe für #hex ist #390F14.