HEX: #C4B0EB
RGB: (196,176,235)
#C4B0EB enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #C4B0EB ist eine «websichere» Webfarbe #CC99FF (oder kurz #C9F).
Die Farbe #C4B0EB wird in RGB als (196,176,235) definiert.
RGB: (196,176,235)
(77%, 69%, 92%)
R 196 von 255 = 77%
G 176 von 255 = 69%
B 235 von 255 = 92%
R + G + B ~ 79%. #C4B0EB ziemlich helle Farbe.
R + G + B = 196 + 176 + 235 = 607 (100%)
R 196 von 607 ~ 32.29%
G 176 von 607 ~ 29%
B 235 von 607 ~ 38.71'%
Die Farbe #C4B0EB wird in CMYK als (17,25,0,8) definiert.
CMYK: (17,25,0,8)
C17M25Y0K8 (17%, 25%, 0%, 8%)
(0.17 / 0.25 / 0.00 / 0.08)
Farbe #C4B0EB in den populären Farbmodellen.
C4 | B0 | EB | |
---|---|---|---|
RGB | 196 | 176 | 235 |
HSL | 260° | 59.60% | 80.59% |
HSB/HSV | 260° | 25.11% | 92.16% |
CMYK | 16.60% | 25.11% | 0.00% |
7.84% |
Die Farbe #C4B0EB in den populären Zahlensystemen.
Hexadezimal | C4 | B0 | EB |
Dezimal | 196 | 176 | 235 |
Binär | 11000100 | 10110000 | 11101011 |
Oktal | 304 | 260 | 353 |
Dunkle Töne der Farbe #C4B0EB
Helle Töne der Farbe #C4B0EB
Beispiele css- und html für Elemente in der Farbe #C4B0EB. Bitte benutzen Sie auch rgb(196,176,235) statt hex-Code.
.myTextColor { color: #C4B0EB; }
<p style="color:#C4B0EB">This sample text font color is #C4B0EB.</p>
Die Farbe dieses Textes ist #C4B0EB.
.myBgColor { background-color: #C4B0EB; }
<div style="background-color:#C4B0EB">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C4B0EB.
.myBorderColor { border: 1px solid #C4B0EB; }
<div style="border:3px solid #C4B0EB">Div</div>
Die Grenzen von diesem div sind in Farbe #C4B0EB.
.myOpacity80 { color: #C4B0EB; opacity: 0.8; }
<p style="color:#C4B0EB;opacity:0.8;">80%</p>
Text in Farbe #C4B0EB und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C4B0EB;}
<p style="text-shadow: 3px 3px 1px #C4B0EB">Text here.</p>
Dieser Text hat den Schatten in Farbe #C4B0EB.
.textShadow {text-shadow: 3px 3px 1px #C4B0EB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C4B0EB, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C4B0EB und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C4B0EB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C4B0EB, Direction=45, Strength=4)">Text</p>
This text has shadow with #C4B0EB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C4B0EB;
-webkit-box-shadow: 1px 1px 3px 2px #C4B0EB;
box-shadow: 1px 1px 3px 2px #C4B0EB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C4B0EB; -webkit-box-shadow: 1px 1px 3px 2px #C4B0EB; box-shadow:1px 1px 3px 2px #C4B0EB;">
Div content here
</div>
Dieser Text ist in der Farbe #C4B0EB auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C4B0EB auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C4B0EB.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C4B0EB.
Kontrastfarbe für #hex ist #3B4F14.