HEX: #C4BADB
RGB: (196,186,219)
#C4BADB enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #C4BADB ist eine «websichere» Webfarbe #CCCCCC (oder kurz #CCC).
Die Farbe #C4BADB wird in RGB als (196,186,219) definiert.
RGB: (196,186,219)
(77%, 73%, 86%)
R 196 von 255 = 77%
G 186 von 255 = 73%
B 219 von 255 = 86%
R + G + B ~ 79%. #C4BADB ziemlich helle Farbe.
R + G + B = 196 + 186 + 219 = 601 (100%)
R 196 von 601 ~ 32.61%
G 186 von 601 ~ 30.95%
B 219 von 601 ~ 36.44'%
Die Farbe #C4BADB wird in CMYK als (11,15,0,14) definiert.
CMYK: (11,15,0,14)
C11M15Y0K14 (11%, 15%, 0%, 14%)
(0.11 / 0.15 / 0.00 / 0.14)
Farbe #C4BADB in den populären Farbmodellen.
C4 | BA | DB | |
---|---|---|---|
RGB | 196 | 186 | 219 |
HSL | 258° | 31.43% | 79.41% |
HSB/HSV | 258° | 15.07% | 85.88% |
CMYK | 10.50% | 15.07% | 0.00% |
14.12% |
Die Farbe #C4BADB in den populären Zahlensystemen.
Hexadezimal | C4 | BA | DB |
Dezimal | 196 | 186 | 219 |
Binär | 11000100 | 10111010 | 11011011 |
Oktal | 304 | 272 | 333 |
Dunkle Töne der Farbe #C4BADB
Helle Töne der Farbe #C4BADB
Beispiele css- und html für Elemente in der Farbe #C4BADB. Bitte benutzen Sie auch rgb(196,186,219) statt hex-Code.
.myTextColor { color: #C4BADB; }
<p style="color:#C4BADB">This sample text font color is #C4BADB.</p>
Die Farbe dieses Textes ist #C4BADB.
.myBgColor { background-color: #C4BADB; }
<div style="background-color:#C4BADB">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C4BADB.
.myBorderColor { border: 1px solid #C4BADB; }
<div style="border:3px solid #C4BADB">Div</div>
Die Grenzen von diesem div sind in Farbe #C4BADB.
.myOpacity80 { color: #C4BADB; opacity: 0.8; }
<p style="color:#C4BADB;opacity:0.8;">80%</p>
Text in Farbe #C4BADB und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C4BADB;}
<p style="text-shadow: 3px 3px 1px #C4BADB">Text here.</p>
Dieser Text hat den Schatten in Farbe #C4BADB.
.textShadow {text-shadow: 3px 3px 1px #C4BADB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C4BADB, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C4BADB und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C4BADB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C4BADB, Direction=45, Strength=4)">Text</p>
This text has shadow with #C4BADB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C4BADB;
-webkit-box-shadow: 1px 1px 3px 2px #C4BADB;
box-shadow: 1px 1px 3px 2px #C4BADB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C4BADB; -webkit-box-shadow: 1px 1px 3px 2px #C4BADB; box-shadow:1px 1px 3px 2px #C4BADB;">
Div content here
</div>
Dieser Text ist in der Farbe #C4BADB auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C4BADB auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C4BADB.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C4BADB.
Kontrastfarbe für #hex ist #3B4524.