HEX: #D498AB
RGB: (212,152,171)
Il colore #D498AB contiene principalmente il rosso e il blu. Per il #D498AB il colore web safe è #CC9999 (#C99).
Il colore D498AB in RGB è definito come 212,152,171
RGB: (212,152,171) (83%,60%,67%)
R 212 da 255 = 83%
G 152 da 255 = 60%
B 171 da 255 = 67%
R + G + B ~ 70%. #D498AB colore abbastanza chiaro.
R + G + B =
212 + 152 + 171 = 535 (100%)
R 212 da 535 ~ 39.63%
G 152 da 535 ~ 28.41%
B 171 da 535 ~ 31.96%
Il colore #D498AB in CMYK è definito come 0,28,19,17.
CMYK: (0,28,19,17) C0M28Y19K17 (0%,28%,19%,17%) (0.00/0.28/0.19/0.17)
D4 | 98 | AB | |
---|---|---|---|
RGB | 212 | 152 | 171 |
HSL | 341° | 41.10% | 71.37% |
HSB/HSV | 341° | 28.30% | 83.14% |
CMYK | 0.00% | 28.30% | 19.34% |
16.86% |
Esadicemale | D4 | 98 | AB |
Decimale | 212 | 152 | 171 |
Binario | 11010100 | 10011000 | 10101011 |
Ottale | 324 | 230 | 253 |
Esempi dei codici css e html per gli elementi di colore #D498AB. Utilizzate rgb(212,152,171) anche al posto del codice hex.
.myTextColor { color: #D498AB; }
<p style="color:#D498AB">This sample text font color is #D498AB.</p>
Il colore di questo testo è #D498AB.
.myBgColor { background-color: #D498AB; }
<div style="background-color:#D498AB">Inner text</div>
Questo div ha lo sfondo di colore #D498AB.
.myBorderColor { border: 1px solid #D498AB; }
<div style="border:3px solid #D498AB">Div</div>
Questo div ha i bordi di colore D498AB.
.myOpacity80 { color: #D498AB; opacity: 0.8; }
<p style="color:#D498AB;opacity:0.8;">80%</p>
Il testo di color #D498AB e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #D498AB;}
<p style="text-shadow: 3px 3px 1px #D498AB">Text here.</p>
Questo testo ha l'ombra di colore #D498AB.
.textShadow {text-shadow: 3px 3px 1px #D498AB, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #D498AB, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #D498AB e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D498AB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#D498AB, Direction=45, Strength=4)">Text</p>
This text has shadow with #D498AB and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #D498AB; -webkit-box-shadow: 1px 1px 3px 2px #D498AB; box-shadow: 1px 1px 3px 2px #D498AB; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #D498AB; -webkit-box-shadow: 1px 1px 3px 2px #D498AB; box-shadow:1px 1px 3px 2px #D498AB;">
Div content here</div>
Questo e il testo di colore #D498AB sullo sfondo nero.
Questo e il testo di colore #D498AB sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #D498AB.
Questo è un testo bianco sullo sfondo del colore #D498AB.