COLOR #D3D8EF

HEX: #D3D8EF
RGB: (211,216,239)

Color info

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

RGB color model

#D3D8EF color RGB value is (211,216,239).

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

RGB channels and saturation

R 211 of 255 = 83%
G 216 of 255 = 85%
B 239 of 255 = 94%

211
216
239

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

Portions of RGB colors in percentages

R + G + B =
211 + 216 + 239 = 666 (100%)
R 211 of 666 ~ 31.68%
G 216 of 666 ~ 32.43%
B 239 of 666 ~ 35.89%

%31.68
%32.43
%35.89

CMYK color model

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

  • cyan value is 11.72%
  • magenta value is 9.62%
  • 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
%9.62
%0
%6.27

Codes

Color #D3D8EF in popluar color models

D3D8EF
RGB211216239
HSL229°46.67%88.24%
HSB/HSV229°11.72%93.73%
CMYK11.72%9.62%0.00%
6.27%

Color #D3D8EF in popluar number systems.

HEXD3D8EF
Decimal211216239
Binary110100111101100011101111
Octal323330357

Shades and tints

Shades of #D3D8EF

#D3D8EF
(211,216,239)
#C0C5DA
(192,197,218)
#ADB2C5
(173,178,197)
#9A9FB0
(154,159,176)
#878C9B
(135,140,155)
#747986
(116,121,134)
#616671
(97,102,113)
#4E535C
(78,83,92)
#3B4047
(59,64,71)
#282D32
(40,45,50)
#151A1D
(21,26,29)
#000000
(0,0,0)

Tints of #D3D8EF

#D3D8EF
(211,216,239)
#D7DBF0
(215,219,240)
#DBDEF1
(219,222,241)
#DFE1F2
(223,225,242)
#E3E4F3
(227,228,243)
#E7E7F4
(231,231,244)
#EBEAF5
(235,234,245)
#EFEDF6
(239,237,246)
#F3F0F7
(243,240,247)
#F7F3F8
(247,243,248)
#FBF6F9
(251,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3D8EF; }

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

This text font color is #D3D8EF.


Background Color

.myBgColor { background-color: #D3D8EF; }

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

This div background color is #D3D8EF.


Border color

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

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

This div border color is #D3D8EF.


Opacity

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

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

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

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

This text has shadow with #D3D8EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3D8EF on black background.


Color preview on white background

This text has color #D3D8EF on white background.



Black color preview on #D3D8EF background

This text has black color on #D3D8EF background.


White color preview on #D3D8EF background

This text has white color on #D3D8EF background.