COLOR #D3D8E6

HEX: #D3D8E6
RGB: (211,216,230)

Color info

#D3D8E6 contains red, green and blue colors in about the same proportion. Web safe color of #D3D8E6 is #CCCCCC (or #CCC).

RGB color model

#D3D8E6 color RGB value is (211,216,230).

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

RGB channels and saturation

R 211 of 255 = 83%
G 216 of 255 = 85%
B 230 of 255 = 90%

211
216
230

R + G + B ~ 86%. #D3D8E6 is light color.

Portions of RGB colors in percentages

R + G + B =
211 + 216 + 230 = 657 (100%)
R 211 of 657 ~ 32.12%
G 216 of 657 ~ 32.88%
B 230 of 657 ~ 35.01%

%32.12
%32.88
%35.01

CMYK color model

#D3D8E6 color CMYK value is (8,6,0,10).

  • cyan value is 8.26%
  • magenta value is 6.09%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(8,6,0,10)
C8M6Y0K10 
(8%,6%,0%,10%)
(0.08/0.06/0.00/0.10)	

CMYK percentages

%8.26
%6.09
%0
%9.8

Codes

Color #D3D8E6 in popluar color models

D3D8E6
RGB211216230
HSL224°27.54%86.47%
HSB/HSV224°8.26%90.20%
CMYK8.26%6.09%0.00%
9.80%

Color #D3D8E6 in popluar number systems.

HEXD3D8E6
Decimal211216230
Binary110100111101100011100110
Octal323330346

Shades and tints

Shades of #D3D8E6

#D3D8E6
(211,216,230)
#C0C5D2
(192,197,210)
#ADB2BE
(173,178,190)
#9A9FAA
(154,159,170)
#878C96
(135,140,150)
#747982
(116,121,130)
#61666E
(97,102,110)
#4E535A
(78,83,90)
#3B4046
(59,64,70)
#282D32
(40,45,50)
#151A1E
(21,26,30)
#000000
(0,0,0)

Tints of #D3D8E6

#D3D8E6
(211,216,230)
#D7DBE8
(215,219,232)
#DBDEEA
(219,222,234)
#DFE1EC
(223,225,236)
#E3E4EE
(227,228,238)
#E7E7F0
(231,231,240)
#EBEAF2
(235,234,242)
#EFEDF4
(239,237,244)
#F3F0F6
(243,240,246)
#F7F3F8
(247,243,248)
#FBF6FA
(251,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3D8E6; }

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

This text font color is #D3D8E6.


Background Color

.myBgColor { background-color: #D3D8E6; }

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

This div background color is #D3D8E6.


Border color

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

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

This div border color is #D3D8E6.


Opacity

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

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

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

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

This text has shadow with #D3D8E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3D8E6 on black background.


Color preview on white background

This text has color #D3D8E6 on white background.



Black color preview on #D3D8E6 background

This text has black color on #D3D8E6 background.


White color preview on #D3D8E6 background

This text has white color on #D3D8E6 background.