COLOR #D5DCFD

HEX: #D5DCFD
RGB: (213,220,253)

Color info

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

RGB color model

#D5DCFD color RGB value is (213,220,253).

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

RGB channels and saturation

R 213 of 255 = 84%
G 220 of 255 = 86%
B 253 of 255 = 99%

213
220
253

R + G + B ~ 90%. #D5DCFD is light color.

Portions of RGB colors in percentages

R + G + B =
213 + 220 + 253 = 686 (100%)
R 213 of 686 ~ 31.05%
G 220 of 686 ~ 32.07%
B 253 of 686 ~ 36.88%

%31.05
%32.07
%36.88

CMYK color model

#D5DCFD color CMYK value is (16,13,0,1).

  • cyan value is 15.81%
  • magenta value is 13.04%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(16,13,0,1)
C16M13Y0K1 
(16%,13%,0%,1%)
(0.16/0.13/0.00/0.01)	

CMYK percentages

%15.81
%13.04
%0
%0.78

Codes

Color #D5DCFD in popluar color models

D5DCFD
RGB213220253
HSL230°90.91%91.37%
HSB/HSV230°15.81%99.22%
CMYK15.81%13.04%0.00%
0.78%

Color #D5DCFD in popluar number systems.

HEXD5DCFD
Decimal213220253
Binary110101011101110011111101
Octal325334375

Shades and tints

Shades of #D5DCFD

#D5DCFD
(213,220,253)
#C2C8E6
(194,200,230)
#AFB4CF
(175,180,207)
#9CA0B8
(156,160,184)
#898CA1
(137,140,161)
#76788A
(118,120,138)
#636473
(99,100,115)
#50505C
(80,80,92)
#3D3C45
(61,60,69)
#2A282E
(42,40,46)
#171417
(23,20,23)
#000000
(0,0,0)

Tints of #D5DCFD

#D5DCFD
(213,220,253)
#D8DFFD
(216,223,253)
#DBE2FD
(219,226,253)
#DEE5FD
(222,229,253)
#E1E8FD
(225,232,253)
#E4EBFD
(228,235,253)
#E7EEFD
(231,238,253)
#EAF1FD
(234,241,253)
#EDF4FD
(237,244,253)
#F0F7FD
(240,247,253)
#F3FAFD
(243,250,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5DCFD; }

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

This text font color is #D5DCFD.


Background Color

.myBgColor { background-color: #D5DCFD; }

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

This div background color is #D5DCFD.


Border color

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

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

This div border color is #D5DCFD.


Opacity

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

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

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

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

This text has shadow with #D5DCFD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5DCFD on black background.


Color preview on white background

This text has color #D5DCFD on white background.



Black color preview on #D5DCFD background

This text has black color on #D5DCFD background.


White color preview on #D5DCFD background

This text has white color on #D5DCFD background.