HEX: #C9BEDA
RGB: (201,190,218)
#C9BEDA enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #C9BEDA ist eine «websichere» Webfarbe #CCCCCC (oder kurz #CCC).
Die Farbe #C9BEDA wird in RGB als (201,190,218) definiert.
RGB: (201,190,218)
(79%, 75%, 85%)
R 201 von 255 = 79%
G 190 von 255 = 75%
B 218 von 255 = 85%
R + G + B ~ 80%. #C9BEDA ziemlich helle Farbe.
R + G + B = 201 + 190 + 218 = 609 (100%)
R 201 von 609 ~ 33%
G 190 von 609 ~ 31.2%
B 218 von 609 ~ 35.8'%
Die Farbe #C9BEDA wird in CMYK als (8,13,0,15) definiert.
CMYK: (8,13,0,15)
C8M13Y0K15 (8%, 13%, 0%, 15%)
(0.08 / 0.13 / 0.00 / 0.15)
Farbe #C9BEDA in den populären Farbmodellen.
C9 | BE | DA | |
---|---|---|---|
RGB | 201 | 190 | 218 |
HSL | 264° | 27.45% | 80.00% |
HSB/HSV | 264° | 12.84% | 85.49% |
CMYK | 7.80% | 12.84% | 0.00% |
14.51% |
Die Farbe #C9BEDA in den populären Zahlensystemen.
Hexadezimal | C9 | BE | DA |
Dezimal | 201 | 190 | 218 |
Binär | 11001001 | 10111110 | 11011010 |
Oktal | 311 | 276 | 332 |
Dunkle Töne der Farbe #C9BEDA
Helle Töne der Farbe #C9BEDA
Beispiele css- und html für Elemente in der Farbe #C9BEDA. Bitte benutzen Sie auch rgb(201,190,218) statt hex-Code.
.myTextColor { color: #C9BEDA; }
<p style="color:#C9BEDA">This sample text font color is #C9BEDA.</p>
Die Farbe dieses Textes ist #C9BEDA.
.myBgColor { background-color: #C9BEDA; }
<div style="background-color:#C9BEDA">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C9BEDA.
.myBorderColor { border: 1px solid #C9BEDA; }
<div style="border:3px solid #C9BEDA">Div</div>
Die Grenzen von diesem div sind in Farbe #C9BEDA.
.myOpacity80 { color: #C9BEDA; opacity: 0.8; }
<p style="color:#C9BEDA;opacity:0.8;">80%</p>
Text in Farbe #C9BEDA und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C9BEDA;}
<p style="text-shadow: 3px 3px 1px #C9BEDA">Text here.</p>
Dieser Text hat den Schatten in Farbe #C9BEDA.
.textShadow {text-shadow: 3px 3px 1px #C9BEDA', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C9BEDA, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C9BEDA und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C9BEDA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C9BEDA, Direction=45, Strength=4)">Text</p>
This text has shadow with #C9BEDA and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C9BEDA;
-webkit-box-shadow: 1px 1px 3px 2px #C9BEDA;
box-shadow: 1px 1px 3px 2px #C9BEDA;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C9BEDA; -webkit-box-shadow: 1px 1px 3px 2px #C9BEDA; box-shadow:1px 1px 3px 2px #C9BEDA;">
Div content here
</div>
Dieser Text ist in der Farbe #C9BEDA auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C9BEDA auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C9BEDA.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C9BEDA.
Kontrastfarbe für #C9BEDA ist #364125.