COLOR #D3DCFD

HEX: #D3DCFD
RGB: (211,220,253)

Color info

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

RGB color model

#D3DCFD color RGB value is (211,220,253).

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

RGB channels and saturation

R 211 of 255 = 83%
G 220 of 255 = 86%
B 253 of 255 = 99%

211
220
253

R + G + B ~ 89%. #D3DCFD is light color.

Portions of RGB colors in percentages

R + G + B =
211 + 220 + 253 = 684 (100%)
R 211 of 684 ~ 30.85%
G 220 of 684 ~ 32.16%
B 253 of 684 ~ 36.99%

%30.85
%32.16
%36.99

CMYK color model

#D3DCFD color CMYK value is (17,13,0,1).

  • cyan value is 16.60%
  • magenta value is 13.04%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(17,13,0,1)
C17M13Y0K1 
(17%,13%,0%,1%)
(0.17/0.13/0.00/0.01)	

CMYK percentages

%16.6
%13.04
%0
%0.78

Codes

Color #D3DCFD in popluar color models

D3DCFD
RGB211220253
HSL227°91.30%90.98%
HSB/HSV227°16.60%99.22%
CMYK16.60%13.04%0.00%
0.78%

Color #D3DCFD in popluar number systems.

HEXD3DCFD
Decimal211220253
Binary110100111101110011111101
Octal323334375

Shades and tints

Shades of #D3DCFD

#D3DCFD
(211,220,253)
#C0C8E6
(192,200,230)
#ADB4CF
(173,180,207)
#9AA0B8
(154,160,184)
#878CA1
(135,140,161)
#74788A
(116,120,138)
#616473
(97,100,115)
#4E505C
(78,80,92)
#3B3C45
(59,60,69)
#28282E
(40,40,46)
#151417
(21,20,23)
#000000
(0,0,0)

Tints of #D3DCFD

#D3DCFD
(211,220,253)
#D7DFFD
(215,223,253)
#DBE2FD
(219,226,253)
#DFE5FD
(223,229,253)
#E3E8FD
(227,232,253)
#E7EBFD
(231,235,253)
#EBEEFD
(235,238,253)
#EFF1FD
(239,241,253)
#F3F4FD
(243,244,253)
#F7F7FD
(247,247,253)
#FBFAFD
(251,250,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3DCFD; }

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

This text font color is #D3DCFD.


Background Color

.myBgColor { background-color: #D3DCFD; }

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

This div background color is #D3DCFD.


Border color

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

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

This div border color is #D3DCFD.


Opacity

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

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

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

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

This text has shadow with #D3DCFD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3DCFD on black background.


Color preview on white background

This text has color #D3DCFD on white background.



Black color preview on #D3DCFD background

This text has black color on #D3DCFD background.


White color preview on #D3DCFD background

This text has white color on #D3DCFD background.