HEX: #C7E4EC
RGB: (199,228,236)
#C7E4EC enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #C7E4EC ist eine «websichere» Webfarbe #CCCCFF (oder kurz #CCF).
Die Farbe #C7E4EC wird in RGB als (199,228,236) definiert.
RGB: (199,228,236)
(78%, 89%, 93%)
R 199 von 255 = 78%
G 228 von 255 = 89%
B 236 von 255 = 93%
R + G + B ~ 87%. #C7E4EC helle Farbe.
R + G + B = 199 + 228 + 236 = 663 (100%)
R 199 von 663 ~ 30.02%
G 228 von 663 ~ 34.39%
B 236 von 663 ~ 35.6'%
Die Farbe #C7E4EC wird in CMYK als (16,3,0,7) definiert.
CMYK: (16,3,0,7)
C16M3Y0K7 (16%, 3%, 0%, 7%)
(0.16 / 0.03 / 0.00 / 0.07)
Farbe #C7E4EC in den populären Farbmodellen.
C7 | E4 | EC | |
---|---|---|---|
RGB | 199 | 228 | 236 |
HSL | 193° | 49.33% | 85.29% |
HSB/HSV | 193° | 15.68% | 92.55% |
CMYK | 15.68% | 3.39% | 0.00% |
7.45% |
Die Farbe #C7E4EC in den populären Zahlensystemen.
Hexadezimal | C7 | E4 | EC |
Dezimal | 199 | 228 | 236 |
Binär | 11000111 | 11100100 | 11101100 |
Oktal | 307 | 344 | 354 |
Dunkle Töne der Farbe #C7E4EC
Helle Töne der Farbe #C7E4EC
Beispiele css- und html für Elemente in der Farbe #C7E4EC. Bitte benutzen Sie auch rgb(199,228,236) statt hex-Code.
.myTextColor { color: #C7E4EC; }
<p style="color:#C7E4EC">This sample text font color is #C7E4EC.</p>
Die Farbe dieses Textes ist #C7E4EC.
.myBgColor { background-color: #C7E4EC; }
<div style="background-color:#C7E4EC">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C7E4EC.
.myBorderColor { border: 1px solid #C7E4EC; }
<div style="border:3px solid #C7E4EC">Div</div>
Die Grenzen von diesem div sind in Farbe #C7E4EC.
.myOpacity80 { color: #C7E4EC; opacity: 0.8; }
<p style="color:#C7E4EC;opacity:0.8;">80%</p>
Text in Farbe #C7E4EC und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C7E4EC;}
<p style="text-shadow: 3px 3px 1px #C7E4EC">Text here.</p>
Dieser Text hat den Schatten in Farbe #C7E4EC.
.textShadow {text-shadow: 3px 3px 1px #C7E4EC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C7E4EC, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C7E4EC und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C7E4EC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C7E4EC, Direction=45, Strength=4)">Text</p>
This text has shadow with #C7E4EC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C7E4EC;
-webkit-box-shadow: 1px 1px 3px 2px #C7E4EC;
box-shadow: 1px 1px 3px 2px #C7E4EC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C7E4EC; -webkit-box-shadow: 1px 1px 3px 2px #C7E4EC; box-shadow:1px 1px 3px 2px #C7E4EC;">
Div content here
</div>
Dieser Text ist in der Farbe #C7E4EC auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C7E4EC auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C7E4EC.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C7E4EC.
Kontrastfarbe für #hex ist #381B13.