HEX: #63CCD6
RGB: (99,204,214)
#63CCD6 enthält hauptsächlich grüne und blaue Farbe. Für #63CCD6 ist eine «websichere» Webfarbe #66CCCC (oder kurz #6CC).
Die Farbe #63CCD6 wird in RGB als (99,204,214) definiert.
RGB: (99,204,214)
(39%, 80%, 84%)
R 99 von 255 = 39%
G 204 von 255 = 80%
B 214 von 255 = 84%
R + G + B ~ 68%. #63CCD6 ziemlich helle Farbe.
R + G + B = 99 + 204 + 214 = 517 (100%)
R 99 von 517 ~ 19.15%
G 204 von 517 ~ 39.46%
B 214 von 517 ~ 41.39'%
Die Farbe #63CCD6 wird in CMYK als (54,5,0,16) definiert.
CMYK: (54,5,0,16)
C54M5Y0K16 (54%, 5%, 0%, 16%)
(0.54 / 0.05 / 0.00 / 0.16)
Farbe #63CCD6 in den populären Farbmodellen.
63 | CC | D6 | |
---|---|---|---|
RGB | 99 | 204 | 214 |
HSL | 185° | 58.38% | 61.37% |
HSB/HSV | 185° | 53.74% | 83.92% |
CMYK | 53.74% | 4.67% | 0.00% |
16.08% |
Die Farbe #63CCD6 in den populären Zahlensystemen.
Hexadezimal | 63 | CC | D6 |
Dezimal | 99 | 204 | 214 |
Binär | 1100011 | 11001100 | 11010110 |
Oktal | 143 | 314 | 326 |
Dunkle Töne der Farbe #63CCD6
Helle Töne der Farbe #63CCD6
Beispiele css- und html für Elemente in der Farbe #63CCD6. Bitte benutzen Sie auch rgb(99,204,214) statt hex-Code.
.myTextColor { color: #63CCD6; }
<p style="color:#63CCD6">This sample text font color is #63CCD6.</p>
Die Farbe dieses Textes ist #63CCD6.
.myBgColor { background-color: #63CCD6; }
<div style="background-color:#63CCD6">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #63CCD6.
.myBorderColor { border: 1px solid #63CCD6; }
<div style="border:3px solid #63CCD6">Div</div>
Die Grenzen von diesem div sind in Farbe #63CCD6.
.myOpacity80 { color: #63CCD6; opacity: 0.8; }
<p style="color:#63CCD6;opacity:0.8;">80%</p>
Text in Farbe #63CCD6 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #63CCD6;}
<p style="text-shadow: 3px 3px 1px #63CCD6">Text here.</p>
Dieser Text hat den Schatten in Farbe #63CCD6.
.textShadow {text-shadow: 3px 3px 1px #63CCD6', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #63CCD6, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #63CCD6 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#63CCD6, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#63CCD6, Direction=45, Strength=4)">Text</p>
This text has shadow with #63CCD6 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #63CCD6;
-webkit-box-shadow: 1px 1px 3px 2px #63CCD6;
box-shadow: 1px 1px 3px 2px #63CCD6;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #63CCD6; -webkit-box-shadow: 1px 1px 3px 2px #63CCD6; box-shadow:1px 1px 3px 2px #63CCD6;">
Div content here
</div>
Dieser Text ist in der Farbe #63CCD6 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #63CCD6 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #63CCD6.
Dieser Text ist weiß auf dem Hintergrund in Farbe #63CCD6.
Kontrastfarbe für #hex ist #9C3329.