HEX: #C7949D
RGB: (199,148,157)
#C7949D enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #C7949D ist eine «websichere» Webfarbe #CC9999 (oder kurz #C99).
Die Farbe #C7949D wird in RGB als (199,148,157) definiert.
RGB: (199,148,157) (78%,58%,62%)
R 199 von 255 = 78%
G 148 von 255 = 58%
B 157 von 255 = 62%
R + G + B ~ 66%. #C7949D ziemlich helle Farbe.
R + G + B =
199 + 148 + 157 = 504 (100%)
R 199 von 504 ~ 39.48%
G 148 von 504 ~ 29.37%
B 157 von 504 ~ 31.15%
Die Farbe #C7949D wird in CMYK als (0,26,21,22) definiert.
CMYK: (0,26,21,22) C0M26Y21K22 (0%,26%,21%,22%) (0.00/0.26/0.21/0.22)
C7 | 94 | 9D | |
---|---|---|---|
RGB | 199 | 148 | 157 |
HSL | 349° | 31.29% | 68.04% |
HSB/HSV | 349° | 25.63% | 78.04% |
CMYK | 0.00% | 25.63% | 21.11% |
21.96% |
Hexadezimal | C7 | 94 | 9D |
Dezimal | 199 | 148 | 157 |
Binär | 11000111 | 10010100 | 10011101 |
Oktal | 307 | 224 | 235 |
Beispiele css- und html für Elemente in der Farbe #C7949D. Bitte benutzen Sie auch rgb(199,148,157) statt hex-Code.
.myTextColor { color: #C7949D; }
<p style="color:#C7949D">This sample text font color is #C7949D.</p>
Die Farbe dieses Textes ist #C7949D.
.myBgColor { background-color: #C7949D; }
<div style="background-color:#C7949D">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C7949D.
.myBorderColor { border: 1px solid #C7949D; }
<div style="border:3px solid #C7949D">Div</div>
Die Grenzen von diesem div sind in Farbe #C7949D.
.myOpacity80 { color: #C7949D; opacity: 0.8; }
<p style="color:#C7949D;opacity:0.8;">80%</p>
Text in Farbe #C7949D und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C7949D;}
<p style="text-shadow: 3px 3px 1px #C7949D">Text here.</p>
Dieser Text hat den Schatten in Farbe #C7949D.
.textShadow {text-shadow: 3px 3px 1px #C7949D, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C7949D, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C7949D und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C7949D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C7949D, Direction=45, Strength=4)">Text</p>
This text has shadow with #C7949D and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #C7949D; -webkit-box-shadow: 1px 1px 3px 2px #C7949D; box-shadow: 1px 1px 3px 2px #C7949D; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #C7949D; -webkit-box-shadow: 1px 1px 3px 2px #C7949D; box-shadow:1px 1px 3px 2px #C7949D;">
Div content here</div>
Dieser Text ist in der Farbe #C7949D auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C7949D auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C7949D.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C7949D.