COLOR #D8D5CE

HEX: #D8D5CE RGB: (216,213,206)

Color info

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

RGB color model

#D8D5CE color RGB value is (216,213,206).

RGB: (216,213,206) (85%, 84%, 81%)

RGB channels and saturation

R 216 of 255 = 85%
G 213 of 255 = 84%
B 206 of 255 = 81%

216
213
206

R + G + B ~ 83%. #D8D5CE is quite light color.

Portions of RGB colors in percentages

R + G + B = 216 + 213 + 206 = 635 (100%)
R 216 of 635 ~ 34.02%
G 213 of 635 ~ 33.54%
B 206 of 635 ~ 32.44'%

%34.02
%33.54
%32.44

CMYK color model

#D8D5CE color CMYK value is (0,1,5,15).

  • cyan value is 0.00%
  • magenta value is 1.39%
  • yellow value is 4.63%
  • key color value is 15.29%

CMYK: (0,1,5,15)
C0M1Y5K15 (0%, 1%, 5%, 15%)
(0.00 / 0.01 / 0.05 / 0.15)

CMYK percentages

%0
%1.39
%4.63
%15.29

Codes

Color #D8D5CE in popluar color models

D8 D5 CE
RGB 216 213 206
HSL 42° 11.36% 82.75%
HSB/HSV 42° 4.63% 84.71%
CMYK 0.00% 1.39% 4.63%
15.29%

Color #D8D5CE in popluar number systems.

HEX D8 D5 CE
Decimal 216 213 206
Binary 11011000 11010101 11001110
Octal 330 325 316

Shades and tints

Shades of #D8D5CE

#D8D5CE
(216,213,206)
#C5C2BC
(197,194,188)
#B2AFAA
(178,175,170)
#9F9C98
(159,156,152)
#8C8986
(140,137,134)
#797674
(121,118,116)
#666362
(102,99,98)
#535050
(83,80,80)
#403D3E
(64,61,62)
#2D2A2C
(45,42,44)
#1A171A
(26,23,26)
#000000
(0,0,0)

Tints of #D8D5CE

#D8D5CE
(216,213,206)
#DBD8D2
(219,216,210)
#DEDBD6
(222,219,214)
#E1DEDA
(225,222,218)
#E4E1DE
(228,225,222)
#E7E4E2
(231,228,226)
#EAE7E6
(234,231,230)
#EDEAEA
(237,234,234)
#F0EDEE
(240,237,238)
#F3F0F2
(243,240,242)
#F6F3F6
(246,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8D5CE color. Also use rgb(216,213,206) instead hex code.

Text Font Color

.myTextColor { color: #D8D5CE; }

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

This text font color is #D8D5CE.

Background Color

.myBgColor { background-color: #D8D5CE; }

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

This div background color is #D8D5CE.

Border color

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

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

This div border color is #D8D5CE.

Opacity

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

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

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

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

This text has shadow with #D8D5CE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D8D5CE.

Preview

Color preview on black background

This text has color #D8D5CE on black background.


Color preview on white background

This text has color #D8D5CE on white background.


Black color preview on #D8D5CE background

This text has black color on #D8D5CE background.


White color preview on #D8D5CE background

This text has white color on #D8D5CE background.


Related colors

Complementary color

Complementary color for #hex is #272A31.


I love getcolorcode.com

Triadic colors

1 #CED8D5 and #D5CED8 with #D8D5CE are triadic colors.

2 #CED5D8 and #D5D8CE with #D8D5CE are triadic colors.