HEX: #C6BECE
RGB: (198,190,206)
#C6BECE enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #C6BECE ist eine «websichere» Webfarbe #CCCCCC (oder kurz #CCC).
Die Farbe #C6BECE wird in RGB als (198,190,206) definiert.
RGB: (198,190,206)
(78%, 75%, 81%)
R 198 von 255 = 78%
G 190 von 255 = 75%
B 206 von 255 = 81%
R + G + B ~ 78%. #C6BECE ziemlich helle Farbe.
R + G + B = 198 + 190 + 206 = 594 (100%)
R 198 von 594 ~ 33.33%
G 190 von 594 ~ 31.99%
B 206 von 594 ~ 34.68'%
Die Farbe #C6BECE wird in CMYK als (4,8,0,19) definiert.
CMYK: (4,8,0,19)
C4M8Y0K19 (4%, 8%, 0%, 19%)
(0.04 / 0.08 / 0.00 / 0.19)
Farbe #C6BECE in den populären Farbmodellen.
C6 | BE | CE | |
---|---|---|---|
RGB | 198 | 190 | 206 |
HSL | 270° | 14.04% | 77.65% |
HSB/HSV | 270° | 7.77% | 80.78% |
CMYK | 3.88% | 7.77% | 0.00% |
19.22% |
Die Farbe #C6BECE in den populären Zahlensystemen.
Hexadezimal | C6 | BE | CE |
Dezimal | 198 | 190 | 206 |
Binär | 11000110 | 10111110 | 11001110 |
Oktal | 306 | 276 | 316 |
Dunkle Töne der Farbe #C6BECE
Helle Töne der Farbe #C6BECE
Beispiele css- und html für Elemente in der Farbe #C6BECE. Bitte benutzen Sie auch rgb(198,190,206) statt hex-Code.
.myTextColor { color: #C6BECE; }
<p style="color:#C6BECE">This sample text font color is #C6BECE.</p>
Die Farbe dieses Textes ist #C6BECE.
.myBgColor { background-color: #C6BECE; }
<div style="background-color:#C6BECE">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C6BECE.
.myBorderColor { border: 1px solid #C6BECE; }
<div style="border:3px solid #C6BECE">Div</div>
Die Grenzen von diesem div sind in Farbe #C6BECE.
.myOpacity80 { color: #C6BECE; opacity: 0.8; }
<p style="color:#C6BECE;opacity:0.8;">80%</p>
Text in Farbe #C6BECE und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C6BECE;}
<p style="text-shadow: 3px 3px 1px #C6BECE">Text here.</p>
Dieser Text hat den Schatten in Farbe #C6BECE.
.textShadow {text-shadow: 3px 3px 1px #C6BECE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C6BECE, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C6BECE und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C6BECE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C6BECE, Direction=45, Strength=4)">Text</p>
This text has shadow with #C6BECE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C6BECE;
-webkit-box-shadow: 1px 1px 3px 2px #C6BECE;
box-shadow: 1px 1px 3px 2px #C6BECE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C6BECE; -webkit-box-shadow: 1px 1px 3px 2px #C6BECE; box-shadow:1px 1px 3px 2px #C6BECE;">
Div content here
</div>
Dieser Text ist in der Farbe #C6BECE auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C6BECE auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C6BECE.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C6BECE.
Kontrastfarbe für #hex ist #394131.