COLOR #D5D7CE

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

213
215
206

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

Portions of RGB colors in percentages

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

%33.6
%33.91
%32.49

CMYK color model

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

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

CMYK percentages

%0.93
%0
%4.19
%15.69

Codes

Color #D5D7CE in popluar color models

D5D7CE
RGB213215206
HSL73°10.11%82.55%
HSB/HSV73°4.19%84.31%
CMYK0.93%0.00%4.19%
15.69%

Color #D5D7CE in popluar number systems.

HEXD5D7CE
Decimal213215206
Binary110101011101011111001110
Octal325327316

Shades and tints

Shades of #D5D7CE

#D5D7CE
(213,215,206)
#C2C4BC
(194,196,188)
#AFB1AA
(175,177,170)
#9C9E98
(156,158,152)
#898B86
(137,139,134)
#767874
(118,120,116)
#636562
(99,101,98)
#505250
(80,82,80)
#3D3F3E
(61,63,62)
#2A2C2C
(42,44,44)
#17191A
(23,25,26)
#000000
(0,0,0)

Tints of #D5D7CE

#D5D7CE
(213,215,206)
#D8DAD2
(216,218,210)
#DBDDD6
(219,221,214)
#DEE0DA
(222,224,218)
#E1E3DE
(225,227,222)
#E4E6E2
(228,230,226)
#E7E9E6
(231,233,230)
#EAECEA
(234,236,234)
#EDEFEE
(237,239,238)
#F0F2F2
(240,242,242)
#F3F5F6
(243,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5D7CE; }

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

This text font color is #D5D7CE.


Background Color

.myBgColor { background-color: #D5D7CE; }

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

This div background color is #D5D7CE.


Border color

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

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

This div border color is #D5D7CE.


Opacity

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

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

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

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

This text has shadow with #D5D7CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5D7CE on black background.


Color preview on white background

This text has color #D5D7CE on white background.



Black color preview on #D5D7CE background

This text has black color on #D5D7CE background.


White color preview on #D5D7CE background

This text has white color on #D5D7CE background.