HEX: #C6B2BB
RGB: (198,178,187)
#C6B2BB enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #C6B2BB ist eine «websichere» Webfarbe #CC99CC (oder kurz #C9C).
Die Farbe #C6B2BB wird in RGB als (198,178,187) definiert.
RGB: (198,178,187) (78%,70%,73%)
R 198 von 255 = 78%
G 178 von 255 = 70%
B 187 von 255 = 73%
R + G + B ~ 74%. #C6B2BB ziemlich helle Farbe.
R + G + B =
198 + 178 + 187 = 563 (100%)
R 198 von 563 ~ 35.17%
G 178 von 563 ~ 31.62%
B 187 von 563 ~ 33.21%
Die Farbe #C6B2BB wird in CMYK als (0,10,6,22) definiert.
CMYK: (0,10,6,22) C0M10Y6K22 (0%,10%,6%,22%) (0.00/0.10/0.06/0.22)
C6 | B2 | BB | |
---|---|---|---|
RGB | 198 | 178 | 187 |
HSL | 333° | 14.93% | 73.73% |
HSB/HSV | 333° | 10.10% | 77.65% |
CMYK | 0.00% | 10.10% | 5.56% |
22.35% |
Hexadezimal | C6 | B2 | BB |
Dezimal | 198 | 178 | 187 |
Binär | 11000110 | 10110010 | 10111011 |
Oktal | 306 | 262 | 273 |
Beispiele css- und html für Elemente in der Farbe #C6B2BB. Bitte benutzen Sie auch rgb(198,178,187) statt hex-Code.
.myTextColor { color: #C6B2BB; }
<p style="color:#C6B2BB">This sample text font color is #C6B2BB.</p>
Die Farbe dieses Textes ist #C6B2BB.
.myBgColor { background-color: #C6B2BB; }
<div style="background-color:#C6B2BB">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C6B2BB.
.myBorderColor { border: 1px solid #C6B2BB; }
<div style="border:3px solid #C6B2BB">Div</div>
Die Grenzen von diesem div sind in Farbe #C6B2BB.
.myOpacity80 { color: #C6B2BB; opacity: 0.8; }
<p style="color:#C6B2BB;opacity:0.8;">80%</p>
Text in Farbe #C6B2BB und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C6B2BB;}
<p style="text-shadow: 3px 3px 1px #C6B2BB">Text here.</p>
Dieser Text hat den Schatten in Farbe #C6B2BB.
.textShadow {text-shadow: 3px 3px 1px #C6B2BB, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C6B2BB, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C6B2BB und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C6B2BB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C6B2BB, Direction=45, Strength=4)">Text</p>
This text has shadow with #C6B2BB and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #C6B2BB; -webkit-box-shadow: 1px 1px 3px 2px #C6B2BB; box-shadow: 1px 1px 3px 2px #C6B2BB; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #C6B2BB; -webkit-box-shadow: 1px 1px 3px 2px #C6B2BB; box-shadow:1px 1px 3px 2px #C6B2BB;">
Div content here</div>
Dieser Text ist in der Farbe #C6B2BB auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C6B2BB auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C6B2BB.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C6B2BB.