HEX: #D6D9FB
RGB: (214,217,251)
#D6D9FB contains red, green and blue colors in about the same proportion. Web safe color of #D6D9FB is #CCCCFF (or #CCF).
#D6D9FB color RGB value is (214,217,251).
RGB: (214,217,251)
(84%, 85%, 98%)
R 214 of 255 = 84%
G 217 of 255 = 85%
B 251 of 255 = 98%
R + G + B ~ 89%. #D6D9FB is light color.
R + G + B = 214 + 217 + 251 = 682 (100%)
R 214 of 682 ~ 31.38%
G 217 of 682 ~ 31.82%
B 251 of 682 ~ 36.8'%
#D6D9FB color CMYK value is (15,14,0,2).
CMYK: (15,14,0,2) C15M14Y0K2 (15%,14%,0%,2%) (0.15/0.14/0.00/0.02)
Color #D6D9FB in popluar color models
D6 | D9 | FB | |
---|---|---|---|
RGB | 214 | 217 | 251 |
HSL | 235° | 82.22% | 91.18% |
HSB/HSV | 235° | 14.74% | 98.43% |
CMYK | 14.74% | 13.55% | 0.00% |
1.57% |
Color #D6D9FB in popluar number systems.
HEX | D6 | D9 | FB |
Decimal | 214 | 217 | 251 |
Binary | 11010110 | 11011001 | 11111011 |
Octal | 326 | 331 | 373 |
Shades of #D6D9FB
Tints of #D6D9FB
Examples of css and html codes for elements with #D6D9FB color. Also use rgb(214,217,251) instead hex code.
.myTextColor { color: #D6D9FB; }
<p style="color:#D6D9FB">This sample text font color is #D6D9FB.</p>
This text font color is #D6D9FB.
.myBgColor { background-color: #D6D9FB; }
<div style="background-color:#D6D9FB">Inner text</div>
This div background color is #D6D9FB.
.myBorderColor { border: 1px solid #D6D9FB; }
<div style="border:3px solid #D6D9FB">Div</div>
This div border color is #D6D9FB.
.myOpacity80 { color: #D6D9FB; opacity: 0.8; }
<p style="color:#D6D9FB;opacity:0.8;">80%</p>
Text with #D6D9FB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #D6D9FB;}
<p style="text-shadow: 3px 3px 1px #D6D9FB">Text here.</p>
This text has shadow with #D6D9FB color.
.textShadow {text-shadow: 3px 3px 1px #D6D9FB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #D6D9FB, 5px 5px 20px red">Text here.</p>
This text has shadow with #D6D9FB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D6D9FB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#D6D9FB, Direction=45, Strength=4)">Text</p>
This text has shadow with #D6D9FB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #D6D9FB;
-webkit-box-shadow: 1px 1px 3px 2px #D6D9FB;
box-shadow: 1px 1px 3px 2px #D6D9FB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #D6D9FB; -webkit-box-shadow: 1px 1px 3px 2px #D6D9FB; box-shadow:1px 1px 3px 2px #D6D9FB;">
Div content here
</div>
This text has color #D6D9FB on black background.
This text has color #D6D9FB on white background.
This text has black color on #D6D9FB background.
This text has white color on #D6D9FB background.
Complementary color for #hex is #292604.