COLOR #D9C5CE

HEX: #D9C5CE RGB: (217,197,206)

Color info

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

RGB color model

#D9C5CE color RGB value is (217,197,206).

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

RGB channels and saturation

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

217
197
206

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

Portions of RGB colors in percentages

R + G + B = 217 + 197 + 206 = 620 (100%)
R 217 of 620 ~ 35%
G 197 of 620 ~ 31.77%
B 206 of 620 ~ 33.23'%

%35
%31.77
%33.23

CMYK color model

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

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

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

CMYK percentages

%0
%9.22
%5.07
%14.9

Codes

Color #D9C5CE in popluar color models

D9 C5 CE
RGB 217 197 206
HSL 333° 20.83% 81.18%
HSB/HSV 333° 9.22% 85.10%
CMYK 0.00% 9.22% 5.07%
14.90%

Color #D9C5CE in popluar number systems.

HEX D9 C5 CE
Decimal 217 197 206
Binary 11011001 11000101 11001110
Octal 331 305 316

Shades and tints

Shades of #D9C5CE

#D9C5CE
(217,197,206)
#C6B4BC
(198,180,188)
#B3A3AA
(179,163,170)
#A09298
(160,146,152)
#8D8186
(141,129,134)
#7A7074
(122,112,116)
#675F62
(103,95,98)
#544E50
(84,78,80)
#413D3E
(65,61,62)
#2E2C2C
(46,44,44)
#1B1B1A
(27,27,26)
#000000
(0,0,0)

Tints of #D9C5CE

#D9C5CE
(217,197,206)
#DCCAD2
(220,202,210)
#DFCFD6
(223,207,214)
#E2D4DA
(226,212,218)
#E5D9DE
(229,217,222)
#E8DEE2
(232,222,226)
#EBE3E6
(235,227,230)
#EEE8EA
(238,232,234)
#F1EDEE
(241,237,238)
#F4F2F2
(244,242,242)
#F7F7F6
(247,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9C5CE; }

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

This text font color is #D9C5CE.

Background Color

.myBgColor { background-color: #D9C5CE; }

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

This div background color is #D9C5CE.

Border color

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

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

This div border color is #D9C5CE.

Opacity

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

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

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

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

This text has shadow with #D9C5CE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D9C5CE.

Preview

Color preview on black background

This text has color #D9C5CE on black background.


Color preview on white background

This text has color #D9C5CE on white background.


Black color preview on #D9C5CE background

This text has black color on #D9C5CE background.


White color preview on #D9C5CE background

This text has white color on #D9C5CE background.


Related colors

Complementary color

Complementary color for #hex is #263A31.


I love getcolorcode.com

Triadic colors

1 #CED9C5 and #C5CED9 with #D9C5CE are triadic colors.

2 #CEC5D9 and #C5D9CE with #D9C5CE are triadic colors.