HEX: #C7B5EB
RGB: (199,181,235)
#C7B5EB enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #C7B5EB ist eine «websichere» Webfarbe #CCCCFF (oder kurz #CCF).
Die Farbe #C7B5EB wird in RGB als (199,181,235) definiert.
RGB: (199,181,235)
(78%, 71%, 92%)
R 199 von 255 = 78%
G 181 von 255 = 71%
B 235 von 255 = 92%
R + G + B ~ 80%. #C7B5EB ziemlich helle Farbe.
R + G + B = 199 + 181 + 235 = 615 (100%)
R 199 von 615 ~ 32.36%
G 181 von 615 ~ 29.43%
B 235 von 615 ~ 38.21'%
Die Farbe #C7B5EB wird in CMYK als (15,23,0,8) definiert.
CMYK: (15,23,0,8)
C15M23Y0K8 (15%, 23%, 0%, 8%)
(0.15 / 0.23 / 0.00 / 0.08)
Farbe #C7B5EB in den populären Farbmodellen.
C7 | B5 | EB | |
---|---|---|---|
RGB | 199 | 181 | 235 |
HSL | 260° | 57.45% | 81.57% |
HSB/HSV | 260° | 22.98% | 92.16% |
CMYK | 15.32% | 22.98% | 0.00% |
7.84% |
Die Farbe #C7B5EB in den populären Zahlensystemen.
Hexadezimal | C7 | B5 | EB |
Dezimal | 199 | 181 | 235 |
Binär | 11000111 | 10110101 | 11101011 |
Oktal | 307 | 265 | 353 |
Dunkle Töne der Farbe #C7B5EB
Helle Töne der Farbe #C7B5EB
Beispiele css- und html für Elemente in der Farbe #C7B5EB. Bitte benutzen Sie auch rgb(199,181,235) statt hex-Code.
.myTextColor { color: #C7B5EB; }
<p style="color:#C7B5EB">This sample text font color is #C7B5EB.</p>
Die Farbe dieses Textes ist #C7B5EB.
.myBgColor { background-color: #C7B5EB; }
<div style="background-color:#C7B5EB">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C7B5EB.
.myBorderColor { border: 1px solid #C7B5EB; }
<div style="border:3px solid #C7B5EB">Div</div>
Die Grenzen von diesem div sind in Farbe #C7B5EB.
.myOpacity80 { color: #C7B5EB; opacity: 0.8; }
<p style="color:#C7B5EB;opacity:0.8;">80%</p>
Text in Farbe #C7B5EB und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C7B5EB;}
<p style="text-shadow: 3px 3px 1px #C7B5EB">Text here.</p>
Dieser Text hat den Schatten in Farbe #C7B5EB.
.textShadow {text-shadow: 3px 3px 1px #C7B5EB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C7B5EB, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C7B5EB und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C7B5EB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C7B5EB, Direction=45, Strength=4)">Text</p>
This text has shadow with #C7B5EB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C7B5EB;
-webkit-box-shadow: 1px 1px 3px 2px #C7B5EB;
box-shadow: 1px 1px 3px 2px #C7B5EB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C7B5EB; -webkit-box-shadow: 1px 1px 3px 2px #C7B5EB; box-shadow:1px 1px 3px 2px #C7B5EB;">
Div content here
</div>
Dieser Text ist in der Farbe #C7B5EB auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C7B5EB auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C7B5EB.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C7B5EB.
Kontrastfarbe für #hex ist #384A14.