COLOR #D6D3CB

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

214
211
203

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

Portions of RGB colors in percentages

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

%34.08
%33.6
%32.32

CMYK color model

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

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

CMYK percentages

%0
%1.4
%5.14
%16.08

Codes

Color #D6D3CB in popluar color models

D6D3CB
RGB214211203
HSL44°11.83%81.76%
HSB/HSV44°5.14%83.92%
CMYK0.00%1.40%5.14%
16.08%

Color #D6D3CB in popluar number systems.

HEXD6D3CB
Decimal214211203
Binary110101101101001111001011
Octal326323313

Shades and tints

Shades of #D6D3CB

#D6D3CB
(214,211,203)
#C3C0B9
(195,192,185)
#B0ADA7
(176,173,167)
#9D9A95
(157,154,149)
#8A8783
(138,135,131)
#777471
(119,116,113)
#64615F
(100,97,95)
#514E4D
(81,78,77)
#3E3B3B
(62,59,59)
#2B2829
(43,40,41)
#181517
(24,21,23)
#000000
(0,0,0)

Tints of #D6D3CB

#D6D3CB
(214,211,203)
#D9D7CF
(217,215,207)
#DCDBD3
(220,219,211)
#DFDFD7
(223,223,215)
#E2E3DB
(226,227,219)
#E5E7DF
(229,231,223)
#E8EBE3
(232,235,227)
#EBEFE7
(235,239,231)
#EEF3EB
(238,243,235)
#F1F7EF
(241,247,239)
#F4FBF3
(244,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6D3CB; }

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

This text font color is #D6D3CB.


Background Color

.myBgColor { background-color: #D6D3CB; }

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

This div background color is #D6D3CB.


Border color

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

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

This div border color is #D6D3CB.


Opacity

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

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

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

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

This text has shadow with #D6D3CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6D3CB on black background.


Color preview on white background

This text has color #D6D3CB on white background.



Black color preview on #D6D3CB background

This text has black color on #D6D3CB background.


White color preview on #D6D3CB background

This text has white color on #D6D3CB background.