HEX: #C7BEDF
RGB: (199,190,223)
#C7BEDF enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #C7BEDF ist eine «websichere» Webfarbe #CCCCCC (oder kurz #CCC).
Die Farbe #C7BEDF wird in RGB als (199,190,223) definiert.
RGB: (199,190,223) (78%,75%,87%)
R 199 von 255 = 78%
G 190 von 255 = 75%
B 223 von 255 = 87%
R + G + B ~ 80%. #C7BEDF ziemlich helle Farbe.
R + G + B =
199 + 190 + 223 = 612 (100%)
R 199 von 612 ~ 32.52%
G 190 von 612 ~ 31.05%
B 223 von 612 ~ 36.44%
Die Farbe #C7BEDF wird in CMYK als (11,15,0,13) definiert.
CMYK: (11,15,0,13) C11M15Y0K13 (11%,15%,0%,13%) (0.11/0.15/0.00/0.13)
C7 | BE | DF | |
---|---|---|---|
RGB | 199 | 190 | 223 |
HSL | 256° | 34.02% | 80.98% |
HSB/HSV | 256° | 14.80% | 87.45% |
CMYK | 10.76% | 14.80% | 0.00% |
12.55% |
Hexadezimal | C7 | BE | DF |
Dezimal | 199 | 190 | 223 |
Binär | 11000111 | 10111110 | 11011111 |
Oktal | 307 | 276 | 337 |
Beispiele css- und html für Elemente in der Farbe #C7BEDF. Bitte benutzen Sie auch rgb(199,190,223) statt hex-Code.
.myTextColor { color: #C7BEDF; }
<p style="color:#C7BEDF">This sample text font color is #C7BEDF.</p>
Die Farbe dieses Textes ist #C7BEDF.
.myBgColor { background-color: #C7BEDF; }
<div style="background-color:#C7BEDF">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C7BEDF.
.myBorderColor { border: 1px solid #C7BEDF; }
<div style="border:3px solid #C7BEDF">Div</div>
Die Grenzen von diesem div sind in Farbe #C7BEDF.
.myOpacity80 { color: #C7BEDF; opacity: 0.8; }
<p style="color:#C7BEDF;opacity:0.8;">80%</p>
Text in Farbe #C7BEDF und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C7BEDF;}
<p style="text-shadow: 3px 3px 1px #C7BEDF">Text here.</p>
Dieser Text hat den Schatten in Farbe #C7BEDF.
.textShadow {text-shadow: 3px 3px 1px #C7BEDF, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C7BEDF, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C7BEDF und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C7BEDF, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C7BEDF, Direction=45, Strength=4)">Text</p>
This text has shadow with #C7BEDF and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #C7BEDF; -webkit-box-shadow: 1px 1px 3px 2px #C7BEDF; box-shadow: 1px 1px 3px 2px #C7BEDF; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #C7BEDF; -webkit-box-shadow: 1px 1px 3px 2px #C7BEDF; box-shadow:1px 1px 3px 2px #C7BEDF;">
Div content here</div>
Dieser Text ist in der Farbe #C7BEDF auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C7BEDF auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C7BEDF.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C7BEDF.