COLOR #D6DCFB

HEX: #D6DCFB
RGB: (214,220,251)

Color info

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

RGB color model

#D6DCFB color RGB value is (214,220,251).

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

RGB channels and saturation

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

214
220
251

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

Portions of RGB colors in percentages

R + G + B =
214 + 220 + 251 = 685 (100%)
R 214 of 685 ~ 31.24%
G 220 of 685 ~ 32.12%
B 251 of 685 ~ 36.64%

%31.24
%32.12
%36.64

CMYK color model

#D6DCFB color CMYK value is (15,12,0,2).

  • cyan value is 14.74%
  • magenta value is 12.35%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(15,12,0,2)
C15M12Y0K2 
(15%,12%,0%,2%)
(0.15/0.12/0.00/0.02)	

CMYK percentages

%14.74
%12.35
%0
%1.57

Codes

Color #D6DCFB in popluar color models

D6DCFB
RGB214220251
HSL230°82.22%91.18%
HSB/HSV230°14.74%98.43%
CMYK14.74%12.35%0.00%
1.57%

Color #D6DCFB in popluar number systems.

HEXD6DCFB
Decimal214220251
Binary110101101101110011111011
Octal326334373

Shades and tints

Shades of #D6DCFB

#D6DCFB
(214,220,251)
#C3C8E5
(195,200,229)
#B0B4CF
(176,180,207)
#9DA0B9
(157,160,185)
#8A8CA3
(138,140,163)
#77788D
(119,120,141)
#646477
(100,100,119)
#515061
(81,80,97)
#3E3C4B
(62,60,75)
#2B2835
(43,40,53)
#18141F
(24,20,31)
#000000
(0,0,0)

Tints of #D6DCFB

#D6DCFB
(214,220,251)
#D9DFFB
(217,223,251)
#DCE2FB
(220,226,251)
#DFE5FB
(223,229,251)
#E2E8FB
(226,232,251)
#E5EBFB
(229,235,251)
#E8EEFB
(232,238,251)
#EBF1FB
(235,241,251)
#EEF4FB
(238,244,251)
#F1F7FB
(241,247,251)
#F4FAFB
(244,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6DCFB; }

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

This text font color is #D6DCFB.


Background Color

.myBgColor { background-color: #D6DCFB; }

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

This div background color is #D6DCFB.


Border color

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

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

This div border color is #D6DCFB.


Opacity

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

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

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

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

This text has shadow with #D6DCFB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6DCFB on black background.


Color preview on white background

This text has color #D6DCFB on white background.



Black color preview on #D6DCFB background

This text has black color on #D6DCFB background.


White color preview on #D6DCFB background

This text has white color on #D6DCFB background.