COLOR #D7C5CE

HEX: #D7C5CE
RGB: (215,197,206)

Color info

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

RGB color model

#D7C5CE color RGB value is (215,197,206).

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

RGB channels and saturation

R 215 of 255 = 84%
G 197 of 255 = 77%
B 206 of 255 = 81%

215
197
206

R + G + B ~ 81%. #D7C5CE is quite light color.

Portions of RGB colors in percentages

R + G + B =
215 + 197 + 206 = 618 (100%)
R 215 of 618 ~ 34.79%
G 197 of 618 ~ 31.88%
B 206 of 618 ~ 33.33%

%34.79
%31.88
%33.33

CMYK color model

#D7C5CE color CMYK value is (0,8,4,16).

  • cyan value is 0.00%
  • magenta value is 8.37%
  • yellow value is 4.19%
  • key color value is 15.69%
CMYK:
(0,8,4,16)
C0M8Y4K16 
(0%,8%,4%,16%)
(0.00/0.08/0.04/0.16)	

CMYK percentages

%0
%8.37
%4.19
%15.69

Codes

Color #D7C5CE in popluar color models

D7C5CE
RGB215197206
HSL330°18.37%80.78%
HSB/HSV330°8.37%84.31%
CMYK0.00%8.37%4.19%
15.69%

Color #D7C5CE in popluar number systems.

HEXD7C5CE
Decimal215197206
Binary110101111100010111001110
Octal327305316

Shades and tints

Shades of #D7C5CE

#D7C5CE
(215,197,206)
#C4B4BC
(196,180,188)
#B1A3AA
(177,163,170)
#9E9298
(158,146,152)
#8B8186
(139,129,134)
#787074
(120,112,116)
#655F62
(101,95,98)
#524E50
(82,78,80)
#3F3D3E
(63,61,62)
#2C2C2C
(44,44,44)
#191B1A
(25,27,26)
#000000
(0,0,0)

Tints of #D7C5CE

#D7C5CE
(215,197,206)
#DACAD2
(218,202,210)
#DDCFD6
(221,207,214)
#E0D4DA
(224,212,218)
#E3D9DE
(227,217,222)
#E6DEE2
(230,222,226)
#E9E3E6
(233,227,230)
#ECE8EA
(236,232,234)
#EFEDEE
(239,237,238)
#F2F2F2
(242,242,242)
#F5F7F6
(245,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7C5CE; }

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

This text font color is #D7C5CE.


Background Color

.myBgColor { background-color: #D7C5CE; }

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

This div background color is #D7C5CE.


Border color

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

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

This div border color is #D7C5CE.


Opacity

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

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

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

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

This text has shadow with #D7C5CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7C5CE on black background.


Color preview on white background

This text has color #D7C5CE on white background.



Black color preview on #D7C5CE background

This text has black color on #D7C5CE background.


White color preview on #D7C5CE background

This text has white color on #D7C5CE background.