COLOR #D9C2CE

HEX: #D9C2CE
RGB: (217,194,206)

Color info

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

RGB color model

#D9C2CE color RGB value is (217,194,206).

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

RGB channels and saturation

R 217 of 255 = 85%
G 194 of 255 = 76%
B 206 of 255 = 81%

217
194
206

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

Portions of RGB colors in percentages

R + G + B =
217 + 194 + 206 = 617 (100%)
R 217 of 617 ~ 35.17%
G 194 of 617 ~ 31.44%
B 206 of 617 ~ 33.39%

%35.17
%31.44
%33.39

CMYK color model

#D9C2CE color CMYK value is (0,11,5,15).

  • cyan value is 0.00%
  • magenta value is 10.60%
  • yellow value is 5.07%
  • key color value is 14.90%
CMYK:
(0,11,5,15)
C0M11Y5K15 
(0%,11%,5%,15%)
(0.00/0.11/0.05/0.15)	

CMYK percentages

%0
%10.6
%5.07
%14.9

Codes

Color #D9C2CE in popluar color models

D9C2CE
RGB217194206
HSL329°23.23%80.59%
HSB/HSV329°10.60%85.10%
CMYK0.00%10.60%5.07%
14.90%

Color #D9C2CE in popluar number systems.

HEXD9C2CE
Decimal217194206
Binary110110011100001011001110
Octal331302316

Shades and tints

Shades of #D9C2CE

#D9C2CE
(217,194,206)
#C6B1BC
(198,177,188)
#B3A0AA
(179,160,170)
#A08F98
(160,143,152)
#8D7E86
(141,126,134)
#7A6D74
(122,109,116)
#675C62
(103,92,98)
#544B50
(84,75,80)
#413A3E
(65,58,62)
#2E292C
(46,41,44)
#1B181A
(27,24,26)
#000000
(0,0,0)

Tints of #D9C2CE

#D9C2CE
(217,194,206)
#DCC7D2
(220,199,210)
#DFCCD6
(223,204,214)
#E2D1DA
(226,209,218)
#E5D6DE
(229,214,222)
#E8DBE2
(232,219,226)
#EBE0E6
(235,224,230)
#EEE5EA
(238,229,234)
#F1EAEE
(241,234,238)
#F4EFF2
(244,239,242)
#F7F4F6
(247,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9C2CE; }

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

This text font color is #D9C2CE.


Background Color

.myBgColor { background-color: #D9C2CE; }

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

This div background color is #D9C2CE.


Border color

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

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

This div border color is #D9C2CE.


Opacity

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

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

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

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

This text has shadow with #D9C2CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9C2CE on black background.


Color preview on white background

This text has color #D9C2CE on white background.



Black color preview on #D9C2CE background

This text has black color on #D9C2CE background.


White color preview on #D9C2CE background

This text has white color on #D9C2CE background.