COLOR #D3DBD6

HEX: #D3DBD6
RGB: (211,219,214)

Color info

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

RGB color model

#D3DBD6 color RGB value is (211,219,214).

  • red value is 211;
  • green value is 219;
  • blue value is 214.
RGB:
(211,219,214)
(83%,86%,84%)

RGB channels and saturation

R 211 of 255 = 83%
G 219 of 255 = 86%
B 214 of 255 = 84%

211
219
214

R + G + B ~ 84%. #D3DBD6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
211 + 219 + 214 = 644 (100%)
R 211 of 644 ~ 32.76%
G 219 of 644 ~ 34.01%
B 214 of 644 ~ 33.23%

%32.76
%34.01
%33.23

CMYK color model

#D3DBD6 color CMYK value is (4,0,2,14).

  • cyan value is 3.65%
  • magenta value is 0.00%
  • yellow value is 2.28%
  • key color value is 14.12%
CMYK:
(4,0,2,14)
C4M0Y2K14 
(4%,0%,2%,14%)
(0.04/0.00/0.02/0.14)	

CMYK percentages

%3.65
%0
%2.28
%14.12

Codes

Color #D3DBD6 in popluar color models

D3DBD6
RGB211219214
HSL143°10.00%84.31%
HSB/HSV143°3.65%85.88%
CMYK3.65%0.00%2.28%
14.12%

Color #D3DBD6 in popluar number systems.

HEXD3DBD6
Decimal211219214
Binary110100111101101111010110
Octal323333326

Shades and tints

Shades of #D3DBD6

#D3DBD6
(211,219,214)
#C0C8C3
(192,200,195)
#ADB5B0
(173,181,176)
#9AA29D
(154,162,157)
#878F8A
(135,143,138)
#747C77
(116,124,119)
#616964
(97,105,100)
#4E5651
(78,86,81)
#3B433E
(59,67,62)
#28302B
(40,48,43)
#151D18
(21,29,24)
#000000
(0,0,0)

Tints of #D3DBD6

#D3DBD6
(211,219,214)
#D7DED9
(215,222,217)
#DBE1DC
(219,225,220)
#DFE4DF
(223,228,223)
#E3E7E2
(227,231,226)
#E7EAE5
(231,234,229)
#EBEDE8
(235,237,232)
#EFF0EB
(239,240,235)
#F3F3EE
(243,243,238)
#F7F6F1
(247,246,241)
#FBF9F4
(251,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3DBD6; }

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

This text font color is #D3DBD6.


Background Color

.myBgColor { background-color: #D3DBD6; }

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

This div background color is #D3DBD6.


Border color

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

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

This div border color is #D3DBD6.


Opacity

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

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

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

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

This text has shadow with #D3DBD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3DBD6 on black background.


Color preview on white background

This text has color #D3DBD6 on white background.



Black color preview on #D3DBD6 background

This text has black color on #D3DBD6 background.


White color preview on #D3DBD6 background

This text has white color on #D3DBD6 background.