HEX: #CC84AB
RGB: (204,132,171)
Il colore #CC84AB contiene principalmente il rosso e il blu. Per il #CC84AB il colore web safe è #CC9999 (#C99).
Il colore CC84AB in RGB è definito come 204,132,171
RGB: (204,132,171) (80%,52%,67%)
R 204 da 255 = 80%
G 132 da 255 = 52%
B 171 da 255 = 67%
R + G + B ~ 66%. #CC84AB colore abbastanza chiaro.
R + G + B =
204 + 132 + 171 = 507 (100%)
R 204 da 507 ~ 40.24%
G 132 da 507 ~ 26.04%
B 171 da 507 ~ 33.73%
Il colore #CC84AB in CMYK è definito come 0,35,16,20.
CMYK: (0,35,16,20) C0M35Y16K20 (0%,35%,16%,20%) (0.00/0.35/0.16/0.20)
CC | 84 | AB | |
---|---|---|---|
RGB | 204 | 132 | 171 |
HSL | 328° | 41.38% | 65.88% |
HSB/HSV | 328° | 35.29% | 80.00% |
CMYK | 0.00% | 35.29% | 16.18% |
20.00% |
Esadicemale | CC | 84 | AB |
Decimale | 204 | 132 | 171 |
Binario | 11001100 | 10000100 | 10101011 |
Ottale | 314 | 204 | 253 |
Esempi dei codici css e html per gli elementi di colore #CC84AB. Utilizzate rgb(204,132,171) anche al posto del codice hex.
.myTextColor { color: #CC84AB; }
<p style="color:#CC84AB">This sample text font color is #CC84AB.</p>
Il colore di questo testo è #CC84AB.
.myBgColor { background-color: #CC84AB; }
<div style="background-color:#CC84AB">Inner text</div>
Questo div ha lo sfondo di colore #CC84AB.
.myBorderColor { border: 1px solid #CC84AB; }
<div style="border:3px solid #CC84AB">Div</div>
Questo div ha i bordi di colore CC84AB.
.myOpacity80 { color: #CC84AB; opacity: 0.8; }
<p style="color:#CC84AB;opacity:0.8;">80%</p>
Il testo di color #CC84AB e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #CC84AB;}
<p style="text-shadow: 3px 3px 1px #CC84AB">Text here.</p>
Questo testo ha l'ombra di colore #CC84AB.
.textShadow {text-shadow: 3px 3px 1px #CC84AB, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #CC84AB, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #CC84AB e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#CC84AB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#CC84AB, Direction=45, Strength=4)">Text</p>
This text has shadow with #CC84AB and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #CC84AB; -webkit-box-shadow: 1px 1px 3px 2px #CC84AB; box-shadow: 1px 1px 3px 2px #CC84AB; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #CC84AB; -webkit-box-shadow: 1px 1px 3px 2px #CC84AB; box-shadow:1px 1px 3px 2px #CC84AB;">
Div content here</div>
Questo e il testo di colore #CC84AB sullo sfondo nero.
Questo e il testo di colore #CC84AB sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #CC84AB.
Questo è un testo bianco sullo sfondo del colore #CC84AB.