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