COLOR #D3DAD6

HEX: #D3DAD6
RGB: (211,218,214)

Color info

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

RGB color model

#D3DAD6 color RGB value is (211,218,214).

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

RGB channels and saturation

R 211 of 255 = 83%
G 218 of 255 = 85%
B 214 of 255 = 84%

211
218
214

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

Portions of RGB colors in percentages

R + G + B =
211 + 218 + 214 = 643 (100%)
R 211 of 643 ~ 32.81%
G 218 of 643 ~ 33.9%
B 214 of 643 ~ 33.28%

%32.81
%33.9
%33.28

CMYK color model

#D3DAD6 color CMYK value is (3,0,2,15).

  • cyan value is 3.21%
  • magenta value is 0.00%
  • yellow value is 1.83%
  • key color value is 14.51%
CMYK:
(3,0,2,15)
C3M0Y2K15 
(3%,0%,2%,15%)
(0.03/0.00/0.02/0.15)	

CMYK percentages

%3.21
%0
%1.83
%14.51

Codes

Color #D3DAD6 in popluar color models

D3DAD6
RGB211218214
HSL146°8.64%84.12%
HSB/HSV146°3.21%85.49%
CMYK3.21%0.00%1.83%
14.51%

Color #D3DAD6 in popluar number systems.

HEXD3DAD6
Decimal211218214
Binary110100111101101011010110
Octal323332326

Shades and tints

Shades of #D3DAD6

#D3DAD6
(211,218,214)
#C0C7C3
(192,199,195)
#ADB4B0
(173,180,176)
#9AA19D
(154,161,157)
#878E8A
(135,142,138)
#747B77
(116,123,119)
#616864
(97,104,100)
#4E5551
(78,85,81)
#3B423E
(59,66,62)
#282F2B
(40,47,43)
#151C18
(21,28,24)
#000000
(0,0,0)

Tints of #D3DAD6

#D3DAD6
(211,218,214)
#D7DDD9
(215,221,217)
#DBE0DC
(219,224,220)
#DFE3DF
(223,227,223)
#E3E6E2
(227,230,226)
#E7E9E5
(231,233,229)
#EBECE8
(235,236,232)
#EFEFEB
(239,239,235)
#F3F2EE
(243,242,238)
#F7F5F1
(247,245,241)
#FBF8F4
(251,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3DAD6; }

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

This text font color is #D3DAD6.


Background Color

.myBgColor { background-color: #D3DAD6; }

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

This div background color is #D3DAD6.


Border color

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

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

This div border color is #D3DAD6.


Opacity

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

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

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

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

This text has shadow with #D3DAD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3DAD6 on black background.


Color preview on white background

This text has color #D3DAD6 on white background.



Black color preview on #D3DAD6 background

This text has black color on #D3DAD6 background.


White color preview on #D3DAD6 background

This text has white color on #D3DAD6 background.