HEX: #C5BBDA
RGB: (197,187,218)
#C5BBDA enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #C5BBDA ist eine «websichere» Webfarbe #CCCCCC (oder kurz #CCC).
Die Farbe #C5BBDA wird in RGB als (197,187,218) definiert.
RGB: (197,187,218)
(77%, 73%, 85%)
R 197 von 255 = 77%
G 187 von 255 = 73%
B 218 von 255 = 85%
R + G + B ~ 78%. #C5BBDA ziemlich helle Farbe.
R + G + B = 197 + 187 + 218 = 602 (100%)
R 197 von 602 ~ 32.72%
G 187 von 602 ~ 31.06%
B 218 von 602 ~ 36.21'%
Die Farbe #C5BBDA wird in CMYK als (10,14,0,15) definiert.
CMYK: (10,14,0,15)
C10M14Y0K15 (10%, 14%, 0%, 15%)
(0.10 / 0.14 / 0.00 / 0.15)
Farbe #C5BBDA in den populären Farbmodellen.
C5 | BB | DA | |
---|---|---|---|
RGB | 197 | 187 | 218 |
HSL | 259° | 29.52% | 79.41% |
HSB/HSV | 259° | 14.22% | 85.49% |
CMYK | 9.63% | 14.22% | 0.00% |
14.51% |
Die Farbe #C5BBDA in den populären Zahlensystemen.
Hexadezimal | C5 | BB | DA |
Dezimal | 197 | 187 | 218 |
Binär | 11000101 | 10111011 | 11011010 |
Oktal | 305 | 273 | 332 |
Dunkle Töne der Farbe #C5BBDA
Helle Töne der Farbe #C5BBDA
Beispiele css- und html für Elemente in der Farbe #C5BBDA. Bitte benutzen Sie auch rgb(197,187,218) statt hex-Code.
.myTextColor { color: #C5BBDA; }
<p style="color:#C5BBDA">This sample text font color is #C5BBDA.</p>
Die Farbe dieses Textes ist #C5BBDA.
.myBgColor { background-color: #C5BBDA; }
<div style="background-color:#C5BBDA">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C5BBDA.
.myBorderColor { border: 1px solid #C5BBDA; }
<div style="border:3px solid #C5BBDA">Div</div>
Die Grenzen von diesem div sind in Farbe #C5BBDA.
.myOpacity80 { color: #C5BBDA; opacity: 0.8; }
<p style="color:#C5BBDA;opacity:0.8;">80%</p>
Text in Farbe #C5BBDA und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C5BBDA;}
<p style="text-shadow: 3px 3px 1px #C5BBDA">Text here.</p>
Dieser Text hat den Schatten in Farbe #C5BBDA.
.textShadow {text-shadow: 3px 3px 1px #C5BBDA', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C5BBDA, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C5BBDA und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C5BBDA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C5BBDA, Direction=45, Strength=4)">Text</p>
This text has shadow with #C5BBDA and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C5BBDA;
-webkit-box-shadow: 1px 1px 3px 2px #C5BBDA;
box-shadow: 1px 1px 3px 2px #C5BBDA;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C5BBDA; -webkit-box-shadow: 1px 1px 3px 2px #C5BBDA; box-shadow:1px 1px 3px 2px #C5BBDA;">
Div content here
</div>
Dieser Text ist in der Farbe #C5BBDA auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C5BBDA auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C5BBDA.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C5BBDA.
Kontrastfarbe für #hex ist #3A4425.