HEX: #CCBABB
RGB: (204,186,187)
#CCBABB enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #CCBABB ist eine «websichere» Webfarbe #CCCCCC (oder kurz #CCC).
Die Farbe #CCBABB wird in RGB als (204,186,187) definiert.
RGB: (204,186,187) (80%,73%,73%)
R 204 von 255 = 80%
G 186 von 255 = 73%
B 187 von 255 = 73%
R + G + B ~ 75%. #CCBABB ziemlich helle Farbe.
R + G + B =
204 + 186 + 187 = 577 (100%)
R 204 von 577 ~ 35.36%
G 186 von 577 ~ 32.24%
B 187 von 577 ~ 32.41%
Die Farbe #CCBABB wird in CMYK als (0,9,8,20) definiert.
CMYK: (0,9,8,20) C0M9Y8K20 (0%,9%,8%,20%) (0.00/0.09/0.08/0.20)
CC | BA | BB | |
---|---|---|---|
RGB | 204 | 186 | 187 |
HSL | 357° | 15.00% | 76.47% |
HSB/HSV | 357° | 8.82% | 80.00% |
CMYK | 0.00% | 8.82% | 8.33% |
20.00% |
Hexadezimal | CC | BA | BB |
Dezimal | 204 | 186 | 187 |
Binär | 11001100 | 10111010 | 10111011 |
Oktal | 314 | 272 | 273 |
Beispiele css- und html für Elemente in der Farbe #CCBABB. Bitte benutzen Sie auch rgb(204,186,187) statt hex-Code.
.myTextColor { color: #CCBABB; }
<p style="color:#CCBABB">This sample text font color is #CCBABB.</p>
Die Farbe dieses Textes ist #CCBABB.
.myBgColor { background-color: #CCBABB; }
<div style="background-color:#CCBABB">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #CCBABB.
.myBorderColor { border: 1px solid #CCBABB; }
<div style="border:3px solid #CCBABB">Div</div>
Die Grenzen von diesem div sind in Farbe #CCBABB.
.myOpacity80 { color: #CCBABB; opacity: 0.8; }
<p style="color:#CCBABB;opacity:0.8;">80%</p>
Text in Farbe #CCBABB und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #CCBABB;}
<p style="text-shadow: 3px 3px 1px #CCBABB">Text here.</p>
Dieser Text hat den Schatten in Farbe #CCBABB.
.textShadow {text-shadow: 3px 3px 1px #CCBABB, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #CCBABB, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #CCBABB und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#CCBABB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#CCBABB, Direction=45, Strength=4)">Text</p>
This text has shadow with #CCBABB and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #CCBABB; -webkit-box-shadow: 1px 1px 3px 2px #CCBABB; box-shadow: 1px 1px 3px 2px #CCBABB; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #CCBABB; -webkit-box-shadow: 1px 1px 3px 2px #CCBABB; box-shadow:1px 1px 3px 2px #CCBABB;">
Div content here</div>
Dieser Text ist in der Farbe #CCBABB auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #CCBABB auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #CCBABB.
Dieser Text ist weiß auf dem Hintergrund in Farbe #CCBABB.