COLOR #D3D8F1

HEX: #D3D8F1
RGB: (211,216,241)

Color info

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

RGB color model

#D3D8F1 color RGB value is (211,216,241).

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

RGB channels and saturation

R 211 of 255 = 83%
G 216 of 255 = 85%
B 241 of 255 = 95%

211
216
241

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

Portions of RGB colors in percentages

R + G + B =
211 + 216 + 241 = 668 (100%)
R 211 of 668 ~ 31.59%
G 216 of 668 ~ 32.34%
B 241 of 668 ~ 36.08%

%31.59
%32.34
%36.08

CMYK color model

#D3D8F1 color CMYK value is (12,10,0,5).

  • cyan value is 12.45%
  • magenta value is 10.37%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(12,10,0,5)
C12M10Y0K5 
(12%,10%,0%,5%)
(0.12/0.10/0.00/0.05)	

CMYK percentages

%12.45
%10.37
%0
%5.49

Codes

Color #D3D8F1 in popluar color models

D3D8F1
RGB211216241
HSL230°51.72%88.63%
HSB/HSV230°12.45%94.51%
CMYK12.45%10.37%0.00%
5.49%

Color #D3D8F1 in popluar number systems.

HEXD3D8F1
Decimal211216241
Binary110100111101100011110001
Octal323330361

Shades and tints

Shades of #D3D8F1

#D3D8F1
(211,216,241)
#C0C5DC
(192,197,220)
#ADB2C7
(173,178,199)
#9A9FB2
(154,159,178)
#878C9D
(135,140,157)
#747988
(116,121,136)
#616673
(97,102,115)
#4E535E
(78,83,94)
#3B4049
(59,64,73)
#282D34
(40,45,52)
#151A1F
(21,26,31)
#000000
(0,0,0)

Tints of #D3D8F1

#D3D8F1
(211,216,241)
#D7DBF2
(215,219,242)
#DBDEF3
(219,222,243)
#DFE1F4
(223,225,244)
#E3E4F5
(227,228,245)
#E7E7F6
(231,231,246)
#EBEAF7
(235,234,247)
#EFEDF8
(239,237,248)
#F3F0F9
(243,240,249)
#F7F3FA
(247,243,250)
#FBF6FB
(251,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3D8F1; }

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

This text font color is #D3D8F1.


Background Color

.myBgColor { background-color: #D3D8F1; }

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

This div background color is #D3D8F1.


Border color

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

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

This div border color is #D3D8F1.


Opacity

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

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

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

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

This text has shadow with #D3D8F1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3D8F1 on black background.


Color preview on white background

This text has color #D3D8F1 on white background.



Black color preview on #D3D8F1 background

This text has black color on #D3D8F1 background.


White color preview on #D3D8F1 background

This text has white color on #D3D8F1 background.