COLOR #D3DFD9

HEX: #D3DFD9 RGB: (211,223,217)

Color info

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

RGB color model

#D3DFD9 color RGB value is (211,223,217).

RGB: (211,223,217) (83%, 87%, 85%)

RGB channels and saturation

R 211 of 255 = 83%
G 223 of 255 = 87%
B 217 of 255 = 85%

211
223
217

R + G + B ~ 85%. #D3DFD9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 211 + 223 + 217 = 651 (100%)
R 211 of 651 ~ 32.41%
G 223 of 651 ~ 34.25%
B 217 of 651 ~ 33.33'%

%32.41
%34.25
%33.33

CMYK color model

#D3DFD9 color CMYK value is (5,0,3,13).

  • cyan value is 5.38%
  • magenta value is 0.00%
  • yellow value is 2.69%
  • key color value is 12.55%

CMYK: (5,0,3,13)
C5M0Y3K13 (5%, 0%, 3%, 13%)
(0.05 / 0.00 / 0.03 / 0.13)

CMYK percentages

%5.38
%0
%2.69
%12.55

Codes

Color #D3DFD9 in popluar color models

D3 DF D9
RGB 211 223 217
HSL 150° 15.79% 85.10%
HSB/HSV 150° 5.38% 87.45%
CMYK 5.38% 0.00% 2.69%
12.55%

Color #D3DFD9 in popluar number systems.

HEX D3 DF D9
Decimal 211 223 217
Binary 11010011 11011111 11011001
Octal 323 337 331

Shades and tints

Shades of #D3DFD9

#D3DFD9
(211,223,217)
#C0CBC6
(192,203,198)
#ADB7B3
(173,183,179)
#9AA3A0
(154,163,160)
#878F8D
(135,143,141)
#747B7A
(116,123,122)
#616767
(97,103,103)
#4E5354
(78,83,84)
#3B3F41
(59,63,65)
#282B2E
(40,43,46)
#15171B
(21,23,27)
#000000
(0,0,0)

Tints of #D3DFD9

#D3DFD9
(211,223,217)
#D7E1DC
(215,225,220)
#DBE3DF
(219,227,223)
#DFE5E2
(223,229,226)
#E3E7E5
(227,231,229)
#E7E9E8
(231,233,232)
#EBEBEB
(235,235,235)
#EFEDEE
(239,237,238)
#F3EFF1
(243,239,241)
#F7F1F4
(247,241,244)
#FBF3F7
(251,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3DFD9 color. Also use rgb(211,223,217) instead hex code.

Text Font Color

.myTextColor { color: #D3DFD9; }

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

This text font color is #D3DFD9.

Background Color

.myBgColor { background-color: #D3DFD9; }

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

This div background color is #D3DFD9.

Border color

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

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

This div border color is #D3DFD9.

Opacity

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

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

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

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

This text has shadow with #D3DFD9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D3DFD9.

Preview

Color preview on black background

This text has color #D3DFD9 on black background.


Color preview on white background

This text has color #D3DFD9 on white background.


Black color preview on #D3DFD9 background

This text has black color on #D3DFD9 background.


White color preview on #D3DFD9 background

This text has white color on #D3DFD9 background.


Related colors

Complementary color

Complementary color for #hex is #2C2026.


I love getcolorcode.com

Triadic colors

1 #D9D3DF and #DFD9D3 with #D3DFD9 are triadic colors.

2 #D9DFD3 and #DFD3D9 with #D3DFD9 are triadic colors.