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