HEX: #C3ADBB
RGB: (195,173,187)
#C3ADBB enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #C3ADBB ist eine «websichere» Webfarbe #CC99CC (oder kurz #C9C).
Die Farbe #C3ADBB wird in RGB als (195,173,187) definiert.
RGB: (195,173,187) (76%,68%,73%)
R 195 von 255 = 76%
G 173 von 255 = 68%
B 187 von 255 = 73%
R + G + B ~ 72%. #C3ADBB ziemlich helle Farbe.
R + G + B =
195 + 173 + 187 = 555 (100%)
R 195 von 555 ~ 35.14%
G 173 von 555 ~ 31.17%
B 187 von 555 ~ 33.69%
Die Farbe #C3ADBB wird in CMYK als (0,11,4,24) definiert.
CMYK: (0,11,4,24) C0M11Y4K24 (0%,11%,4%,24%) (0.00/0.11/0.04/0.24)
C3 | AD | BB | |
---|---|---|---|
RGB | 195 | 173 | 187 |
HSL | 322° | 15.49% | 72.16% |
HSB/HSV | 322° | 11.28% | 76.47% |
CMYK | 0.00% | 11.28% | 4.10% |
23.53% |
Hexadezimal | C3 | AD | BB |
Dezimal | 195 | 173 | 187 |
Binär | 11000011 | 10101101 | 10111011 |
Oktal | 303 | 255 | 273 |
Beispiele css- und html für Elemente in der Farbe #C3ADBB. Bitte benutzen Sie auch rgb(195,173,187) statt hex-Code.
.myTextColor { color: #C3ADBB; }
<p style="color:#C3ADBB">This sample text font color is #C3ADBB.</p>
Die Farbe dieses Textes ist #C3ADBB.
.myBgColor { background-color: #C3ADBB; }
<div style="background-color:#C3ADBB">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C3ADBB.
.myBorderColor { border: 1px solid #C3ADBB; }
<div style="border:3px solid #C3ADBB">Div</div>
Die Grenzen von diesem div sind in Farbe #C3ADBB.
.myOpacity80 { color: #C3ADBB; opacity: 0.8; }
<p style="color:#C3ADBB;opacity:0.8;">80%</p>
Text in Farbe #C3ADBB und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C3ADBB;}
<p style="text-shadow: 3px 3px 1px #C3ADBB">Text here.</p>
Dieser Text hat den Schatten in Farbe #C3ADBB.
.textShadow {text-shadow: 3px 3px 1px #C3ADBB, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C3ADBB, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C3ADBB und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C3ADBB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C3ADBB, Direction=45, Strength=4)">Text</p>
This text has shadow with #C3ADBB and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #C3ADBB; -webkit-box-shadow: 1px 1px 3px 2px #C3ADBB; box-shadow: 1px 1px 3px 2px #C3ADBB; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #C3ADBB; -webkit-box-shadow: 1px 1px 3px 2px #C3ADBB; box-shadow:1px 1px 3px 2px #C3ADBB;">
Div content here</div>
Dieser Text ist in der Farbe #C3ADBB auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C3ADBB auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C3ADBB.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C3ADBB.