COLOR #D8C8C5

HEX: #D8C8C5
RGB: (216,200,197)

Color info

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

RGB color model

#D8C8C5 color RGB value is (216,200,197).

  • red value is 216;
  • green value is 200;
  • blue value is 197.
RGB:
(216,200,197)
(85%,78%,77%)

RGB channels and saturation

R 216 of 255 = 85%
G 200 of 255 = 78%
B 197 of 255 = 77%

216
200
197

R + G + B ~ 80%. #D8C8C5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
216 + 200 + 197 = 613 (100%)
R 216 of 613 ~ 35.24%
G 200 of 613 ~ 32.63%
B 197 of 613 ~ 32.14%

%35.24
%32.63
%32.14

CMYK color model

#D8C8C5 color CMYK value is (0,7,9,15).

  • cyan value is 0.00%
  • magenta value is 7.41%
  • yellow value is 8.80%
  • key color value is 15.29%
CMYK:
(0,7,9,15)
C0M7Y9K15 
(0%,7%,9%,15%)
(0.00/0.07/0.09/0.15)	

CMYK percentages

%0
%7.41
%8.8
%15.29

Codes

Color #D8C8C5 in popluar color models

D8C8C5
RGB216200197
HSL19.59%80.98%
HSB/HSV8.80%84.71%
CMYK0.00%7.41%8.80%
15.29%

Color #D8C8C5 in popluar number systems.

HEXD8C8C5
Decimal216200197
Binary110110001100100011000101
Octal330310305

Shades and tints

Shades of #D8C8C5

#D8C8C5
(216,200,197)
#C5B6B4
(197,182,180)
#B2A4A3
(178,164,163)
#9F9292
(159,146,146)
#8C8081
(140,128,129)
#796E70
(121,110,112)
#665C5F
(102,92,95)
#534A4E
(83,74,78)
#40383D
(64,56,61)
#2D262C
(45,38,44)
#1A141B
(26,20,27)
#000000
(0,0,0)

Tints of #D8C8C5

#D8C8C5
(216,200,197)
#DBCDCA
(219,205,202)
#DED2CF
(222,210,207)
#E1D7D4
(225,215,212)
#E4DCD9
(228,220,217)
#E7E1DE
(231,225,222)
#EAE6E3
(234,230,227)
#EDEBE8
(237,235,232)
#F0F0ED
(240,240,237)
#F3F5F2
(243,245,242)
#F6FAF7
(246,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8C8C5 color. Also use rgb(216,200,197) instead hex code.

Text Font Color

.myTextColor { color: #D8C8C5; }

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

This text font color is #D8C8C5.


Background Color

.myBgColor { background-color: #D8C8C5; }

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

This div background color is #D8C8C5.


Border color

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

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

This div border color is #D8C8C5.


Opacity

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

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

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

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

This text has shadow with #D8C8C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8C8C5 on black background.


Color preview on white background

This text has color #D8C8C5 on white background.



Black color preview on #D8C8C5 background

This text has black color on #D8C8C5 background.


White color preview on #D8C8C5 background

This text has white color on #D8C8C5 background.