COLOR #D6DBFB

HEX: #D6DBFB
RGB: (214,219,251)

Color info

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

RGB color model

#D6DBFB color RGB value is (214,219,251).

  • red value is 214;
  • green value is 219;
  • blue value is 251.
RGB:
(214,219,251)
(84%,86%,98%)

RGB channels and saturation

R 214 of 255 = 84%
G 219 of 255 = 86%
B 251 of 255 = 98%

214
219
251

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

Portions of RGB colors in percentages

R + G + B =
214 + 219 + 251 = 684 (100%)
R 214 of 684 ~ 31.29%
G 219 of 684 ~ 32.02%
B 251 of 684 ~ 36.7%

%31.29
%32.02
%36.7

CMYK color model

#D6DBFB color CMYK value is (15,13,0,2).

  • cyan value is 14.74%
  • magenta value is 12.75%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(15,13,0,2)
C15M13Y0K2 
(15%,13%,0%,2%)
(0.15/0.13/0.00/0.02)	

CMYK percentages

%14.74
%12.75
%0
%1.57

Codes

Color #D6DBFB in popluar color models

D6DBFB
RGB214219251
HSL232°82.22%91.18%
HSB/HSV232°14.74%98.43%
CMYK14.74%12.75%0.00%
1.57%

Color #D6DBFB in popluar number systems.

HEXD6DBFB
Decimal214219251
Binary110101101101101111111011
Octal326333373

Shades and tints

Shades of #D6DBFB

#D6DBFB
(214,219,251)
#C3C8E5
(195,200,229)
#B0B5CF
(176,181,207)
#9DA2B9
(157,162,185)
#8A8FA3
(138,143,163)
#777C8D
(119,124,141)
#646977
(100,105,119)
#515661
(81,86,97)
#3E434B
(62,67,75)
#2B3035
(43,48,53)
#181D1F
(24,29,31)
#000000
(0,0,0)

Tints of #D6DBFB

#D6DBFB
(214,219,251)
#D9DEFB
(217,222,251)
#DCE1FB
(220,225,251)
#DFE4FB
(223,228,251)
#E2E7FB
(226,231,251)
#E5EAFB
(229,234,251)
#E8EDFB
(232,237,251)
#EBF0FB
(235,240,251)
#EEF3FB
(238,243,251)
#F1F6FB
(241,246,251)
#F4F9FB
(244,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6DBFB; }

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

This text font color is #D6DBFB.


Background Color

.myBgColor { background-color: #D6DBFB; }

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

This div background color is #D6DBFB.


Border color

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

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

This div border color is #D6DBFB.


Opacity

.myOpacity80 { color: #D6DBFB; opacity: 0.8; }

<p style="color:#D6DBFB;opacity:0.8;">80%</p>

Text with #D6DBFB 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 #D6DBFB;}

<p style="text-shadow: 3px 3px 1px #D6DBFB">Text here.</p>

This text has shadow with #D6DBFB color.

.textShadow {text-shadow: 3px 3px 1px #D6DBFB, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #D6DBFB, 5px 5px 20px red">Text here.</p>

This text has shadow with #D6DBFB primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D6DBFB, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#D6DBFB, Direction=45, Strength=4)">Text</p>

This text has shadow with #D6DBFB and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #D6DBFB;
  -webkit-box-shadow:	1px 1px 3px 2px #D6DBFB;
  box-shadow:		1px 1px 3px 2px #D6DBFB;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #D6DBFB;
-webkit-box-shadow: 1px 1px 3px 2px #D6DBFB;
box-shadow:1px 1px 3px 2px #D6DBFB;">
Div content here</div>
This div box has shadow with color #D6DBFB.

Preview

Color preview on black background

This text has color #D6DBFB on black background.


Color preview on white background

This text has color #D6DBFB on white background.



Black color preview on #D6DBFB background

This text has black color on #D6DBFB background.


White color preview on #D6DBFB background

This text has white color on #D6DBFB background.