COLOR #D1D5FC

HEX: #D1D5FC
RGB: (209,213,252)

Color info

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

RGB color model

#D1D5FC color RGB value is (209,213,252).

  • red value is 209;
  • green value is 213;
  • blue value is 252.
RGB:
(209,213,252)
(82%,84%,99%)

RGB channels and saturation

R 209 of 255 = 82%
G 213 of 255 = 84%
B 252 of 255 = 99%

209
213
252

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

Portions of RGB colors in percentages

R + G + B =
209 + 213 + 252 = 674 (100%)
R 209 of 674 ~ 31.01%
G 213 of 674 ~ 31.6%
B 252 of 674 ~ 37.39%

%31.01
%31.6
%37.39

CMYK color model

#D1D5FC color CMYK value is (17,15,0,1).

  • cyan value is 17.06%
  • magenta value is 15.48%
  • yellow value is 0.00%
  • key color value is 1.18%
CMYK:
(17,15,0,1)
C17M15Y0K1 
(17%,15%,0%,1%)
(0.17/0.15/0.00/0.01)	

CMYK percentages

%17.06
%15.48
%0
%1.18

Codes

Color #D1D5FC in popluar color models

D1D5FC
RGB209213252
HSL234°87.76%90.39%
HSB/HSV234°17.06%98.82%
CMYK17.06%15.48%0.00%
1.18%

Color #D1D5FC in popluar number systems.

HEXD1D5FC
Decimal209213252
Binary110100011101010111111100
Octal321325374

Shades and tints

Shades of #D1D5FC

#D1D5FC
(209,213,252)
#BEC2E6
(190,194,230)
#ABAFD0
(171,175,208)
#989CBA
(152,156,186)
#8589A4
(133,137,164)
#72768E
(114,118,142)
#5F6378
(95,99,120)
#4C5062
(76,80,98)
#393D4C
(57,61,76)
#262A36
(38,42,54)
#131720
(19,23,32)
#000000
(0,0,0)

Tints of #D1D5FC

#D1D5FC
(209,213,252)
#D5D8FC
(213,216,252)
#D9DBFC
(217,219,252)
#DDDEFC
(221,222,252)
#E1E1FC
(225,225,252)
#E5E4FC
(229,228,252)
#E9E7FC
(233,231,252)
#EDEAFC
(237,234,252)
#F1EDFC
(241,237,252)
#F5F0FC
(245,240,252)
#F9F3FC
(249,243,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1D5FC color. Also use rgb(209,213,252) instead hex code.

Text Font Color

.myTextColor { color: #D1D5FC; }

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

This text font color is #D1D5FC.


Background Color

.myBgColor { background-color: #D1D5FC; }

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

This div background color is #D1D5FC.


Border color

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

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

This div border color is #D1D5FC.


Opacity

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

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

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

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

This text has shadow with #D1D5FC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1D5FC on black background.


Color preview on white background

This text has color #D1D5FC on white background.



Black color preview on #D1D5FC background

This text has black color on #D1D5FC background.


White color preview on #D1D5FC background

This text has white color on #D1D5FC background.