COLOR #D6DCF1

HEX: #D6DCF1
RGB: (214,220,241)

Color info

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

RGB color model

#D6DCF1 color RGB value is (214,220,241).

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

RGB channels and saturation

R 214 of 255 = 84%
G 220 of 255 = 86%
B 241 of 255 = 95%

214
220
241

R + G + B ~ 88%. #D6DCF1 is light color.

Portions of RGB colors in percentages

R + G + B =
214 + 220 + 241 = 675 (100%)
R 214 of 675 ~ 31.7%
G 220 of 675 ~ 32.59%
B 241 of 675 ~ 35.7%

%31.7
%32.59
%35.7

CMYK color model

#D6DCF1 color CMYK value is (11,9,0,5).

  • cyan value is 11.20%
  • magenta value is 8.71%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(11,9,0,5)
C11M9Y0K5 
(11%,9%,0%,5%)
(0.11/0.09/0.00/0.05)	

CMYK percentages

%11.2
%8.71
%0
%5.49

Codes

Color #D6DCF1 in popluar color models

D6DCF1
RGB214220241
HSL227°49.09%89.22%
HSB/HSV227°11.20%94.51%
CMYK11.20%8.71%0.00%
5.49%

Color #D6DCF1 in popluar number systems.

HEXD6DCF1
Decimal214220241
Binary110101101101110011110001
Octal326334361

Shades and tints

Shades of #D6DCF1

#D6DCF1
(214,220,241)
#C3C8DC
(195,200,220)
#B0B4C7
(176,180,199)
#9DA0B2
(157,160,178)
#8A8C9D
(138,140,157)
#777888
(119,120,136)
#646473
(100,100,115)
#51505E
(81,80,94)
#3E3C49
(62,60,73)
#2B2834
(43,40,52)
#18141F
(24,20,31)
#000000
(0,0,0)

Tints of #D6DCF1

#D6DCF1
(214,220,241)
#D9DFF2
(217,223,242)
#DCE2F3
(220,226,243)
#DFE5F4
(223,229,244)
#E2E8F5
(226,232,245)
#E5EBF6
(229,235,246)
#E8EEF7
(232,238,247)
#EBF1F8
(235,241,248)
#EEF4F9
(238,244,249)
#F1F7FA
(241,247,250)
#F4FAFB
(244,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6DCF1; }

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

This text font color is #D6DCF1.


Background Color

.myBgColor { background-color: #D6DCF1; }

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

This div background color is #D6DCF1.


Border color

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

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

This div border color is #D6DCF1.


Opacity

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

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

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

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

This text has shadow with #D6DCF1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6DCF1 on black background.


Color preview on white background

This text has color #D6DCF1 on white background.



Black color preview on #D6DCF1 background

This text has black color on #D6DCF1 background.


White color preview on #D6DCF1 background

This text has white color on #D6DCF1 background.