COLOR #D3D9F5

HEX: #D3D9F5
RGB: (211,217,245)

Color info

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

RGB color model

#D3D9F5 color RGB value is (211,217,245).

  • red value is 211;
  • green value is 217;
  • blue value is 245.
RGB:
(211,217,245)
(83%,85%,96%)

RGB channels and saturation

R 211 of 255 = 83%
G 217 of 255 = 85%
B 245 of 255 = 96%

211
217
245

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

Portions of RGB colors in percentages

R + G + B =
211 + 217 + 245 = 673 (100%)
R 211 of 673 ~ 31.35%
G 217 of 673 ~ 32.24%
B 245 of 673 ~ 36.4%

%31.35
%32.24
%36.4

CMYK color model

#D3D9F5 color CMYK value is (14,11,0,4).

  • cyan value is 13.88%
  • magenta value is 11.43%
  • yellow value is 0.00%
  • key color value is 3.92%
CMYK:
(14,11,0,4)
C14M11Y0K4 
(14%,11%,0%,4%)
(0.14/0.11/0.00/0.04)	

CMYK percentages

%13.88
%11.43
%0
%3.92

Codes

Color #D3D9F5 in popluar color models

D3D9F5
RGB211217245
HSL229°62.96%89.41%
HSB/HSV229°13.88%96.08%
CMYK13.88%11.43%0.00%
3.92%

Color #D3D9F5 in popluar number systems.

HEXD3D9F5
Decimal211217245
Binary110100111101100111110101
Octal323331365

Shades and tints

Shades of #D3D9F5

#D3D9F5
(211,217,245)
#C0C6DF
(192,198,223)
#ADB3C9
(173,179,201)
#9AA0B3
(154,160,179)
#878D9D
(135,141,157)
#747A87
(116,122,135)
#616771
(97,103,113)
#4E545B
(78,84,91)
#3B4145
(59,65,69)
#282E2F
(40,46,47)
#151B19
(21,27,25)
#000000
(0,0,0)

Tints of #D3D9F5

#D3D9F5
(211,217,245)
#D7DCF5
(215,220,245)
#DBDFF5
(219,223,245)
#DFE2F5
(223,226,245)
#E3E5F5
(227,229,245)
#E7E8F5
(231,232,245)
#EBEBF5
(235,235,245)
#EFEEF5
(239,238,245)
#F3F1F5
(243,241,245)
#F7F4F5
(247,244,245)
#FBF7F5
(251,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3D9F5 color. Also use rgb(211,217,245) instead hex code.

Text Font Color

.myTextColor { color: #D3D9F5; }

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

This text font color is #D3D9F5.


Background Color

.myBgColor { background-color: #D3D9F5; }

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

This div background color is #D3D9F5.


Border color

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

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

This div border color is #D3D9F5.


Opacity

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

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

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

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

This text has shadow with #D3D9F5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3D9F5 on black background.


Color preview on white background

This text has color #D3D9F5 on white background.



Black color preview on #D3D9F5 background

This text has black color on #D3D9F5 background.


White color preview on #D3D9F5 background

This text has white color on #D3D9F5 background.