HEX: #C9CCBE
RGB: (201,204,190)
#C9CCBE enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #C9CCBE ist eine «websichere» Webfarbe #CCCCCC (oder kurz #CCC).
Die Farbe #C9CCBE wird in RGB als (201,204,190) definiert.
RGB: (201,204,190)
(79%, 80%, 75%)
R 201 von 255 = 79%
G 204 von 255 = 80%
B 190 von 255 = 75%
R + G + B ~ 78%. #C9CCBE ziemlich helle Farbe.
R + G + B = 201 + 204 + 190 = 595 (100%)
R 201 von 595 ~ 33.78%
G 204 von 595 ~ 34.29%
B 190 von 595 ~ 31.93'%
Die Farbe #C9CCBE wird in CMYK als (1,0,7,20) definiert.
CMYK: (1,0,7,20)
C1M0Y7K20 (1%, 0%, 7%, 20%)
(0.01 / 0.00 / 0.07 / 0.20)
Farbe #C9CCBE in den populären Farbmodellen.
C9 | CC | BE | |
---|---|---|---|
RGB | 201 | 204 | 190 |
HSL | 73° | 12.07% | 77.25% |
HSB/HSV | 73° | 6.86% | 80.00% |
CMYK | 1.47% | 0.00% | 6.86% |
20.00% |
Die Farbe #C9CCBE in den populären Zahlensystemen.
Hexadezimal | C9 | CC | BE |
Dezimal | 201 | 204 | 190 |
Binär | 11001001 | 11001100 | 10111110 |
Oktal | 311 | 314 | 276 |
Dunkle Töne der Farbe #C9CCBE
Helle Töne der Farbe #C9CCBE
Beispiele css- und html für Elemente in der Farbe #C9CCBE. Bitte benutzen Sie auch rgb(201,204,190) statt hex-Code.
.myTextColor { color: #C9CCBE; }
<p style="color:#C9CCBE">This sample text font color is #C9CCBE.</p>
Die Farbe dieses Textes ist #C9CCBE.
.myBgColor { background-color: #C9CCBE; }
<div style="background-color:#C9CCBE">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C9CCBE.
.myBorderColor { border: 1px solid #C9CCBE; }
<div style="border:3px solid #C9CCBE">Div</div>
Die Grenzen von diesem div sind in Farbe #C9CCBE.
.myOpacity80 { color: #C9CCBE; opacity: 0.8; }
<p style="color:#C9CCBE;opacity:0.8;">80%</p>
Text in Farbe #C9CCBE und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C9CCBE;}
<p style="text-shadow: 3px 3px 1px #C9CCBE">Text here.</p>
Dieser Text hat den Schatten in Farbe #C9CCBE.
.textShadow {text-shadow: 3px 3px 1px #C9CCBE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C9CCBE, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C9CCBE und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C9CCBE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C9CCBE, Direction=45, Strength=4)">Text</p>
This text has shadow with #C9CCBE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C9CCBE;
-webkit-box-shadow: 1px 1px 3px 2px #C9CCBE;
box-shadow: 1px 1px 3px 2px #C9CCBE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C9CCBE; -webkit-box-shadow: 1px 1px 3px 2px #C9CCBE; box-shadow:1px 1px 3px 2px #C9CCBE;">
Div content here
</div>
Dieser Text ist in der Farbe #C9CCBE auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C9CCBE auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C9CCBE.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C9CCBE.
Kontrastfarbe für #hex ist #363341.