COLOR #D6D9FB

HEX: #D6D9FB RGB: (214,217,251)

Color info

#D6D9FB contains red, green and blue colors in about the same proportion. Web safe color of #D6D9FB is #CCCCFF (or #CCF).

RGB color model

#D6D9FB color RGB value is (214,217,251).

RGB: (214,217,251) (84%, 85%, 98%)

RGB channels and saturation

R 214 of 255 = 84%
G 217 of 255 = 85%
B 251 of 255 = 98%

214
217
251

R + G + B ~ 89%. #D6D9FB is light color.

Portions of RGB colors in percentages

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'%

%31.38
%31.82
%36.8

CMYK color model

#D6D9FB color CMYK value is (15,14,0,2).

  • cyan value is 14.74%
  • magenta value is 13.55%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK: (15,14,0,2) C15M14Y0K2 (15%,14%,0%,2%) (0.15/0.14/0.00/0.02) 

CMYK percentages

%14.74
%13.55
%0
%1.57

Codes

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 and tints

Shades of #D6D9FB

#D6D9FB
(214,217,251)
#C3C6E5
(195,198,229)
#B0B3CF
(176,179,207)
#9DA0B9
(157,160,185)
#8A8DA3
(138,141,163)
#777A8D
(119,122,141)
#646777
(100,103,119)
#515461
(81,84,97)
#3E414B
(62,65,75)
#2B2E35
(43,46,53)
#181B1F
(24,27,31)
#000000
(0,0,0)

Tints of #D6D9FB

#D6D9FB
(214,217,251)
#D9DCFB
(217,220,251)
#DCDFFB
(220,223,251)
#DFE2FB
(223,226,251)
#E2E5FB
(226,229,251)
#E5E8FB
(229,232,251)
#E8EBFB
(232,235,251)
#EBEEFB
(235,238,251)
#EEF1FB
(238,241,251)
#F1F4FB
(241,244,251)
#F4F7FB
(244,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6D9FB color. Also use rgb(214,217,251) instead hex code.

Text Font Color

.myTextColor { color: #D6D9FB; }

<p style="color:#D6D9FB">This sample text font color is #D6D9FB.</p>

This text font color is #D6D9FB.

Background Color

.myBgColor { background-color: #D6D9FB; }

<div style="background-color:#D6D9FB">Inner text</div>

This div background color is #D6D9FB.

Border color

.myBorderColor { border: 1px solid #D6D9FB; }

<div style="border:3px solid #D6D9FB">Div</div>

This div border color is #D6D9FB.

Opacity

.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%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.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.

Div box shadow color

/* 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 div box has shadow with color #D6D9FB.

Preview

Color preview on black background

This text has color #D6D9FB on black background.


Color preview on white background

This text has color #D6D9FB on white background.


Black color preview on #D6D9FB background

This text has black color on #D6D9FB background.


White color preview on #D6D9FB background

This text has white color on #D6D9FB background.


Related colors

Complementary color

Complementary color for #hex is #292604.


I love getcolorcode.com

Triadic colors

1 #FBD6D9 and #D9FBD6 with #D6D9FB are triadic colors.

2 #FBD9D6 and #D9D6FB with #D6D9FB are triadic colors.