HEX: #B993CC
RGB: (185,147,204)
#B993CC enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #B993CC ist eine «websichere» Webfarbe #CC99CC (oder kurz #C9C).
Die Farbe #B993CC wird in RGB als (185,147,204) definiert.
RGB: (185,147,204)
(73%, 58%, 80%)
R 185 von 255 = 73%
G 147 von 255 = 58%
B 204 von 255 = 80%
R + G + B ~ 70%. #B993CC ziemlich helle Farbe.
R + G + B = 185 + 147 + 204 = 536 (100%)
R 185 von 536 ~ 34.51%
G 147 von 536 ~ 27.43%
B 204 von 536 ~ 38.06'%
Die Farbe #B993CC wird in CMYK als (9,28,0,20) definiert.
CMYK: (9,28,0,20)
C9M28Y0K20 (9%, 28%, 0%, 20%)
(0.09 / 0.28 / 0.00 / 0.20)
Farbe #B993CC in den populären Farbmodellen.
B9 | 93 | CC | |
---|---|---|---|
RGB | 185 | 147 | 204 |
HSL | 280° | 35.85% | 68.82% |
HSB/HSV | 280° | 27.94% | 80.00% |
CMYK | 9.31% | 27.94% | 0.00% |
20.00% |
Die Farbe #B993CC in den populären Zahlensystemen.
Hexadezimal | B9 | 93 | CC |
Dezimal | 185 | 147 | 204 |
Binär | 10111001 | 10010011 | 11001100 |
Oktal | 271 | 223 | 314 |
Dunkle Töne der Farbe #B993CC
Helle Töne der Farbe #B993CC
Beispiele css- und html für Elemente in der Farbe #B993CC. Bitte benutzen Sie auch rgb(185,147,204) statt hex-Code.
.myTextColor { color: #B993CC; }
<p style="color:#B993CC">This sample text font color is #B993CC.</p>
Die Farbe dieses Textes ist #B993CC.
.myBgColor { background-color: #B993CC; }
<div style="background-color:#B993CC">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #B993CC.
.myBorderColor { border: 1px solid #B993CC; }
<div style="border:3px solid #B993CC">Div</div>
Die Grenzen von diesem div sind in Farbe #B993CC.
.myOpacity80 { color: #B993CC; opacity: 0.8; }
<p style="color:#B993CC;opacity:0.8;">80%</p>
Text in Farbe #B993CC und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B993CC;}
<p style="text-shadow: 3px 3px 1px #B993CC">Text here.</p>
Dieser Text hat den Schatten in Farbe #B993CC.
.textShadow {text-shadow: 3px 3px 1px #B993CC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B993CC, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #B993CC und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B993CC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B993CC, Direction=45, Strength=4)">Text</p>
This text has shadow with #B993CC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #B993CC;
-webkit-box-shadow: 1px 1px 3px 2px #B993CC;
box-shadow: 1px 1px 3px 2px #B993CC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B993CC; -webkit-box-shadow: 1px 1px 3px 2px #B993CC; box-shadow:1px 1px 3px 2px #B993CC;">
Div content here
</div>
Dieser Text ist in der Farbe #B993CC auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #B993CC auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #B993CC.
Dieser Text ist weiß auf dem Hintergrund in Farbe #B993CC.
Kontrastfarbe für #hex ist #466C33.