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