COLOR #D1DCF2

HEX: #D1DCF2
RGB: (209,220,242)

Color info

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

RGB color model

#D1DCF2 color RGB value is (209,220,242).

  • red value is 209;
  • green value is 220;
  • blue value is 242.
RGB:
(209,220,242)
(82%,86%,95%)

RGB channels and saturation

R 209 of 255 = 82%
G 220 of 255 = 86%
B 242 of 255 = 95%

209
220
242

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

Portions of RGB colors in percentages

R + G + B =
209 + 220 + 242 = 671 (100%)
R 209 of 671 ~ 31.15%
G 220 of 671 ~ 32.79%
B 242 of 671 ~ 36.07%

%31.15
%32.79
%36.07

CMYK color model

#D1DCF2 color CMYK value is (14,9,0,5).

  • cyan value is 13.64%
  • magenta value is 9.09%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(14,9,0,5)
C14M9Y0K5 
(14%,9%,0%,5%)
(0.14/0.09/0.00/0.05)	

CMYK percentages

%13.64
%9.09
%0
%5.1

Codes

Color #D1DCF2 in popluar color models

D1DCF2
RGB209220242
HSL220°55.93%88.43%
HSB/HSV220°13.64%94.90%
CMYK13.64%9.09%0.00%
5.10%

Color #D1DCF2 in popluar number systems.

HEXD1DCF2
Decimal209220242
Binary110100011101110011110010
Octal321334362

Shades and tints

Shades of #D1DCF2

#D1DCF2
(209,220,242)
#BEC8DC
(190,200,220)
#ABB4C6
(171,180,198)
#98A0B0
(152,160,176)
#858C9A
(133,140,154)
#727884
(114,120,132)
#5F646E
(95,100,110)
#4C5058
(76,80,88)
#393C42
(57,60,66)
#26282C
(38,40,44)
#131416
(19,20,22)
#000000
(0,0,0)

Tints of #D1DCF2

#D1DCF2
(209,220,242)
#D5DFF3
(213,223,243)
#D9E2F4
(217,226,244)
#DDE5F5
(221,229,245)
#E1E8F6
(225,232,246)
#E5EBF7
(229,235,247)
#E9EEF8
(233,238,248)
#EDF1F9
(237,241,249)
#F1F4FA
(241,244,250)
#F5F7FB
(245,247,251)
#F9FAFC
(249,250,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1DCF2 color. Also use rgb(209,220,242) instead hex code.

Text Font Color

.myTextColor { color: #D1DCF2; }

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

This text font color is #D1DCF2.


Background Color

.myBgColor { background-color: #D1DCF2; }

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

This div background color is #D1DCF2.


Border color

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

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

This div border color is #D1DCF2.


Opacity

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

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

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

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

This text has shadow with #D1DCF2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1DCF2 on black background.


Color preview on white background

This text has color #D1DCF2 on white background.



Black color preview on #D1DCF2 background

This text has black color on #D1DCF2 background.


White color preview on #D1DCF2 background

This text has white color on #D1DCF2 background.