COLOR #D3DCF1

HEX: #D3DCF1
RGB: (211,220,241)

Color info

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

RGB color model

#D3DCF1 color RGB value is (211,220,241).

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

RGB channels and saturation

R 211 of 255 = 83%
G 220 of 255 = 86%
B 241 of 255 = 95%

211
220
241

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

Portions of RGB colors in percentages

R + G + B =
211 + 220 + 241 = 672 (100%)
R 211 of 672 ~ 31.4%
G 220 of 672 ~ 32.74%
B 241 of 672 ~ 35.86%

%31.4
%32.74
%35.86

CMYK color model

#D3DCF1 color CMYK value is (12,9,0,5).

  • cyan value is 12.45%
  • magenta value is 8.71%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(12,9,0,5)
C12M9Y0K5 
(12%,9%,0%,5%)
(0.12/0.09/0.00/0.05)	

CMYK percentages

%12.45
%8.71
%0
%5.49

Codes

Color #D3DCF1 in popluar color models

D3DCF1
RGB211220241
HSL222°51.72%88.63%
HSB/HSV222°12.45%94.51%
CMYK12.45%8.71%0.00%
5.49%

Color #D3DCF1 in popluar number systems.

HEXD3DCF1
Decimal211220241
Binary110100111101110011110001
Octal323334361

Shades and tints

Shades of #D3DCF1

#D3DCF1
(211,220,241)
#C0C8DC
(192,200,220)
#ADB4C7
(173,180,199)
#9AA0B2
(154,160,178)
#878C9D
(135,140,157)
#747888
(116,120,136)
#616473
(97,100,115)
#4E505E
(78,80,94)
#3B3C49
(59,60,73)
#282834
(40,40,52)
#15141F
(21,20,31)
#000000
(0,0,0)

Tints of #D3DCF1

#D3DCF1
(211,220,241)
#D7DFF2
(215,223,242)
#DBE2F3
(219,226,243)
#DFE5F4
(223,229,244)
#E3E8F5
(227,232,245)
#E7EBF6
(231,235,246)
#EBEEF7
(235,238,247)
#EFF1F8
(239,241,248)
#F3F4F9
(243,244,249)
#F7F7FA
(247,247,250)
#FBFAFB
(251,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3DCF1; }

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

This text font color is #D3DCF1.


Background Color

.myBgColor { background-color: #D3DCF1; }

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

This div background color is #D3DCF1.


Border color

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

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

This div border color is #D3DCF1.


Opacity

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

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

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

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

This text has shadow with #D3DCF1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3DCF1 on black background.


Color preview on white background

This text has color #D3DCF1 on white background.



Black color preview on #D3DCF1 background

This text has black color on #D3DCF1 background.


White color preview on #D3DCF1 background

This text has white color on #D3DCF1 background.