COLOR #D9C0CF

HEX: #D9C0CF
RGB: (217,192,207)

Color info

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

RGB color model

#D9C0CF color RGB value is (217,192,207).

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

RGB channels and saturation

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

217
192
207

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

Portions of RGB colors in percentages

R + G + B =
217 + 192 + 207 = 616 (100%)
R 217 of 616 ~ 35.23%
G 192 of 616 ~ 31.17%
B 207 of 616 ~ 33.6%

%35.23
%31.17
%33.6

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 11.52%
  • yellow value is 4.61%
  • 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
%4.61
%14.9

Codes

Color #D9C0CF in popluar color models

D9C0CF
RGB217192207
HSL324°24.75%80.20%
HSB/HSV324°11.52%85.10%
CMYK0.00%11.52%4.61%
14.90%

Color #D9C0CF in popluar number systems.

HEXD9C0CF
Decimal217192207
Binary110110011100000011001111
Octal331300317

Shades and tints

Shades of #D9C0CF

#D9C0CF
(217,192,207)
#C6AFBD
(198,175,189)
#B39EAB
(179,158,171)
#A08D99
(160,141,153)
#8D7C87
(141,124,135)
#7A6B75
(122,107,117)
#675A63
(103,90,99)
#544951
(84,73,81)
#41383F
(65,56,63)
#2E272D
(46,39,45)
#1B161B
(27,22,27)
#000000
(0,0,0)

Tints of #D9C0CF

#D9C0CF
(217,192,207)
#DCC5D3
(220,197,211)
#DFCAD7
(223,202,215)
#E2CFDB
(226,207,219)
#E5D4DF
(229,212,223)
#E8D9E3
(232,217,227)
#EBDEE7
(235,222,231)
#EEE3EB
(238,227,235)
#F1E8EF
(241,232,239)
#F4EDF3
(244,237,243)
#F7F2F7
(247,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9C0CF; }

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

This text font color is #D9C0CF.


Background Color

.myBgColor { background-color: #D9C0CF; }

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

This div background color is #D9C0CF.


Border color

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

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

This div border color is #D9C0CF.


Opacity

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

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

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

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

This text has shadow with #D9C0CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9C0CF on black background.


Color preview on white background

This text has color #D9C0CF on white background.



Black color preview on #D9C0CF background

This text has black color on #D9C0CF background.


White color preview on #D9C0CF background

This text has white color on #D9C0CF background.