COLOR #D1DFE9

HEX: #D1DFE9
RGB: (209,223,233)

Color info

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

RGB color model

#D1DFE9 color RGB value is (209,223,233).

  • red value is 209;
  • green value is 223;
  • blue value is 233.
RGB:
(209,223,233)
(82%,87%,91%)

RGB channels and saturation

R 209 of 255 = 82%
G 223 of 255 = 87%
B 233 of 255 = 91%

209
223
233

R + G + B ~ 87%. #D1DFE9 is light color.

Portions of RGB colors in percentages

R + G + B =
209 + 223 + 233 = 665 (100%)
R 209 of 665 ~ 31.43%
G 223 of 665 ~ 33.53%
B 233 of 665 ~ 35.04%

%31.43
%33.53
%35.04

CMYK color model

#D1DFE9 color CMYK value is (10,4,0,9).

  • cyan value is 10.30%
  • magenta value is 4.29%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(10,4,0,9)
C10M4Y0K9 
(10%,4%,0%,9%)
(0.10/0.04/0.00/0.09)	

CMYK percentages

%10.3
%4.29
%0
%8.63

Codes

Color #D1DFE9 in popluar color models

D1DFE9
RGB209223233
HSL205°35.29%86.67%
HSB/HSV205°10.30%91.37%
CMYK10.30%4.29%0.00%
8.63%

Color #D1DFE9 in popluar number systems.

HEXD1DFE9
Decimal209223233
Binary110100011101111111101001
Octal321337351

Shades and tints

Shades of #D1DFE9

#D1DFE9
(209,223,233)
#BECBD4
(190,203,212)
#ABB7BF
(171,183,191)
#98A3AA
(152,163,170)
#858F95
(133,143,149)
#727B80
(114,123,128)
#5F676B
(95,103,107)
#4C5356
(76,83,86)
#393F41
(57,63,65)
#262B2C
(38,43,44)
#131717
(19,23,23)
#000000
(0,0,0)

Tints of #D1DFE9

#D1DFE9
(209,223,233)
#D5E1EB
(213,225,235)
#D9E3ED
(217,227,237)
#DDE5EF
(221,229,239)
#E1E7F1
(225,231,241)
#E5E9F3
(229,233,243)
#E9EBF5
(233,235,245)
#EDEDF7
(237,237,247)
#F1EFF9
(241,239,249)
#F5F1FB
(245,241,251)
#F9F3FD
(249,243,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1DFE9 color. Also use rgb(209,223,233) instead hex code.

Text Font Color

.myTextColor { color: #D1DFE9; }

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

This text font color is #D1DFE9.


Background Color

.myBgColor { background-color: #D1DFE9; }

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

This div background color is #D1DFE9.


Border color

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

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

This div border color is #D1DFE9.


Opacity

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

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

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

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

This text has shadow with #D1DFE9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1DFE9 on black background.


Color preview on white background

This text has color #D1DFE9 on white background.



Black color preview on #D1DFE9 background

This text has black color on #D1DFE9 background.


White color preview on #D1DFE9 background

This text has white color on #D1DFE9 background.