HEX: #C5EBDD
RGB: (197,235,221)
#C5EBDD enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #C5EBDD ist eine «websichere» Webfarbe #CCFFCC (oder kurz #CFC).
Die Farbe #C5EBDD wird in RGB als (197,235,221) definiert.
RGB: (197,235,221) (77%,92%,87%)
R 197 von 255 = 77%
G 235 von 255 = 92%
B 221 von 255 = 87%
R + G + B ~ 85%. #C5EBDD ziemlich helle Farbe.
R + G + B =
197 + 235 + 221 = 653 (100%)
R 197 von 653 ~ 30.17%
G 235 von 653 ~ 35.99%
B 221 von 653 ~ 33.84%
Die Farbe #C5EBDD wird in CMYK als (16,0,6,8) definiert.
CMYK: (16,0,6,8) C16M0Y6K8 (16%,0%,6%,8%) (0.16/0.00/0.06/0.08)
C5 | EB | DD | |
---|---|---|---|
RGB | 197 | 235 | 221 |
HSL | 158° | 48.72% | 84.71% |
HSB/HSV | 158° | 16.17% | 92.16% |
CMYK | 16.17% | 0.00% | 5.96% |
7.84% |
Hexadezimal | C5 | EB | DD |
Dezimal | 197 | 235 | 221 |
Binär | 11000101 | 11101011 | 11011101 |
Oktal | 305 | 353 | 335 |
Beispiele css- und html für Elemente in der Farbe #C5EBDD. Bitte benutzen Sie auch rgb(197,235,221) statt hex-Code.
.myTextColor { color: #C5EBDD; }
<p style="color:#C5EBDD">This sample text font color is #C5EBDD.</p>
Die Farbe dieses Textes ist #C5EBDD.
.myBgColor { background-color: #C5EBDD; }
<div style="background-color:#C5EBDD">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C5EBDD.
.myBorderColor { border: 1px solid #C5EBDD; }
<div style="border:3px solid #C5EBDD">Div</div>
Die Grenzen von diesem div sind in Farbe #C5EBDD.
.myOpacity80 { color: #C5EBDD; opacity: 0.8; }
<p style="color:#C5EBDD;opacity:0.8;">80%</p>
Text in Farbe #C5EBDD und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C5EBDD;}
<p style="text-shadow: 3px 3px 1px #C5EBDD">Text here.</p>
Dieser Text hat den Schatten in Farbe #C5EBDD.
.textShadow {text-shadow: 3px 3px 1px #C5EBDD, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C5EBDD, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C5EBDD und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C5EBDD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C5EBDD, Direction=45, Strength=4)">Text</p>
This text has shadow with #C5EBDD and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #C5EBDD; -webkit-box-shadow: 1px 1px 3px 2px #C5EBDD; box-shadow: 1px 1px 3px 2px #C5EBDD; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #C5EBDD; -webkit-box-shadow: 1px 1px 3px 2px #C5EBDD; box-shadow:1px 1px 3px 2px #C5EBDD;">
Div content here</div>
Dieser Text ist in der Farbe #C5EBDD auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C5EBDD auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C5EBDD.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C5EBDD.