HEX: #C5C5EE
RGB: (197,197,238)
#C5C5EE enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #C5C5EE ist eine «websichere» Webfarbe #CCCCFF (oder kurz #CCF).
Die Farbe #C5C5EE wird in RGB als (197,197,238) definiert.
RGB: (197,197,238) (77%,77%,93%)
R 197 von 255 = 77%
G 197 von 255 = 77%
B 238 von 255 = 93%
R + G + B ~ 82%. #C5C5EE ziemlich helle Farbe.
R + G + B =
197 + 197 + 238 = 632 (100%)
R 197 von 632 ~ 31.17%
G 197 von 632 ~ 31.17%
B 238 von 632 ~ 37.66%
Die Farbe #C5C5EE wird in CMYK als (17,17,0,7) definiert.
CMYK: (17,17,0,7) C17M17Y0K7 (17%,17%,0%,7%) (0.17/0.17/0.00/0.07)
C5 | C5 | EE | |
---|---|---|---|
RGB | 197 | 197 | 238 |
HSL | 240° | 54.67% | 85.29% |
HSB/HSV | 240° | 17.23% | 93.33% |
CMYK | 17.23% | 17.23% | 0.00% |
6.67% |
Hexadezimal | C5 | C5 | EE |
Dezimal | 197 | 197 | 238 |
Binär | 11000101 | 11000101 | 11101110 |
Oktal | 305 | 305 | 356 |
Beispiele css- und html für Elemente in der Farbe #C5C5EE. Bitte benutzen Sie auch rgb(197,197,238) statt hex-Code.
.myTextColor { color: #C5C5EE; }
<p style="color:#C5C5EE">This sample text font color is #C5C5EE.</p>
Die Farbe dieses Textes ist #C5C5EE.
.myBgColor { background-color: #C5C5EE; }
<div style="background-color:#C5C5EE">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C5C5EE.
.myBorderColor { border: 1px solid #C5C5EE; }
<div style="border:3px solid #C5C5EE">Div</div>
Die Grenzen von diesem div sind in Farbe #C5C5EE.
.myOpacity80 { color: #C5C5EE; opacity: 0.8; }
<p style="color:#C5C5EE;opacity:0.8;">80%</p>
Text in Farbe #C5C5EE und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C5C5EE;}
<p style="text-shadow: 3px 3px 1px #C5C5EE">Text here.</p>
Dieser Text hat den Schatten in Farbe #C5C5EE.
.textShadow {text-shadow: 3px 3px 1px #C5C5EE, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C5C5EE, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C5C5EE und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C5C5EE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C5C5EE, Direction=45, Strength=4)">Text</p>
This text has shadow with #C5C5EE and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #C5C5EE; -webkit-box-shadow: 1px 1px 3px 2px #C5C5EE; box-shadow: 1px 1px 3px 2px #C5C5EE; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #C5C5EE; -webkit-box-shadow: 1px 1px 3px 2px #C5C5EE; box-shadow:1px 1px 3px 2px #C5C5EE;">
Div content here</div>
Dieser Text ist in der Farbe #C5C5EE auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C5C5EE auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C5C5EE.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C5C5EE.