COLOR #D6DCF6

HEX: #D6DCF6
RGB: (214,220,246)

Color info

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

RGB color model

#D6DCF6 color RGB value is (214,220,246).

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

RGB channels and saturation

R 214 of 255 = 84%
G 220 of 255 = 86%
B 246 of 255 = 96%

214
220
246

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

Portions of RGB colors in percentages

R + G + B =
214 + 220 + 246 = 680 (100%)
R 214 of 680 ~ 31.47%
G 220 of 680 ~ 32.35%
B 246 of 680 ~ 36.18%

%31.47
%32.35
%36.18

CMYK color model

#D6DCF6 color CMYK value is (13,11,0,4).

  • cyan value is 13.01%
  • magenta value is 10.57%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(13,11,0,4)
C13M11Y0K4 
(13%,11%,0%,4%)
(0.13/0.11/0.00/0.04)	

CMYK percentages

%13.01
%10.57
%0
%3.53

Codes

Color #D6DCF6 in popluar color models

D6DCF6
RGB214220246
HSL229°64.00%90.20%
HSB/HSV229°13.01%96.47%
CMYK13.01%10.57%0.00%
3.53%

Color #D6DCF6 in popluar number systems.

HEXD6DCF6
Decimal214220246
Binary110101101101110011110110
Octal326334366

Shades and tints

Shades of #D6DCF6

#D6DCF6
(214,220,246)
#C3C8E0
(195,200,224)
#B0B4CA
(176,180,202)
#9DA0B4
(157,160,180)
#8A8C9E
(138,140,158)
#777888
(119,120,136)
#646472
(100,100,114)
#51505C
(81,80,92)
#3E3C46
(62,60,70)
#2B2830
(43,40,48)
#18141A
(24,20,26)
#000000
(0,0,0)

Tints of #D6DCF6

#D6DCF6
(214,220,246)
#D9DFF6
(217,223,246)
#DCE2F6
(220,226,246)
#DFE5F6
(223,229,246)
#E2E8F6
(226,232,246)
#E5EBF6
(229,235,246)
#E8EEF6
(232,238,246)
#EBF1F6
(235,241,246)
#EEF4F6
(238,244,246)
#F1F7F6
(241,247,246)
#F4FAF6
(244,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6DCF6; }

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

This text font color is #D6DCF6.


Background Color

.myBgColor { background-color: #D6DCF6; }

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

This div background color is #D6DCF6.


Border color

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

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

This div border color is #D6DCF6.


Opacity

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

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

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

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

This text has shadow with #D6DCF6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6DCF6 on black background.


Color preview on white background

This text has color #D6DCF6 on white background.



Black color preview on #D6DCF6 background

This text has black color on #D6DCF6 background.


White color preview on #D6DCF6 background

This text has white color on #D6DCF6 background.