COLOR #D8C5CE

HEX: #D8C5CE RGB: (216,197,206)

Color info

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

RGB color model

#D8C5CE color RGB value is (216,197,206).

RGB: (216,197,206) (85%, 77%, 81%)

RGB channels and saturation

R 216 of 255 = 85%
G 197 of 255 = 77%
B 206 of 255 = 81%

216
197
206

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

Portions of RGB colors in percentages

R + G + B = 216 + 197 + 206 = 619 (100%)
R 216 of 619 ~ 34.89%
G 197 of 619 ~ 31.83%
B 206 of 619 ~ 33.28'%

%34.89
%31.83
%33.28

CMYK color model

#D8C5CE color CMYK value is (0,9,5,15).

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

CMYK: (0,9,5,15)
C0M9Y5K15 (0%, 9%, 5%, 15%)
(0.00 / 0.09 / 0.05 / 0.15)

CMYK percentages

%0
%8.8
%4.63
%15.29

Codes

Color #D8C5CE in popluar color models

D8 C5 CE
RGB 216 197 206
HSL 332° 19.59% 80.98%
HSB/HSV 332° 8.80% 84.71%
CMYK 0.00% 8.80% 4.63%
15.29%

Color #D8C5CE in popluar number systems.

HEX D8 C5 CE
Decimal 216 197 206
Binary 11011000 11000101 11001110
Octal 330 305 316

Shades and tints

Shades of #D8C5CE

#D8C5CE
(216,197,206)
#C5B4BC
(197,180,188)
#B2A3AA
(178,163,170)
#9F9298
(159,146,152)
#8C8186
(140,129,134)
#797074
(121,112,116)
#665F62
(102,95,98)
#534E50
(83,78,80)
#403D3E
(64,61,62)
#2D2C2C
(45,44,44)
#1A1B1A
(26,27,26)
#000000
(0,0,0)

Tints of #D8C5CE

#D8C5CE
(216,197,206)
#DBCAD2
(219,202,210)
#DECFD6
(222,207,214)
#E1D4DA
(225,212,218)
#E4D9DE
(228,217,222)
#E7DEE2
(231,222,226)
#EAE3E6
(234,227,230)
#EDE8EA
(237,232,234)
#F0EDEE
(240,237,238)
#F3F2F2
(243,242,242)
#F6F7F6
(246,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8C5CE; }

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

This text font color is #D8C5CE.

Background Color

.myBgColor { background-color: #D8C5CE; }

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

This div background color is #D8C5CE.

Border color

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

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

This div border color is #D8C5CE.

Opacity

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

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

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

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

This text has shadow with #D8C5CE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D8C5CE.

Preview

Color preview on black background

This text has color #D8C5CE on black background.


Color preview on white background

This text has color #D8C5CE on white background.


Black color preview on #D8C5CE background

This text has black color on #D8C5CE background.


White color preview on #D8C5CE background

This text has white color on #D8C5CE background.


Related colors

Complementary color

Complementary color for #hex is #273A31.


I love getcolorcode.com

Triadic colors

1 #CED8C5 and #C5CED8 with #D8C5CE are triadic colors.

2 #CEC5D8 and #C5D8CE with #D8C5CE are triadic colors.