HEX: #D7ADBC
RGB: (215,173,188)
#D7ADBC enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #D7ADBC ist eine «websichere» Webfarbe #CC99CC (oder kurz #C9C).
Die Farbe #D7ADBC wird in RGB als (215,173,188) definiert.
RGB: (215,173,188)
(84%, 68%, 74%)
R 215 von 255 = 84%
G 173 von 255 = 68%
B 188 von 255 = 74%
R + G + B ~ 75%. #D7ADBC ziemlich helle Farbe.
R + G + B = 215 + 173 + 188 = 576 (100%)
R 215 von 576 ~ 37.33%
G 173 von 576 ~ 30.03%
B 188 von 576 ~ 32.64'%
Die Farbe #D7ADBC wird in CMYK als (0,20,13,16) definiert.
CMYK: (0,20,13,16)
C0M20Y13K16 (0%, 20%, 13%, 16%)
(0.00 / 0.20 / 0.13 / 0.16)
Farbe #D7ADBC in den populären Farbmodellen.
D7 | AD | BC | |
---|---|---|---|
RGB | 215 | 173 | 188 |
HSL | 339° | 34.43% | 76.08% |
HSB/HSV | 339° | 19.53% | 84.31% |
CMYK | 0.00% | 19.53% | 12.56% |
15.69% |
Die Farbe #D7ADBC in den populären Zahlensystemen.
Hexadezimal | D7 | AD | BC |
Dezimal | 215 | 173 | 188 |
Binär | 11010111 | 10101101 | 10111100 |
Oktal | 327 | 255 | 274 |
Dunkle Töne der Farbe #D7ADBC
Helle Töne der Farbe #D7ADBC
Beispiele css- und html für Elemente in der Farbe #D7ADBC. Bitte benutzen Sie auch rgb(215,173,188) statt hex-Code.
.myTextColor { color: #D7ADBC; }
<p style="color:#D7ADBC">This sample text font color is #D7ADBC.</p>
Die Farbe dieses Textes ist #D7ADBC.
.myBgColor { background-color: #D7ADBC; }
<div style="background-color:#D7ADBC">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #D7ADBC.
.myBorderColor { border: 1px solid #D7ADBC; }
<div style="border:3px solid #D7ADBC">Div</div>
Die Grenzen von diesem div sind in Farbe #D7ADBC.
.myOpacity80 { color: #D7ADBC; opacity: 0.8; }
<p style="color:#D7ADBC;opacity:0.8;">80%</p>
Text in Farbe #D7ADBC und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #D7ADBC;}
<p style="text-shadow: 3px 3px 1px #D7ADBC">Text here.</p>
Dieser Text hat den Schatten in Farbe #D7ADBC.
.textShadow {text-shadow: 3px 3px 1px #D7ADBC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #D7ADBC, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #D7ADBC und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D7ADBC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#D7ADBC, Direction=45, Strength=4)">Text</p>
This text has shadow with #D7ADBC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #D7ADBC;
-webkit-box-shadow: 1px 1px 3px 2px #D7ADBC;
box-shadow: 1px 1px 3px 2px #D7ADBC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #D7ADBC; -webkit-box-shadow: 1px 1px 3px 2px #D7ADBC; box-shadow:1px 1px 3px 2px #D7ADBC;">
Div content here
</div>
Dieser Text ist in der Farbe #D7ADBC auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #D7ADBC auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #D7ADBC.
Dieser Text ist weiß auf dem Hintergrund in Farbe #D7ADBC.
Kontrastfarbe für #hex ist #285243.