COLOR #D7D3CE

HEX: #D7D3CE
RGB: (215,211,206)

Color info

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

RGB color model

#D7D3CE color RGB value is (215,211,206).

  • red value is 215;
  • green value is 211;
  • blue value is 206.
RGB:
(215,211,206)
(84%,83%,81%)

RGB channels and saturation

R 215 of 255 = 84%
G 211 of 255 = 83%
B 206 of 255 = 81%

215
211
206

R + G + B ~ 83%. #D7D3CE is quite light color.

Portions of RGB colors in percentages

R + G + B =
215 + 211 + 206 = 632 (100%)
R 215 of 632 ~ 34.02%
G 211 of 632 ~ 33.39%
B 206 of 632 ~ 32.59%

%34.02
%33.39
%32.59

CMYK color model

#D7D3CE color CMYK value is (0,2,4,16).

  • cyan value is 0.00%
  • magenta value is 1.86%
  • yellow value is 4.19%
  • key color value is 15.69%
CMYK:
(0,2,4,16)
C0M2Y4K16 
(0%,2%,4%,16%)
(0.00/0.02/0.04/0.16)	

CMYK percentages

%0
%1.86
%4.19
%15.69

Codes

Color #D7D3CE in popluar color models

D7D3CE
RGB215211206
HSL33°10.11%82.55%
HSB/HSV33°4.19%84.31%
CMYK0.00%1.86%4.19%
15.69%

Color #D7D3CE in popluar number systems.

HEXD7D3CE
Decimal215211206
Binary110101111101001111001110
Octal327323316

Shades and tints

Shades of #D7D3CE

#D7D3CE
(215,211,206)
#C4C0BC
(196,192,188)
#B1ADAA
(177,173,170)
#9E9A98
(158,154,152)
#8B8786
(139,135,134)
#787474
(120,116,116)
#656162
(101,97,98)
#524E50
(82,78,80)
#3F3B3E
(63,59,62)
#2C282C
(44,40,44)
#19151A
(25,21,26)
#000000
(0,0,0)

Tints of #D7D3CE

#D7D3CE
(215,211,206)
#DAD7D2
(218,215,210)
#DDDBD6
(221,219,214)
#E0DFDA
(224,223,218)
#E3E3DE
(227,227,222)
#E6E7E2
(230,231,226)
#E9EBE6
(233,235,230)
#ECEFEA
(236,239,234)
#EFF3EE
(239,243,238)
#F2F7F2
(242,247,242)
#F5FBF6
(245,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7D3CE color. Also use rgb(215,211,206) instead hex code.

Text Font Color

.myTextColor { color: #D7D3CE; }

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

This text font color is #D7D3CE.


Background Color

.myBgColor { background-color: #D7D3CE; }

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

This div background color is #D7D3CE.


Border color

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

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

This div border color is #D7D3CE.


Opacity

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

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

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

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

This text has shadow with #D7D3CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7D3CE on black background.


Color preview on white background

This text has color #D7D3CE on white background.



Black color preview on #D7D3CE background

This text has black color on #D7D3CE background.


White color preview on #D7D3CE background

This text has white color on #D7D3CE background.