COLOR #D9C0CD

HEX: #D9C0CD
RGB: (217,192,205)

Color info

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

RGB color model

#D9C0CD color RGB value is (217,192,205).

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

RGB channels and saturation

R 217 of 255 = 85%
G 192 of 255 = 75%
B 205 of 255 = 80%

217
192
205

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

Portions of RGB colors in percentages

R + G + B =
217 + 192 + 205 = 614 (100%)
R 217 of 614 ~ 35.34%
G 192 of 614 ~ 31.27%
B 205 of 614 ~ 33.39%

%35.34
%31.27
%33.39

CMYK color model

#D9C0CD color CMYK value is (0,12,6,15).

  • cyan value is 0.00%
  • magenta value is 11.52%
  • yellow value is 5.53%
  • key color value is 14.90%
CMYK:
(0,12,6,15)
C0M12Y6K15 
(0%,12%,6%,15%)
(0.00/0.12/0.06/0.15)	

CMYK percentages

%0
%11.52
%5.53
%14.9

Codes

Color #D9C0CD in popluar color models

D9C0CD
RGB217192205
HSL329°24.75%80.20%
HSB/HSV329°11.52%85.10%
CMYK0.00%11.52%5.53%
14.90%

Color #D9C0CD in popluar number systems.

HEXD9C0CD
Decimal217192205
Binary110110011100000011001101
Octal331300315

Shades and tints

Shades of #D9C0CD

#D9C0CD
(217,192,205)
#C6AFBB
(198,175,187)
#B39EA9
(179,158,169)
#A08D97
(160,141,151)
#8D7C85
(141,124,133)
#7A6B73
(122,107,115)
#675A61
(103,90,97)
#54494F
(84,73,79)
#41383D
(65,56,61)
#2E272B
(46,39,43)
#1B1619
(27,22,25)
#000000
(0,0,0)

Tints of #D9C0CD

#D9C0CD
(217,192,205)
#DCC5D1
(220,197,209)
#DFCAD5
(223,202,213)
#E2CFD9
(226,207,217)
#E5D4DD
(229,212,221)
#E8D9E1
(232,217,225)
#EBDEE5
(235,222,229)
#EEE3E9
(238,227,233)
#F1E8ED
(241,232,237)
#F4EDF1
(244,237,241)
#F7F2F5
(247,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9C0CD; }

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

This text font color is #D9C0CD.


Background Color

.myBgColor { background-color: #D9C0CD; }

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

This div background color is #D9C0CD.


Border color

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

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

This div border color is #D9C0CD.


Opacity

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

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

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

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

This text has shadow with #D9C0CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9C0CD on black background.


Color preview on white background

This text has color #D9C0CD on white background.



Black color preview on #D9C0CD background

This text has black color on #D9C0CD background.


White color preview on #D9C0CD background

This text has white color on #D9C0CD background.