COLOR #D3D6E0

HEX: #D3D6E0 RGB: (211,214,224)

Color info

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

RGB color model

#D3D6E0 color RGB value is (211,214,224).

RGB: (211,214,224) (83%, 84%, 88%)

RGB channels and saturation

R 211 of 255 = 83%
G 214 of 255 = 84%
B 224 of 255 = 88%

211
214
224

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

Portions of RGB colors in percentages

R + G + B = 211 + 214 + 224 = 649 (100%)
R 211 of 649 ~ 32.51%
G 214 of 649 ~ 32.97%
B 224 of 649 ~ 34.51'%

%32.51
%32.97
%34.51

CMYK color model

#D3D6E0 color CMYK value is (6,4,0,12).

  • cyan value is 5.80%
  • magenta value is 4.46%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK: (6,4,0,12) C6M4Y0K12 (6%,4%,0%,12%) (0.06/0.04/0.00/0.12) 

CMYK percentages

%5.8
%4.46
%0
%12.16

Codes

Color #D3D6E0 in popluar color models

D3 D6 E0
RGB 211 214 224
HSL 226° 17.33% 85.29%
HSB/HSV 226° 5.80% 87.84%
CMYK 5.80% 4.46% 0.00%
12.16%

Color #D3D6E0 in popluar number systems.

HEX D3 D6 E0
Decimal 211 214 224
Binary 11010011 11010110 11100000
Octal 323 326 340

Shades and tints

Shades of #D3D6E0

#D3D6E0
(211,214,224)
#C0C3CC
(192,195,204)
#ADB0B8
(173,176,184)
#9A9DA4
(154,157,164)
#878A90
(135,138,144)
#74777C
(116,119,124)
#616468
(97,100,104)
#4E5154
(78,81,84)
#3B3E40
(59,62,64)
#282B2C
(40,43,44)
#151818
(21,24,24)
#000000
(0,0,0)

Tints of #D3D6E0

#D3D6E0
(211,214,224)
#D7D9E2
(215,217,226)
#DBDCE4
(219,220,228)
#DFDFE6
(223,223,230)
#E3E2E8
(227,226,232)
#E7E5EA
(231,229,234)
#EBE8EC
(235,232,236)
#EFEBEE
(239,235,238)
#F3EEF0
(243,238,240)
#F7F1F2
(247,241,242)
#FBF4F4
(251,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3D6E0 color. Also use rgb(211,214,224) instead hex code.

Text Font Color

.myTextColor { color: #D3D6E0; }

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

This text font color is #D3D6E0.

Background Color

.myBgColor { background-color: #D3D6E0; }

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

This div background color is #D3D6E0.

Border color

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

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

This div border color is #D3D6E0.

Opacity

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

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

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

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

This text has shadow with #D3D6E0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D3D6E0.

Preview

Color preview on black background

This text has color #D3D6E0 on black background.


Color preview on white background

This text has color #D3D6E0 on white background.


Black color preview on #D3D6E0 background

This text has black color on #D3D6E0 background.


White color preview on #D3D6E0 background

This text has white color on #D3D6E0 background.


Related colors

Complementary color

Complementary color for #hex is #2C291F.


I love getcolorcode.com

Triadic colors

1 #E0D3D6 and #D6E0D3 with #D3D6E0 are triadic colors.

2 #E0D6D3 and #D6D3E0 with #D3D6E0 are triadic colors.