COLOR #D3D6EF

HEX: #D3D6EF
RGB: (211,214,239)

Color info

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

RGB color model

#D3D6EF color RGB value is (211,214,239).

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

RGB channels and saturation

R 211 of 255 = 83%
G 214 of 255 = 84%
B 239 of 255 = 94%

211
214
239

R + G + B ~ 87%. #D3D6EF is light color.

Portions of RGB colors in percentages

R + G + B =
211 + 214 + 239 = 664 (100%)
R 211 of 664 ~ 31.78%
G 214 of 664 ~ 32.23%
B 239 of 664 ~ 35.99%

%31.78
%32.23
%35.99

CMYK color model

#D3D6EF color CMYK value is (12,10,0,6).

  • cyan value is 11.72%
  • magenta value is 10.46%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(12,10,0,6)
C12M10Y0K6 
(12%,10%,0%,6%)
(0.12/0.10/0.00/0.06)	

CMYK percentages

%11.72
%10.46
%0
%6.27

Codes

Color #D3D6EF in popluar color models

D3D6EF
RGB211214239
HSL234°46.67%88.24%
HSB/HSV234°11.72%93.73%
CMYK11.72%10.46%0.00%
6.27%

Color #D3D6EF in popluar number systems.

HEXD3D6EF
Decimal211214239
Binary110100111101011011101111
Octal323326357

Shades and tints

Shades of #D3D6EF

#D3D6EF
(211,214,239)
#C0C3DA
(192,195,218)
#ADB0C5
(173,176,197)
#9A9DB0
(154,157,176)
#878A9B
(135,138,155)
#747786
(116,119,134)
#616471
(97,100,113)
#4E515C
(78,81,92)
#3B3E47
(59,62,71)
#282B32
(40,43,50)
#15181D
(21,24,29)
#000000
(0,0,0)

Tints of #D3D6EF

#D3D6EF
(211,214,239)
#D7D9F0
(215,217,240)
#DBDCF1
(219,220,241)
#DFDFF2
(223,223,242)
#E3E2F3
(227,226,243)
#E7E5F4
(231,229,244)
#EBE8F5
(235,232,245)
#EFEBF6
(239,235,246)
#F3EEF7
(243,238,247)
#F7F1F8
(247,241,248)
#FBF4F9
(251,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3D6EF; }

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

This text font color is #D3D6EF.


Background Color

.myBgColor { background-color: #D3D6EF; }

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

This div background color is #D3D6EF.


Border color

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

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

This div border color is #D3D6EF.


Opacity

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

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

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

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

This text has shadow with #D3D6EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3D6EF on black background.


Color preview on white background

This text has color #D3D6EF on white background.



Black color preview on #D3D6EF background

This text has black color on #D3D6EF background.


White color preview on #D3D6EF background

This text has white color on #D3D6EF background.