COLOR #D7D5CE

HEX: #D7D5CE
RGB: (215,213,206)

Color info

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

RGB color model

#D7D5CE color RGB value is (215,213,206).

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

RGB channels and saturation

R 215 of 255 = 84%
G 213 of 255 = 84%
B 206 of 255 = 81%

215
213
206

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

Portions of RGB colors in percentages

R + G + B =
215 + 213 + 206 = 634 (100%)
R 215 of 634 ~ 33.91%
G 213 of 634 ~ 33.6%
B 206 of 634 ~ 32.49%

%33.91
%33.6
%32.49

CMYK color model

#D7D5CE color CMYK value is (0,1,4,16).

  • cyan value is 0.00%
  • magenta value is 0.93%
  • yellow value is 4.19%
  • key color value is 15.69%
CMYK:
(0,1,4,16)
C0M1Y4K16 
(0%,1%,4%,16%)
(0.00/0.01/0.04/0.16)	

CMYK percentages

%0
%0.93
%4.19
%15.69

Codes

Color #D7D5CE in popluar color models

D7D5CE
RGB215213206
HSL47°10.11%82.55%
HSB/HSV47°4.19%84.31%
CMYK0.00%0.93%4.19%
15.69%

Color #D7D5CE in popluar number systems.

HEXD7D5CE
Decimal215213206
Binary110101111101010111001110
Octal327325316

Shades and tints

Shades of #D7D5CE

#D7D5CE
(215,213,206)
#C4C2BC
(196,194,188)
#B1AFAA
(177,175,170)
#9E9C98
(158,156,152)
#8B8986
(139,137,134)
#787674
(120,118,116)
#656362
(101,99,98)
#525050
(82,80,80)
#3F3D3E
(63,61,62)
#2C2A2C
(44,42,44)
#19171A
(25,23,26)
#000000
(0,0,0)

Tints of #D7D5CE

#D7D5CE
(215,213,206)
#DAD8D2
(218,216,210)
#DDDBD6
(221,219,214)
#E0DEDA
(224,222,218)
#E3E1DE
(227,225,222)
#E6E4E2
(230,228,226)
#E9E7E6
(233,231,230)
#ECEAEA
(236,234,234)
#EFEDEE
(239,237,238)
#F2F0F2
(242,240,242)
#F5F3F6
(245,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7D5CE; }

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

This text font color is #D7D5CE.


Background Color

.myBgColor { background-color: #D7D5CE; }

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

This div background color is #D7D5CE.


Border color

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

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

This div border color is #D7D5CE.


Opacity

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

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

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

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

This text has shadow with #D7D5CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7D5CE on black background.


Color preview on white background

This text has color #D7D5CE on white background.



Black color preview on #D7D5CE background

This text has black color on #D7D5CE background.


White color preview on #D7D5CE background

This text has white color on #D7D5CE background.