COLOR #D3D6CB

HEX: #D3D6CB
RGB: (211,214,203)

Color info

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

RGB color model

#D3D6CB color RGB value is (211,214,203).

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

RGB channels and saturation

R 211 of 255 = 83%
G 214 of 255 = 84%
B 203 of 255 = 80%

211
214
203

R + G + B ~ 82%. #D3D6CB is quite light color.

Portions of RGB colors in percentages

R + G + B =
211 + 214 + 203 = 628 (100%)
R 211 of 628 ~ 33.6%
G 214 of 628 ~ 34.08%
B 203 of 628 ~ 32.32%

%33.6
%34.08
%32.32

CMYK color model

#D3D6CB color CMYK value is (1,0,5,16).

  • cyan value is 1.40%
  • magenta value is 0.00%
  • yellow value is 5.14%
  • key color value is 16.08%
CMYK:
(1,0,5,16)
C1M0Y5K16 
(1%,0%,5%,16%)
(0.01/0.00/0.05/0.16)	

CMYK percentages

%1.4
%0
%5.14
%16.08

Codes

Color #D3D6CB in popluar color models

D3D6CB
RGB211214203
HSL76°11.83%81.76%
HSB/HSV76°5.14%83.92%
CMYK1.40%0.00%5.14%
16.08%

Color #D3D6CB in popluar number systems.

HEXD3D6CB
Decimal211214203
Binary110100111101011011001011
Octal323326313

Shades and tints

Shades of #D3D6CB

#D3D6CB
(211,214,203)
#C0C3B9
(192,195,185)
#ADB0A7
(173,176,167)
#9A9D95
(154,157,149)
#878A83
(135,138,131)
#747771
(116,119,113)
#61645F
(97,100,95)
#4E514D
(78,81,77)
#3B3E3B
(59,62,59)
#282B29
(40,43,41)
#151817
(21,24,23)
#000000
(0,0,0)

Tints of #D3D6CB

#D3D6CB
(211,214,203)
#D7D9CF
(215,217,207)
#DBDCD3
(219,220,211)
#DFDFD7
(223,223,215)
#E3E2DB
(227,226,219)
#E7E5DF
(231,229,223)
#EBE8E3
(235,232,227)
#EFEBE7
(239,235,231)
#F3EEEB
(243,238,235)
#F7F1EF
(247,241,239)
#FBF4F3
(251,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3D6CB; }

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

This text font color is #D3D6CB.


Background Color

.myBgColor { background-color: #D3D6CB; }

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

This div background color is #D3D6CB.


Border color

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

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

This div border color is #D3D6CB.


Opacity

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

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

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

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

This text has shadow with #D3D6CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3D6CB on black background.


Color preview on white background

This text has color #D3D6CB on white background.



Black color preview on #D3D6CB background

This text has black color on #D3D6CB background.


White color preview on #D3D6CB background

This text has white color on #D3D6CB background.