COLOR #D6DCF7

HEX: #D6DCF7 RGB: (214,220,247)

Color info

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

RGB color model

#D6DCF7 color RGB value is (214,220,247).

RGB: (214,220,247) (84%, 86%, 97%)

RGB channels and saturation

R 214 of 255 = 84%
G 220 of 255 = 86%
B 247 of 255 = 97%

214
220
247

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

Portions of RGB colors in percentages

R + G + B = 214 + 220 + 247 = 681 (100%)
R 214 of 681 ~ 31.42%
G 220 of 681 ~ 32.31%
B 247 of 681 ~ 36.27'%

%31.42
%32.31
%36.27

CMYK color model

#D6DCF7 color CMYK value is (13,11,0,3).

  • cyan value is 13.36%
  • magenta value is 10.93%
  • yellow value is 0.00%
  • key color value is 3.14%

CMYK: (13,11,0,3)
C13M11Y0K3 (13%, 11%, 0%, 3%)
(0.13 / 0.11 / 0.00 / 0.03)

CMYK percentages

%13.36
%10.93
%0
%3.14

Codes

Color #D6DCF7 in popluar color models

D6 DC F7
RGB 214 220 247
HSL 229° 67.35% 90.39%
HSB/HSV 229° 13.36% 96.86%
CMYK 13.36% 10.93% 0.00%
3.14%

Color #D6DCF7 in popluar number systems.

HEX D6 DC F7
Decimal 214 220 247
Binary 11010110 11011100 11110111
Octal 326 334 367

Shades and tints

Shades of #D6DCF7

#D6DCF7
(214,220,247)
#C3C8E1
(195,200,225)
#B0B4CB
(176,180,203)
#9DA0B5
(157,160,181)
#8A8C9F
(138,140,159)
#777889
(119,120,137)
#646473
(100,100,115)
#51505D
(81,80,93)
#3E3C47
(62,60,71)
#2B2831
(43,40,49)
#18141B
(24,20,27)
#000000
(0,0,0)

Tints of #D6DCF7

#D6DCF7
(214,220,247)
#D9DFF7
(217,223,247)
#DCE2F7
(220,226,247)
#DFE5F7
(223,229,247)
#E2E8F7
(226,232,247)
#E5EBF7
(229,235,247)
#E8EEF7
(232,238,247)
#EBF1F7
(235,241,247)
#EEF4F7
(238,244,247)
#F1F7F7
(241,247,247)
#F4FAF7
(244,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6DCF7; }

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

This text font color is #D6DCF7.

Background Color

.myBgColor { background-color: #D6DCF7; }

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

This div background color is #D6DCF7.

Border color

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

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

This div border color is #D6DCF7.

Opacity

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

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

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

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

This text has shadow with #D6DCF7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D6DCF7.

Preview

Color preview on black background

This text has color #D6DCF7 on black background.


Color preview on white background

This text has color #D6DCF7 on white background.


Black color preview on #D6DCF7 background

This text has black color on #D6DCF7 background.


White color preview on #D6DCF7 background

This text has white color on #D6DCF7 background.


Related colors

Complementary color

Complementary color for #hex is #292308.


I love getcolorcode.com

Triadic colors

1 #F7D6DC and #DCF7D6 with #D6DCF7 are triadic colors.

2 #F7DCD6 and #DCD6F7 with #D6DCF7 are triadic colors.