COLOR #D9C1CA

HEX: #D9C1CA
RGB: (217,193,202)

Color info

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

RGB color model

#D9C1CA color RGB value is (217,193,202).

  • red value is 217;
  • green value is 193;
  • blue value is 202.
RGB:
(217,193,202)
(85%,76%,79%)

RGB channels and saturation

R 217 of 255 = 85%
G 193 of 255 = 76%
B 202 of 255 = 79%

217
193
202

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

Portions of RGB colors in percentages

R + G + B =
217 + 193 + 202 = 612 (100%)
R 217 of 612 ~ 35.46%
G 193 of 612 ~ 31.54%
B 202 of 612 ~ 33.01%

%35.46
%31.54
%33.01

CMYK color model

#D9C1CA color CMYK value is (0,11,7,15).

  • cyan value is 0.00%
  • magenta value is 11.06%
  • yellow value is 6.91%
  • key color value is 14.90%
CMYK:
(0,11,7,15)
C0M11Y7K15 
(0%,11%,7%,15%)
(0.00/0.11/0.07/0.15)	

CMYK percentages

%0
%11.06
%6.91
%14.9

Codes

Color #D9C1CA in popluar color models

D9C1CA
RGB217193202
HSL338°24.00%80.39%
HSB/HSV338°11.06%85.10%
CMYK0.00%11.06%6.91%
14.90%

Color #D9C1CA in popluar number systems.

HEXD9C1CA
Decimal217193202
Binary110110011100000111001010
Octal331301312

Shades and tints

Shades of #D9C1CA

#D9C1CA
(217,193,202)
#C6B0B8
(198,176,184)
#B39FA6
(179,159,166)
#A08E94
(160,142,148)
#8D7D82
(141,125,130)
#7A6C70
(122,108,112)
#675B5E
(103,91,94)
#544A4C
(84,74,76)
#41393A
(65,57,58)
#2E2828
(46,40,40)
#1B1716
(27,23,22)
#000000
(0,0,0)

Tints of #D9C1CA

#D9C1CA
(217,193,202)
#DCC6CE
(220,198,206)
#DFCBD2
(223,203,210)
#E2D0D6
(226,208,214)
#E5D5DA
(229,213,218)
#E8DADE
(232,218,222)
#EBDFE2
(235,223,226)
#EEE4E6
(238,228,230)
#F1E9EA
(241,233,234)
#F4EEEE
(244,238,238)
#F7F3F2
(247,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9C1CA color. Also use rgb(217,193,202) instead hex code.

Text Font Color

.myTextColor { color: #D9C1CA; }

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

This text font color is #D9C1CA.


Background Color

.myBgColor { background-color: #D9C1CA; }

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

This div background color is #D9C1CA.


Border color

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

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

This div border color is #D9C1CA.


Opacity

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

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

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

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

This text has shadow with #D9C1CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9C1CA on black background.


Color preview on white background

This text has color #D9C1CA on white background.



Black color preview on #D9C1CA background

This text has black color on #D9C1CA background.


White color preview on #D9C1CA background

This text has white color on #D9C1CA background.