COLOR #D6DBFC

HEX: #D6DBFC
RGB: (214,219,252)

Color info

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

RGB color model

#D6DBFC color RGB value is (214,219,252).

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

RGB channels and saturation

R 214 of 255 = 84%
G 219 of 255 = 86%
B 252 of 255 = 99%

214
219
252

R + G + B ~ 90%. #D6DBFC is light color.

Portions of RGB colors in percentages

R + G + B =
214 + 219 + 252 = 685 (100%)
R 214 of 685 ~ 31.24%
G 219 of 685 ~ 31.97%
B 252 of 685 ~ 36.79%

%31.24
%31.97
%36.79

CMYK color model

#D6DBFC color CMYK value is (15,13,0,1).

  • cyan value is 15.08%
  • magenta value is 13.10%
  • yellow value is 0.00%
  • key color value is 1.18%
CMYK:
(15,13,0,1)
C15M13Y0K1 
(15%,13%,0%,1%)
(0.15/0.13/0.00/0.01)	

CMYK percentages

%15.08
%13.1
%0
%1.18

Codes

Color #D6DBFC in popluar color models

D6DBFC
RGB214219252
HSL232°86.36%91.37%
HSB/HSV232°15.08%98.82%
CMYK15.08%13.10%0.00%
1.18%

Color #D6DBFC in popluar number systems.

HEXD6DBFC
Decimal214219252
Binary110101101101101111111100
Octal326333374

Shades and tints

Shades of #D6DBFC

#D6DBFC
(214,219,252)
#C3C8E6
(195,200,230)
#B0B5D0
(176,181,208)
#9DA2BA
(157,162,186)
#8A8FA4
(138,143,164)
#777C8E
(119,124,142)
#646978
(100,105,120)
#515662
(81,86,98)
#3E434C
(62,67,76)
#2B3036
(43,48,54)
#181D20
(24,29,32)
#000000
(0,0,0)

Tints of #D6DBFC

#D6DBFC
(214,219,252)
#D9DEFC
(217,222,252)
#DCE1FC
(220,225,252)
#DFE4FC
(223,228,252)
#E2E7FC
(226,231,252)
#E5EAFC
(229,234,252)
#E8EDFC
(232,237,252)
#EBF0FC
(235,240,252)
#EEF3FC
(238,243,252)
#F1F6FC
(241,246,252)
#F4F9FC
(244,249,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6DBFC; }

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

This text font color is #D6DBFC.


Background Color

.myBgColor { background-color: #D6DBFC; }

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

This div background color is #D6DBFC.


Border color

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

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

This div border color is #D6DBFC.


Opacity

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

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

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

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

This text has shadow with #D6DBFC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6DBFC on black background.


Color preview on white background

This text has color #D6DBFC on white background.



Black color preview on #D6DBFC background

This text has black color on #D6DBFC background.


White color preview on #D6DBFC background

This text has white color on #D6DBFC background.