COLOR #D7C8CE

HEX: #D7C8CE RGB: (215,200,206)

Color info

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

RGB color model

#D7C8CE color RGB value is (215,200,206).

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

RGB channels and saturation

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

215
200
206

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

Portions of RGB colors in percentages

R + G + B =
215 + 200 + 206 = 621 (100%)
R 215 of 621 ~ 34.62%
G 200 of 621 ~ 32.21%
B 206 of 621 ~ 33.17%

%34.62
%32.21
%33.17

CMYK color model

#D7C8CE color CMYK value is (0,7,4,16).

  • cyan value is 0.00%
  • magenta value is 6.98%
  • yellow value is 4.19%
  • key color value is 15.69%
CMYK: (0,7,4,16) C0M7Y4K16 (0%,7%,4%,16%) (0.00/0.07/0.04/0.16)

CMYK percentages

%0
%6.98
%4.19
%15.69

Codes

Color #D7C8CE in popluar color models

D7C8CE
RGB215200206
HSL336°15.79%81.37%
HSB/HSV336°6.98%84.31%
CMYK0.00%6.98%4.19%
15.69%

Color #D7C8CE in popluar number systems.

HEXD7C8CE
Decimal215200206
Binary110101111100100011001110
Octal327310316

Shades and tints

Shades of #D7C8CE

#D7C8CE
(215,200,206)
#C4B6BC
(196,182,188)
#B1A4AA
(177,164,170)
#9E9298
(158,146,152)
#8B8086
(139,128,134)
#786E74
(120,110,116)
#655C62
(101,92,98)
#524A50
(82,74,80)
#3F383E
(63,56,62)
#2C262C
(44,38,44)
#19141A
(25,20,26)
#000000
(0,0,0)

Tints of #D7C8CE

#D7C8CE
(215,200,206)
#DACDD2
(218,205,210)
#DDD2D6
(221,210,214)
#E0D7DA
(224,215,218)
#E3DCDE
(227,220,222)
#E6E1E2
(230,225,226)
#E9E6E6
(233,230,230)
#ECEBEA
(236,235,234)
#EFF0EE
(239,240,238)
#F2F5F2
(242,245,242)
#F5FAF6
(245,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7C8CE; }

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

This text font color is #D7C8CE.


Background Color

.myBgColor { background-color: #D7C8CE; }

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

This div background color is #D7C8CE.


Border color

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

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

This div border color is #D7C8CE.


Opacity

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

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

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

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

This text has shadow with #D7C8CE color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #D7C8CE on black background.


Color preview on white background

This text has color #D7C8CE on white background.



Black color preview on #D7C8CE background

This text has black color on #D7C8CE background.


White color preview on #D7C8CE background

This text has white color on #D7C8CE background.