COLOR #D6DFEF

HEX: #D6DFEF
RGB: (214,223,239)

Color info

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

RGB color model

#D6DFEF color RGB value is (214,223,239).

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

RGB channels and saturation

R 214 of 255 = 84%
G 223 of 255 = 87%
B 239 of 255 = 94%

214
223
239

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

Portions of RGB colors in percentages

R + G + B =
214 + 223 + 239 = 676 (100%)
R 214 of 676 ~ 31.66%
G 223 of 676 ~ 32.99%
B 239 of 676 ~ 35.36%

%31.66
%32.99
%35.36

CMYK color model

#D6DFEF color CMYK value is (10,7,0,6).

  • cyan value is 10.46%
  • magenta value is 6.69%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(10,7,0,6)
C10M7Y0K6 
(10%,7%,0%,6%)
(0.10/0.07/0.00/0.06)	

CMYK percentages

%10.46
%6.69
%0
%6.27

Codes

Color #D6DFEF in popluar color models

D6DFEF
RGB214223239
HSL218°43.86%88.82%
HSB/HSV218°10.46%93.73%
CMYK10.46%6.69%0.00%
6.27%

Color #D6DFEF in popluar number systems.

HEXD6DFEF
Decimal214223239
Binary110101101101111111101111
Octal326337357

Shades and tints

Shades of #D6DFEF

#D6DFEF
(214,223,239)
#C3CBDA
(195,203,218)
#B0B7C5
(176,183,197)
#9DA3B0
(157,163,176)
#8A8F9B
(138,143,155)
#777B86
(119,123,134)
#646771
(100,103,113)
#51535C
(81,83,92)
#3E3F47
(62,63,71)
#2B2B32
(43,43,50)
#18171D
(24,23,29)
#000000
(0,0,0)

Tints of #D6DFEF

#D6DFEF
(214,223,239)
#D9E1F0
(217,225,240)
#DCE3F1
(220,227,241)
#DFE5F2
(223,229,242)
#E2E7F3
(226,231,243)
#E5E9F4
(229,233,244)
#E8EBF5
(232,235,245)
#EBEDF6
(235,237,246)
#EEEFF7
(238,239,247)
#F1F1F8
(241,241,248)
#F4F3F9
(244,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6DFEF; }

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

This text font color is #D6DFEF.


Background Color

.myBgColor { background-color: #D6DFEF; }

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

This div background color is #D6DFEF.


Border color

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

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

This div border color is #D6DFEF.


Opacity

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

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

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

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

This text has shadow with #D6DFEF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6DFEF on black background.


Color preview on white background

This text has color #D6DFEF on white background.



Black color preview on #D6DFEF background

This text has black color on #D6DFEF background.


White color preview on #D6DFEF background

This text has white color on #D6DFEF background.