COLOR #D6DFEC

HEX: #D6DFEC
RGB: (214,223,236)

Color info

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

RGB color model

#D6DFEC color RGB value is (214,223,236).

  • red value is 214;
  • green value is 223;
  • blue value is 236.
RGB:
(214,223,236)
(84%,87%,93%)

RGB channels and saturation

R 214 of 255 = 84%
G 223 of 255 = 87%
B 236 of 255 = 93%

214
223
236

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

Portions of RGB colors in percentages

R + G + B =
214 + 223 + 236 = 673 (100%)
R 214 of 673 ~ 31.8%
G 223 of 673 ~ 33.14%
B 236 of 673 ~ 35.07%

%31.8
%33.14
%35.07

CMYK color model

#D6DFEC color CMYK value is (9,6,0,7).

  • cyan value is 9.32%
  • magenta value is 5.51%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(9,6,0,7)
C9M6Y0K7 
(9%,6%,0%,7%)
(0.09/0.06/0.00/0.07)	

CMYK percentages

%9.32
%5.51
%0
%7.45

Codes

Color #D6DFEC in popluar color models

D6DFEC
RGB214223236
HSL215°36.67%88.24%
HSB/HSV215°9.32%92.55%
CMYK9.32%5.51%0.00%
7.45%

Color #D6DFEC in popluar number systems.

HEXD6DFEC
Decimal214223236
Binary110101101101111111101100
Octal326337354

Shades and tints

Shades of #D6DFEC

#D6DFEC
(214,223,236)
#C3CBD7
(195,203,215)
#B0B7C2
(176,183,194)
#9DA3AD
(157,163,173)
#8A8F98
(138,143,152)
#777B83
(119,123,131)
#64676E
(100,103,110)
#515359
(81,83,89)
#3E3F44
(62,63,68)
#2B2B2F
(43,43,47)
#18171A
(24,23,26)
#000000
(0,0,0)

Tints of #D6DFEC

#D6DFEC
(214,223,236)
#D9E1ED
(217,225,237)
#DCE3EE
(220,227,238)
#DFE5EF
(223,229,239)
#E2E7F0
(226,231,240)
#E5E9F1
(229,233,241)
#E8EBF2
(232,235,242)
#EBEDF3
(235,237,243)
#EEEFF4
(238,239,244)
#F1F1F5
(241,241,245)
#F4F3F6
(244,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6DFEC color. Also use rgb(214,223,236) instead hex code.

Text Font Color

.myTextColor { color: #D6DFEC; }

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

This text font color is #D6DFEC.


Background Color

.myBgColor { background-color: #D6DFEC; }

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

This div background color is #D6DFEC.


Border color

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

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

This div border color is #D6DFEC.


Opacity

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

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

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

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

This text has shadow with #D6DFEC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6DFEC on black background.


Color preview on white background

This text has color #D6DFEC on white background.



Black color preview on #D6DFEC background

This text has black color on #D6DFEC background.


White color preview on #D6DFEC background

This text has white color on #D6DFEC background.