COLOR #D8D2C6

HEX: #D8D2C6
RGB: (216,210,198)

Color info

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

RGB color model

#D8D2C6 color RGB value is (216,210,198).

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

RGB channels and saturation

R 216 of 255 = 85%
G 210 of 255 = 82%
B 198 of 255 = 78%

216
210
198

R + G + B ~ 82%. #D8D2C6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
216 + 210 + 198 = 624 (100%)
R 216 of 624 ~ 34.62%
G 210 of 624 ~ 33.65%
B 198 of 624 ~ 31.73%

%34.62
%33.65
%31.73

CMYK color model

#D8D2C6 color CMYK value is (0,3,8,15).

  • cyan value is 0.00%
  • magenta value is 2.78%
  • yellow value is 8.33%
  • key color value is 15.29%
CMYK:
(0,3,8,15)
C0M3Y8K15 
(0%,3%,8%,15%)
(0.00/0.03/0.08/0.15)	

CMYK percentages

%0
%2.78
%8.33
%15.29

Codes

Color #D8D2C6 in popluar color models

D8D2C6
RGB216210198
HSL40°18.75%81.18%
HSB/HSV40°8.33%84.71%
CMYK0.00%2.78%8.33%
15.29%

Color #D8D2C6 in popluar number systems.

HEXD8D2C6
Decimal216210198
Binary110110001101001011000110
Octal330322306

Shades and tints

Shades of #D8D2C6

#D8D2C6
(216,210,198)
#C5BFB4
(197,191,180)
#B2ACA2
(178,172,162)
#9F9990
(159,153,144)
#8C867E
(140,134,126)
#79736C
(121,115,108)
#66605A
(102,96,90)
#534D48
(83,77,72)
#403A36
(64,58,54)
#2D2724
(45,39,36)
#1A1412
(26,20,18)
#000000
(0,0,0)

Tints of #D8D2C6

#D8D2C6
(216,210,198)
#DBD6CB
(219,214,203)
#DEDAD0
(222,218,208)
#E1DED5
(225,222,213)
#E4E2DA
(228,226,218)
#E7E6DF
(231,230,223)
#EAEAE4
(234,234,228)
#EDEEE9
(237,238,233)
#F0F2EE
(240,242,238)
#F3F6F3
(243,246,243)
#F6FAF8
(246,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8D2C6; }

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

This text font color is #D8D2C6.


Background Color

.myBgColor { background-color: #D8D2C6; }

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

This div background color is #D8D2C6.


Border color

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

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

This div border color is #D8D2C6.


Opacity

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

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

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

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

This text has shadow with #D8D2C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8D2C6 on black background.


Color preview on white background

This text has color #D8D2C6 on white background.



Black color preview on #D8D2C6 background

This text has black color on #D8D2C6 background.


White color preview on #D8D2C6 background

This text has white color on #D8D2C6 background.