HEX: #81B1DD
RGB: (129,177,221)
#81B1DD enthält hauptsächlich grüne und blaue Farbe. Für #81B1DD ist eine «websichere» Webfarbe #9999CC (oder kurz #99C).
Die Farbe #81B1DD wird in RGB als (129,177,221) definiert.
RGB: (129,177,221)
(51%, 69%, 87%)
R 129 von 255 = 51%
G 177 von 255 = 69%
B 221 von 255 = 87%
R + G + B ~ 69%. #81B1DD ziemlich helle Farbe.
R + G + B = 129 + 177 + 221 = 527 (100%)
R 129 von 527 ~ 24.48%
G 177 von 527 ~ 33.59%
B 221 von 527 ~ 41.94'%
Die Farbe #81B1DD wird in CMYK als (42,20,0,13) definiert.
CMYK: (42,20,0,13)
C42M20Y0K13 (42%, 20%, 0%, 13%)
(0.42 / 0.20 / 0.00 / 0.13)
Farbe #81B1DD in den populären Farbmodellen.
81 | B1 | DD | |
---|---|---|---|
RGB | 129 | 177 | 221 |
HSL | 209° | 57.50% | 68.63% |
HSB/HSV | 209° | 41.63% | 86.67% |
CMYK | 41.63% | 19.91% | 0.00% |
13.33% |
Die Farbe #81B1DD in den populären Zahlensystemen.
Hexadezimal | 81 | B1 | DD |
Dezimal | 129 | 177 | 221 |
Binär | 10000001 | 10110001 | 11011101 |
Oktal | 201 | 261 | 335 |
Dunkle Töne der Farbe #81B1DD
Helle Töne der Farbe #81B1DD
Beispiele css- und html für Elemente in der Farbe #81B1DD. Bitte benutzen Sie auch rgb(129,177,221) statt hex-Code.
.myTextColor { color: #81B1DD; }
<p style="color:#81B1DD">This sample text font color is #81B1DD.</p>
Die Farbe dieses Textes ist #81B1DD.
.myBgColor { background-color: #81B1DD; }
<div style="background-color:#81B1DD">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #81B1DD.
.myBorderColor { border: 1px solid #81B1DD; }
<div style="border:3px solid #81B1DD">Div</div>
Die Grenzen von diesem div sind in Farbe #81B1DD.
.myOpacity80 { color: #81B1DD; opacity: 0.8; }
<p style="color:#81B1DD;opacity:0.8;">80%</p>
Text in Farbe #81B1DD und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #81B1DD;}
<p style="text-shadow: 3px 3px 1px #81B1DD">Text here.</p>
Dieser Text hat den Schatten in Farbe #81B1DD.
.textShadow {text-shadow: 3px 3px 1px #81B1DD', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #81B1DD, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #81B1DD und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#81B1DD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#81B1DD, Direction=45, Strength=4)">Text</p>
This text has shadow with #81B1DD and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #81B1DD;
-webkit-box-shadow: 1px 1px 3px 2px #81B1DD;
box-shadow: 1px 1px 3px 2px #81B1DD;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #81B1DD; -webkit-box-shadow: 1px 1px 3px 2px #81B1DD; box-shadow:1px 1px 3px 2px #81B1DD;">
Div content here
</div>
Dieser Text ist in der Farbe #81B1DD auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #81B1DD auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #81B1DD.
Dieser Text ist weiß auf dem Hintergrund in Farbe #81B1DD.
Kontrastfarbe für #hex ist #7E4E22.