HEX: #C4BED5
RGB: (196,190,213)
#C4BED5 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #C4BED5 ist eine «websichere» Webfarbe #CCCCCC (oder kurz #CCC).
Die Farbe #C4BED5 wird in RGB als (196,190,213) definiert.
RGB: (196,190,213)
(77%, 75%, 84%)
R 196 von 255 = 77%
G 190 von 255 = 75%
B 213 von 255 = 84%
R + G + B ~ 79%. #C4BED5 ziemlich helle Farbe.
R + G + B = 196 + 190 + 213 = 599 (100%)
R 196 von 599 ~ 32.72%
G 190 von 599 ~ 31.72%
B 213 von 599 ~ 35.56'%
Die Farbe #C4BED5 wird in CMYK als (8,11,0,16) definiert.
CMYK: (8,11,0,16) C8M11Y0K16 (8%,11%,0%,16%) (0.08/0.11/0.00/0.16)
Farbe #C4BED5 in den populären Farbmodellen.
C4 | BE | D5 | |
---|---|---|---|
RGB | 196 | 190 | 213 |
HSL | 256° | 21.50% | 79.02% |
HSB/HSV | 256° | 10.80% | 83.53% |
CMYK | 7.98% | 10.80% | 0.00% |
16.47% |
Die Farbe #C4BED5 in den populären Zahlensystemen.
Hexadezimal | C4 | BE | D5 |
Dezimal | 196 | 190 | 213 |
Binär | 11000100 | 10111110 | 11010101 |
Oktal | 304 | 276 | 325 |
Dunkle Töne der Farbe #C4BED5
Helle Töne der Farbe #C4BED5
Beispiele css- und html für Elemente in der Farbe #C4BED5. Bitte benutzen Sie auch rgb(196,190,213) statt hex-Code.
.myTextColor { color: #C4BED5; }
<p style="color:#C4BED5">This sample text font color is #C4BED5.</p>
Die Farbe dieses Textes ist #C4BED5.
.myBgColor { background-color: #C4BED5; }
<div style="background-color:#C4BED5">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C4BED5.
.myBorderColor { border: 1px solid #C4BED5; }
<div style="border:3px solid #C4BED5">Div</div>
Die Grenzen von diesem div sind in Farbe #C4BED5.
.myOpacity80 { color: #C4BED5; opacity: 0.8; }
<p style="color:#C4BED5;opacity:0.8;">80%</p>
Text in Farbe #C4BED5 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C4BED5;}
<p style="text-shadow: 3px 3px 1px #C4BED5">Text here.</p>
Dieser Text hat den Schatten in Farbe #C4BED5.
.textShadow {text-shadow: 3px 3px 1px #C4BED5', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C4BED5, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C4BED5 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C4BED5, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C4BED5, Direction=45, Strength=4)">Text</p>
This text has shadow with #C4BED5 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C4BED5;
-webkit-box-shadow: 1px 1px 3px 2px #C4BED5;
box-shadow: 1px 1px 3px 2px #C4BED5;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C4BED5; -webkit-box-shadow: 1px 1px 3px 2px #C4BED5; box-shadow:1px 1px 3px 2px #C4BED5;">
Div content here
</div>
Dieser Text ist in der Farbe #C4BED5 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C4BED5 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C4BED5.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C4BED5.
Kontrastfarbe für #hex ist #3B412A.