HEX: #DCDCDC
RGB: (220,220,220)
Die Farbenname ist Gainsboro. #DCDCDC enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #DCDCDC ist eine «websichere» Webfarbe #CCCCCC (oder kurz #CCC).
Die Farbe #DCDCDC wird in RGB als (220,220,220) definiert.
RGB: (220,220,220) (86%,86%,86%)
R 220 von 255 = 86%
G 220 von 255 = 86%
B 220 von 255 = 86%
R + G + B ~ 86%. #DCDCDC helle Farbe.
R + G + B =
220 + 220 + 220 = 660 (100%)
R 220 von 660 ~ 33.33%
G 220 von 660 ~ 33.33%
B 220 von 660 ~ 33.33%
Die Farbe #DCDCDC wird in CMYK als (0,0,0,14) definiert.
CMYK: (0,0,0,14) C0M0Y0K14 (0%,0%,0%,14%) (0.00/0.00/0.00/0.14)
DC | DC | DC | |
---|---|---|---|
RGB | 220 | 220 | 220 |
HSL | 0° | 0.00% | 0.86% |
HSB/HSV | 0° | 0.00% | 0.86% |
CMYK | 0.00% | 0.00% | 0.00% |
13.73% |
Hexadezimal | DC | DC | DC |
Dezimal | 220 | 220 | 220 |
Binär | 11011100 | 11011100 | 11011100 |
Oktal | 334 | 334 | 334 |
Beispiele css- und html für Elemente in der Farbe #DCDCDC. Bitte benutzen Sie auch rgb(220,220,220) statt hex-Code.
.myTextColor { color: #DCDCDC; }
<p style="color:#DCDCDC">This sample text font color is #DCDCDC.</p>
Die Farbe dieses Textes ist #DCDCDC.
.myBgColor { background-color: #DCDCDC; }
<div style="background-color:#DCDCDC">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #DCDCDC.
.myBorderColor { border: 1px solid #DCDCDC; }
<div style="border:3px solid #DCDCDC">Div</div>
Die Grenzen von diesem div sind in Farbe #DCDCDC.
.myOpacity80 { color: #DCDCDC; opacity: 0.8; }
<p style="color:#DCDCDC;opacity:0.8;">80%</p>
Text in Farbe #DCDCDC und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #DCDCDC;}
<p style="text-shadow: 3px 3px 1px #DCDCDC">Text here.</p>
Dieser Text hat den Schatten in Farbe #DCDCDC.
.textShadow {text-shadow: 3px 3px 1px #DCDCDC, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #DCDCDC, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #DCDCDC und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#DCDCDC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#DCDCDC, Direction=45, Strength=4)">Text</p>
This text has shadow with #DCDCDC and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #DCDCDC; -webkit-box-shadow: 1px 1px 3px 2px #DCDCDC; box-shadow: 1px 1px 3px 2px #DCDCDC; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #DCDCDC; -webkit-box-shadow: 1px 1px 3px 2px #DCDCDC; box-shadow:1px 1px 3px 2px #DCDCDC;">
Div content here</div>
Dieser Text ist in der Farbe #DCDCDC auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #DCDCDC auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #DCDCDC.
Dieser Text ist weiß auf dem Hintergrund in Farbe #DCDCDC.