COLOR #D3D6ED

HEX: #D3D6ED
RGB: (211,214,237)

Color info

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

RGB color model

#D3D6ED color RGB value is (211,214,237).

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

RGB channels and saturation

R 211 of 255 = 83%
G 214 of 255 = 84%
B 237 of 255 = 93%

211
214
237

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

Portions of RGB colors in percentages

R + G + B =
211 + 214 + 237 = 662 (100%)
R 211 of 662 ~ 31.87%
G 214 of 662 ~ 32.33%
B 237 of 662 ~ 35.8%

%31.87
%32.33
%35.8

CMYK color model

#D3D6ED color CMYK value is (11,10,0,7).

  • cyan value is 10.97%
  • magenta value is 9.70%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(11,10,0,7)
C11M10Y0K7 
(11%,10%,0%,7%)
(0.11/0.10/0.00/0.07)	

CMYK percentages

%10.97
%9.7
%0
%7.06

Codes

Color #D3D6ED in popluar color models

D3D6ED
RGB211214237
HSL233°41.94%87.84%
HSB/HSV233°10.97%92.94%
CMYK10.97%9.70%0.00%
7.06%

Color #D3D6ED in popluar number systems.

HEXD3D6ED
Decimal211214237
Binary110100111101011011101101
Octal323326355

Shades and tints

Shades of #D3D6ED

#D3D6ED
(211,214,237)
#C0C3D8
(192,195,216)
#ADB0C3
(173,176,195)
#9A9DAE
(154,157,174)
#878A99
(135,138,153)
#747784
(116,119,132)
#61646F
(97,100,111)
#4E515A
(78,81,90)
#3B3E45
(59,62,69)
#282B30
(40,43,48)
#15181B
(21,24,27)
#000000
(0,0,0)

Tints of #D3D6ED

#D3D6ED
(211,214,237)
#D7D9EE
(215,217,238)
#DBDCEF
(219,220,239)
#DFDFF0
(223,223,240)
#E3E2F1
(227,226,241)
#E7E5F2
(231,229,242)
#EBE8F3
(235,232,243)
#EFEBF4
(239,235,244)
#F3EEF5
(243,238,245)
#F7F1F6
(247,241,246)
#FBF4F7
(251,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3D6ED; }

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

This text font color is #D3D6ED.


Background Color

.myBgColor { background-color: #D3D6ED; }

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

This div background color is #D3D6ED.


Border color

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

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

This div border color is #D3D6ED.


Opacity

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

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

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

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

This text has shadow with #D3D6ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3D6ED on black background.


Color preview on white background

This text has color #D3D6ED on white background.



Black color preview on #D3D6ED background

This text has black color on #D3D6ED background.


White color preview on #D3D6ED background

This text has white color on #D3D6ED background.