COLOR #D1DFE3

HEX: #D1DFE3
RGB: (209,223,227)

Color info

#D1DFE3 contains red, green and blue colors in about the same proportion. Web safe color of #D1DFE3 is #CCCCCC (or #CCC).

RGB color model

#D1DFE3 color RGB value is (209,223,227).

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

RGB channels and saturation

R 209 of 255 = 82%
G 223 of 255 = 87%
B 227 of 255 = 89%

209
223
227

R + G + B ~ 86%. #D1DFE3 is light color.

Portions of RGB colors in percentages

R + G + B =
209 + 223 + 227 = 659 (100%)
R 209 of 659 ~ 31.71%
G 223 of 659 ~ 33.84%
B 227 of 659 ~ 34.45%

%31.71
%33.84
%34.45

CMYK color model

#D1DFE3 color CMYK value is (8,2,0,11).

  • cyan value is 7.93%
  • magenta value is 1.76%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(8,2,0,11)
C8M2Y0K11 
(8%,2%,0%,11%)
(0.08/0.02/0.00/0.11)	

CMYK percentages

%7.93
%1.76
%0
%10.98

Codes

Color #D1DFE3 in popluar color models

D1DFE3
RGB209223227
HSL193°24.32%85.49%
HSB/HSV193°7.93%89.02%
CMYK7.93%1.76%0.00%
10.98%

Color #D1DFE3 in popluar number systems.

HEXD1DFE3
Decimal209223227
Binary110100011101111111100011
Octal321337343

Shades and tints

Shades of #D1DFE3

#D1DFE3
(209,223,227)
#BECBCF
(190,203,207)
#ABB7BB
(171,183,187)
#98A3A7
(152,163,167)
#858F93
(133,143,147)
#727B7F
(114,123,127)
#5F676B
(95,103,107)
#4C5357
(76,83,87)
#393F43
(57,63,67)
#262B2F
(38,43,47)
#13171B
(19,23,27)
#000000
(0,0,0)

Tints of #D1DFE3

#D1DFE3
(209,223,227)
#D5E1E5
(213,225,229)
#D9E3E7
(217,227,231)
#DDE5E9
(221,229,233)
#E1E7EB
(225,231,235)
#E5E9ED
(229,233,237)
#E9EBEF
(233,235,239)
#EDEDF1
(237,237,241)
#F1EFF3
(241,239,243)
#F5F1F5
(245,241,245)
#F9F3F7
(249,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1DFE3; }

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

This text font color is #D1DFE3.


Background Color

.myBgColor { background-color: #D1DFE3; }

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

This div background color is #D1DFE3.


Border color

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

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

This div border color is #D1DFE3.


Opacity

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

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

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

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

This text has shadow with #D1DFE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1DFE3 on black background.


Color preview on white background

This text has color #D1DFE3 on white background.



Black color preview on #D1DFE3 background

This text has black color on #D1DFE3 background.


White color preview on #D1DFE3 background

This text has white color on #D1DFE3 background.