HEX: #C5B5ED
RGB: (197,181,237)
#C5B5ED enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #C5B5ED ist eine «websichere» Webfarbe #CCCCFF (oder kurz #CCF).
Die Farbe #C5B5ED wird in RGB als (197,181,237) definiert.
RGB: (197,181,237)
(77%, 71%, 93%)
R 197 von 255 = 77%
G 181 von 255 = 71%
B 237 von 255 = 93%
R + G + B ~ 80%. #C5B5ED ziemlich helle Farbe.
R + G + B = 197 + 181 + 237 = 615 (100%)
R 197 von 615 ~ 32.03%
G 181 von 615 ~ 29.43%
B 237 von 615 ~ 38.54'%
Die Farbe #C5B5ED wird in CMYK als (17,24,0,7) definiert.
CMYK: (17,24,0,7)
C17M24Y0K7 (17%, 24%, 0%, 7%)
(0.17 / 0.24 / 0.00 / 0.07)
Farbe #C5B5ED in den populären Farbmodellen.
C5 | B5 | ED | |
---|---|---|---|
RGB | 197 | 181 | 237 |
HSL | 257° | 60.87% | 81.96% |
HSB/HSV | 257° | 23.63% | 92.94% |
CMYK | 16.88% | 23.63% | 0.00% |
7.06% |
Die Farbe #C5B5ED in den populären Zahlensystemen.
Hexadezimal | C5 | B5 | ED |
Dezimal | 197 | 181 | 237 |
Binär | 11000101 | 10110101 | 11101101 |
Oktal | 305 | 265 | 355 |
Dunkle Töne der Farbe #C5B5ED
Helle Töne der Farbe #C5B5ED
Beispiele css- und html für Elemente in der Farbe #C5B5ED. Bitte benutzen Sie auch rgb(197,181,237) statt hex-Code.
.myTextColor { color: #C5B5ED; }
<p style="color:#C5B5ED">This sample text font color is #C5B5ED.</p>
Die Farbe dieses Textes ist #C5B5ED.
.myBgColor { background-color: #C5B5ED; }
<div style="background-color:#C5B5ED">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C5B5ED.
.myBorderColor { border: 1px solid #C5B5ED; }
<div style="border:3px solid #C5B5ED">Div</div>
Die Grenzen von diesem div sind in Farbe #C5B5ED.
.myOpacity80 { color: #C5B5ED; opacity: 0.8; }
<p style="color:#C5B5ED;opacity:0.8;">80%</p>
Text in Farbe #C5B5ED und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C5B5ED;}
<p style="text-shadow: 3px 3px 1px #C5B5ED">Text here.</p>
Dieser Text hat den Schatten in Farbe #C5B5ED.
.textShadow {text-shadow: 3px 3px 1px #C5B5ED', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C5B5ED, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C5B5ED und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C5B5ED, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C5B5ED, Direction=45, Strength=4)">Text</p>
This text has shadow with #C5B5ED and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C5B5ED;
-webkit-box-shadow: 1px 1px 3px 2px #C5B5ED;
box-shadow: 1px 1px 3px 2px #C5B5ED;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C5B5ED; -webkit-box-shadow: 1px 1px 3px 2px #C5B5ED; box-shadow:1px 1px 3px 2px #C5B5ED;">
Div content here
</div>
Dieser Text ist in der Farbe #C5B5ED auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C5B5ED auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C5B5ED.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C5B5ED.
Kontrastfarbe für #C5B5ED ist #3A4A12.