HEX: #C7BECC
RGB: (199,190,204)
#C7BECC enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #C7BECC ist eine «websichere» Webfarbe #CCCCCC (oder kurz #CCC).
Die Farbe #C7BECC wird in RGB als (199,190,204) definiert.
RGB: (199,190,204)
(78%, 75%, 80%)
R 199 von 255 = 78%
G 190 von 255 = 75%
B 204 von 255 = 80%
R + G + B ~ 78%. #C7BECC ziemlich helle Farbe.
R + G + B = 199 + 190 + 204 = 593 (100%)
R 199 von 593 ~ 33.56%
G 190 von 593 ~ 32.04%
B 204 von 593 ~ 34.4'%
Die Farbe #C7BECC wird in CMYK als (2,7,0,20) definiert.
CMYK: (2,7,0,20)
C2M7Y0K20 (2%, 7%, 0%, 20%)
(0.02 / 0.07 / 0.00 / 0.20)
Farbe #C7BECC in den populären Farbmodellen.
C7 | BE | CC | |
---|---|---|---|
RGB | 199 | 190 | 204 |
HSL | 279° | 12.07% | 77.25% |
HSB/HSV | 279° | 6.86% | 80.00% |
CMYK | 2.45% | 6.86% | 0.00% |
20.00% |
Die Farbe #C7BECC in den populären Zahlensystemen.
Hexadezimal | C7 | BE | CC |
Dezimal | 199 | 190 | 204 |
Binär | 11000111 | 10111110 | 11001100 |
Oktal | 307 | 276 | 314 |
Dunkle Töne der Farbe #C7BECC
Helle Töne der Farbe #C7BECC
Beispiele css- und html für Elemente in der Farbe #C7BECC. Bitte benutzen Sie auch rgb(199,190,204) statt hex-Code.
.myTextColor { color: #C7BECC; }
<p style="color:#C7BECC">This sample text font color is #C7BECC.</p>
Die Farbe dieses Textes ist #C7BECC.
.myBgColor { background-color: #C7BECC; }
<div style="background-color:#C7BECC">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C7BECC.
.myBorderColor { border: 1px solid #C7BECC; }
<div style="border:3px solid #C7BECC">Div</div>
Die Grenzen von diesem div sind in Farbe #C7BECC.
.myOpacity80 { color: #C7BECC; opacity: 0.8; }
<p style="color:#C7BECC;opacity:0.8;">80%</p>
Text in Farbe #C7BECC und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C7BECC;}
<p style="text-shadow: 3px 3px 1px #C7BECC">Text here.</p>
Dieser Text hat den Schatten in Farbe #C7BECC.
.textShadow {text-shadow: 3px 3px 1px #C7BECC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C7BECC, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C7BECC und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C7BECC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C7BECC, Direction=45, Strength=4)">Text</p>
This text has shadow with #C7BECC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C7BECC;
-webkit-box-shadow: 1px 1px 3px 2px #C7BECC;
box-shadow: 1px 1px 3px 2px #C7BECC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C7BECC; -webkit-box-shadow: 1px 1px 3px 2px #C7BECC; box-shadow:1px 1px 3px 2px #C7BECC;">
Div content here
</div>
Dieser Text ist in der Farbe #C7BECC auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C7BECC auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C7BECC.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C7BECC.
Kontrastfarbe für #hex ist #384133.