COLOR #D9C9CE

HEX: #D9C9CE RGB: (217,201,206)

Color info

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

RGB color model

#D9C9CE color RGB value is (217,201,206).

RGB: (217,201,206) (85%, 79%, 81%)

RGB channels and saturation

R 217 of 255 = 85%
G 201 of 255 = 79%
B 206 of 255 = 81%

217
201
206

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

Portions of RGB colors in percentages

R + G + B = 217 + 201 + 206 = 624 (100%)
R 217 of 624 ~ 34.78%
G 201 of 624 ~ 32.21%
B 206 of 624 ~ 33.01'%

%34.78
%32.21
%33.01

CMYK color model

#D9C9CE color CMYK value is (0,7,5,15).

  • cyan value is 0.00%
  • magenta value is 7.37%
  • yellow value is 5.07%
  • key color value is 14.90%

CMYK: (0,7,5,15)
C0M7Y5K15 (0%, 7%, 5%, 15%)
(0.00 / 0.07 / 0.05 / 0.15)

CMYK percentages

%0
%7.37
%5.07
%14.9

Codes

Color #D9C9CE in popluar color models

D9 C9 CE
RGB 217 201 206
HSL 341° 17.39% 81.96%
HSB/HSV 341° 7.37% 85.10%
CMYK 0.00% 7.37% 5.07%
14.90%

Color #D9C9CE in popluar number systems.

HEX D9 C9 CE
Decimal 217 201 206
Binary 11011001 11001001 11001110
Octal 331 311 316

Shades and tints

Shades of #D9C9CE

#D9C9CE
(217,201,206)
#C6B7BC
(198,183,188)
#B3A5AA
(179,165,170)
#A09398
(160,147,152)
#8D8186
(141,129,134)
#7A6F74
(122,111,116)
#675D62
(103,93,98)
#544B50
(84,75,80)
#41393E
(65,57,62)
#2E272C
(46,39,44)
#1B151A
(27,21,26)
#000000
(0,0,0)

Tints of #D9C9CE

#D9C9CE
(217,201,206)
#DCCDD2
(220,205,210)
#DFD1D6
(223,209,214)
#E2D5DA
(226,213,218)
#E5D9DE
(229,217,222)
#E8DDE2
(232,221,226)
#EBE1E6
(235,225,230)
#EEE5EA
(238,229,234)
#F1E9EE
(241,233,238)
#F4EDF2
(244,237,242)
#F7F1F6
(247,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9C9CE color. Also use rgb(217,201,206) instead hex code.

Text Font Color

.myTextColor { color: #D9C9CE; }

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

This text font color is #D9C9CE.

Background Color

.myBgColor { background-color: #D9C9CE; }

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

This div background color is #D9C9CE.

Border color

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

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

This div border color is #D9C9CE.

Opacity

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

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

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

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

This text has shadow with #D9C9CE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D9C9CE.

Preview

Color preview on black background

This text has color #D9C9CE on black background.


Color preview on white background

This text has color #D9C9CE on white background.


Black color preview on #D9C9CE background

This text has black color on #D9C9CE background.


White color preview on #D9C9CE background

This text has white color on #D9C9CE background.


Related colors

Complementary color

Complementary color for #hex is #263631.


I love getcolorcode.com

Triadic colors

1 #CED9C9 and #C9CED9 with #D9C9CE are triadic colors.

2 #CEC9D9 and #C9D9CE with #D9C9CE are triadic colors.