COLOR #D8C6CD

HEX: #D8C6CD
RGB: (216,198,205)

Color info

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

RGB color model

#D8C6CD color RGB value is (216,198,205).

  • red value is 216;
  • green value is 198;
  • blue value is 205.
RGB:
(216,198,205)
(85%,78%,80%)

RGB channels and saturation

R 216 of 255 = 85%
G 198 of 255 = 78%
B 205 of 255 = 80%

216
198
205

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

Portions of RGB colors in percentages

R + G + B =
216 + 198 + 205 = 619 (100%)
R 216 of 619 ~ 34.89%
G 198 of 619 ~ 31.99%
B 205 of 619 ~ 33.12%

%34.89
%31.99
%33.12

CMYK color model

#D8C6CD color CMYK value is (0,8,5,15).

  • cyan value is 0.00%
  • magenta value is 8.33%
  • yellow value is 5.09%
  • key color value is 15.29%
CMYK:
(0,8,5,15)
C0M8Y5K15 
(0%,8%,5%,15%)
(0.00/0.08/0.05/0.15)	

CMYK percentages

%0
%8.33
%5.09
%15.29

Codes

Color #D8C6CD in popluar color models

D8C6CD
RGB216198205
HSL337°18.75%81.18%
HSB/HSV337°8.33%84.71%
CMYK0.00%8.33%5.09%
15.29%

Color #D8C6CD in popluar number systems.

HEXD8C6CD
Decimal216198205
Binary110110001100011011001101
Octal330306315

Shades and tints

Shades of #D8C6CD

#D8C6CD
(216,198,205)
#C5B4BB
(197,180,187)
#B2A2A9
(178,162,169)
#9F9097
(159,144,151)
#8C7E85
(140,126,133)
#796C73
(121,108,115)
#665A61
(102,90,97)
#53484F
(83,72,79)
#40363D
(64,54,61)
#2D242B
(45,36,43)
#1A1219
(26,18,25)
#000000
(0,0,0)

Tints of #D8C6CD

#D8C6CD
(216,198,205)
#DBCBD1
(219,203,209)
#DED0D5
(222,208,213)
#E1D5D9
(225,213,217)
#E4DADD
(228,218,221)
#E7DFE1
(231,223,225)
#EAE4E5
(234,228,229)
#EDE9E9
(237,233,233)
#F0EEED
(240,238,237)
#F3F3F1
(243,243,241)
#F6F8F5
(246,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8C6CD color. Also use rgb(216,198,205) instead hex code.

Text Font Color

.myTextColor { color: #D8C6CD; }

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

This text font color is #D8C6CD.


Background Color

.myBgColor { background-color: #D8C6CD; }

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

This div background color is #D8C6CD.


Border color

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

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

This div border color is #D8C6CD.


Opacity

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

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

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

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

This text has shadow with #D8C6CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8C6CD on black background.


Color preview on white background

This text has color #D8C6CD on white background.



Black color preview on #D8C6CD background

This text has black color on #D8C6CD background.


White color preview on #D8C6CD background

This text has white color on #D8C6CD background.