HEX: #C6DDE4
RGB: (198,221,228)
#C6DDE4 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #C6DDE4 ist eine «websichere» Webfarbe #CCCCCC (oder kurz #CCC).
Die Farbe #C6DDE4 wird in RGB als (198,221,228) definiert.
RGB: (198,221,228)
(78%, 87%, 89%)
R 198 von 255 = 78%
G 221 von 255 = 87%
B 228 von 255 = 89%
R + G + B ~ 85%. #C6DDE4 ziemlich helle Farbe.
R + G + B = 198 + 221 + 228 = 647 (100%)
R 198 von 647 ~ 30.6%
G 221 von 647 ~ 34.16%
B 228 von 647 ~ 35.24'%
Die Farbe #C6DDE4 wird in CMYK als (13,3,0,11) definiert.
CMYK: (13,3,0,11)
C13M3Y0K11 (13%, 3%, 0%, 11%)
(0.13 / 0.03 / 0.00 / 0.11)
Farbe #C6DDE4 in den populären Farbmodellen.
C6 | DD | E4 | |
---|---|---|---|
RGB | 198 | 221 | 228 |
HSL | 194° | 35.71% | 83.53% |
HSB/HSV | 194° | 13.16% | 89.41% |
CMYK | 13.16% | 3.07% | 0.00% |
10.59% |
Die Farbe #C6DDE4 in den populären Zahlensystemen.
Hexadezimal | C6 | DD | E4 |
Dezimal | 198 | 221 | 228 |
Binär | 11000110 | 11011101 | 11100100 |
Oktal | 306 | 335 | 344 |
Dunkle Töne der Farbe #C6DDE4
Helle Töne der Farbe #C6DDE4
Beispiele css- und html für Elemente in der Farbe #C6DDE4. Bitte benutzen Sie auch rgb(198,221,228) statt hex-Code.
.myTextColor { color: #C6DDE4; }
<p style="color:#C6DDE4">This sample text font color is #C6DDE4.</p>
Die Farbe dieses Textes ist #C6DDE4.
.myBgColor { background-color: #C6DDE4; }
<div style="background-color:#C6DDE4">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C6DDE4.
.myBorderColor { border: 1px solid #C6DDE4; }
<div style="border:3px solid #C6DDE4">Div</div>
Die Grenzen von diesem div sind in Farbe #C6DDE4.
.myOpacity80 { color: #C6DDE4; opacity: 0.8; }
<p style="color:#C6DDE4;opacity:0.8;">80%</p>
Text in Farbe #C6DDE4 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C6DDE4;}
<p style="text-shadow: 3px 3px 1px #C6DDE4">Text here.</p>
Dieser Text hat den Schatten in Farbe #C6DDE4.
.textShadow {text-shadow: 3px 3px 1px #C6DDE4', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C6DDE4, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C6DDE4 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C6DDE4, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C6DDE4, Direction=45, Strength=4)">Text</p>
This text has shadow with #C6DDE4 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C6DDE4;
-webkit-box-shadow: 1px 1px 3px 2px #C6DDE4;
box-shadow: 1px 1px 3px 2px #C6DDE4;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C6DDE4; -webkit-box-shadow: 1px 1px 3px 2px #C6DDE4; box-shadow:1px 1px 3px 2px #C6DDE4;">
Div content here
</div>
Dieser Text ist in der Farbe #C6DDE4 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C6DDE4 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C6DDE4.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C6DDE4.
Kontrastfarbe für #hex ist #39221B.