COLOR #D9C0CE

HEX: #D9C0CE
RGB: (217,192,206)

Color info

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

RGB color model

#D9C0CE color RGB value is (217,192,206).

  • red value is 217;
  • green value is 192;
  • blue value is 206.
RGB:
(217,192,206)
(85%,75%,81%)

RGB channels and saturation

R 217 of 255 = 85%
G 192 of 255 = 75%
B 206 of 255 = 81%

217
192
206

R + G + B ~ 80%. #D9C0CE is quite light color.

Portions of RGB colors in percentages

R + G + B =
217 + 192 + 206 = 615 (100%)
R 217 of 615 ~ 35.28%
G 192 of 615 ~ 31.22%
B 206 of 615 ~ 33.5%

%35.28
%31.22
%33.5

CMYK color model

#D9C0CE color CMYK value is (0,12,5,15).

  • cyan value is 0.00%
  • magenta value is 11.52%
  • yellow value is 5.07%
  • key color value is 14.90%
CMYK:
(0,12,5,15)
C0M12Y5K15 
(0%,12%,5%,15%)
(0.00/0.12/0.05/0.15)	

CMYK percentages

%0
%11.52
%5.07
%14.9

Codes

Color #D9C0CE in popluar color models

D9C0CE
RGB217192206
HSL326°24.75%80.20%
HSB/HSV326°11.52%85.10%
CMYK0.00%11.52%5.07%
14.90%

Color #D9C0CE in popluar number systems.

HEXD9C0CE
Decimal217192206
Binary110110011100000011001110
Octal331300316

Shades and tints

Shades of #D9C0CE

#D9C0CE
(217,192,206)
#C6AFBC
(198,175,188)
#B39EAA
(179,158,170)
#A08D98
(160,141,152)
#8D7C86
(141,124,134)
#7A6B74
(122,107,116)
#675A62
(103,90,98)
#544950
(84,73,80)
#41383E
(65,56,62)
#2E272C
(46,39,44)
#1B161A
(27,22,26)
#000000
(0,0,0)

Tints of #D9C0CE

#D9C0CE
(217,192,206)
#DCC5D2
(220,197,210)
#DFCAD6
(223,202,214)
#E2CFDA
(226,207,218)
#E5D4DE
(229,212,222)
#E8D9E2
(232,217,226)
#EBDEE6
(235,222,230)
#EEE3EA
(238,227,234)
#F1E8EE
(241,232,238)
#F4EDF2
(244,237,242)
#F7F2F6
(247,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9C0CE; }

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

This text font color is #D9C0CE.


Background Color

.myBgColor { background-color: #D9C0CE; }

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

This div background color is #D9C0CE.


Border color

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

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

This div border color is #D9C0CE.


Opacity

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

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

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

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

This text has shadow with #D9C0CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9C0CE on black background.


Color preview on white background

This text has color #D9C0CE on white background.



Black color preview on #D9C0CE background

This text has black color on #D9C0CE background.


White color preview on #D9C0CE background

This text has white color on #D9C0CE background.