COLOR #D7C6CE

HEX: #D7C6CE
RGB: (215,198,206)

Color info

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

RGB color model

#D7C6CE color RGB value is (215,198,206).

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

RGB channels and saturation

R 215 of 255 = 84%
G 198 of 255 = 78%
B 206 of 255 = 81%

215
198
206

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

Portions of RGB colors in percentages

R + G + B =
215 + 198 + 206 = 619 (100%)
R 215 of 619 ~ 34.73%
G 198 of 619 ~ 31.99%
B 206 of 619 ~ 33.28%

%34.73
%31.99
%33.28

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 7.91%
  • 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
%7.91
%4.19
%15.69

Codes

Color #D7C6CE in popluar color models

D7C6CE
RGB215198206
HSL332°17.53%80.98%
HSB/HSV332°7.91%84.31%
CMYK0.00%7.91%4.19%
15.69%

Color #D7C6CE in popluar number systems.

HEXD7C6CE
Decimal215198206
Binary110101111100011011001110
Octal327306316

Shades and tints

Shades of #D7C6CE

#D7C6CE
(215,198,206)
#C4B4BC
(196,180,188)
#B1A2AA
(177,162,170)
#9E9098
(158,144,152)
#8B7E86
(139,126,134)
#786C74
(120,108,116)
#655A62
(101,90,98)
#524850
(82,72,80)
#3F363E
(63,54,62)
#2C242C
(44,36,44)
#19121A
(25,18,26)
#000000
(0,0,0)

Tints of #D7C6CE

#D7C6CE
(215,198,206)
#DACBD2
(218,203,210)
#DDD0D6
(221,208,214)
#E0D5DA
(224,213,218)
#E3DADE
(227,218,222)
#E6DFE2
(230,223,226)
#E9E4E6
(233,228,230)
#ECE9EA
(236,233,234)
#EFEEEE
(239,238,238)
#F2F3F2
(242,243,242)
#F5F8F6
(245,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7C6CE; }

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

This text font color is #D7C6CE.


Background Color

.myBgColor { background-color: #D7C6CE; }

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

This div background color is #D7C6CE.


Border color

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

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

This div border color is #D7C6CE.


Opacity

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

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

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

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

This text has shadow with #D7C6CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7C6CE on black background.


Color preview on white background

This text has color #D7C6CE on white background.



Black color preview on #D7C6CE background

This text has black color on #D7C6CE background.


White color preview on #D7C6CE background

This text has white color on #D7C6CE background.