COLOR #D9C4CA

HEX: #D9C4CA
RGB: (217,196,202)

Color info

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

RGB color model

#D9C4CA color RGB value is (217,196,202).

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

RGB channels and saturation

R 217 of 255 = 85%
G 196 of 255 = 77%
B 202 of 255 = 79%

217
196
202

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

Portions of RGB colors in percentages

R + G + B =
217 + 196 + 202 = 615 (100%)
R 217 of 615 ~ 35.28%
G 196 of 615 ~ 31.87%
B 202 of 615 ~ 32.85%

%35.28
%31.87
%32.85

CMYK color model

#D9C4CA color CMYK value is (0,10,7,15).

  • cyan value is 0.00%
  • magenta value is 9.68%
  • yellow value is 6.91%
  • key color value is 14.90%
CMYK:
(0,10,7,15)
C0M10Y7K15 
(0%,10%,7%,15%)
(0.00/0.10/0.07/0.15)	

CMYK percentages

%0
%9.68
%6.91
%14.9

Codes

Color #D9C4CA in popluar color models

D9C4CA
RGB217196202
HSL343°21.65%80.98%
HSB/HSV343°9.68%85.10%
CMYK0.00%9.68%6.91%
14.90%

Color #D9C4CA in popluar number systems.

HEXD9C4CA
Decimal217196202
Binary110110011100010011001010
Octal331304312

Shades and tints

Shades of #D9C4CA

#D9C4CA
(217,196,202)
#C6B3B8
(198,179,184)
#B3A2A6
(179,162,166)
#A09194
(160,145,148)
#8D8082
(141,128,130)
#7A6F70
(122,111,112)
#675E5E
(103,94,94)
#544D4C
(84,77,76)
#413C3A
(65,60,58)
#2E2B28
(46,43,40)
#1B1A16
(27,26,22)
#000000
(0,0,0)

Tints of #D9C4CA

#D9C4CA
(217,196,202)
#DCC9CE
(220,201,206)
#DFCED2
(223,206,210)
#E2D3D6
(226,211,214)
#E5D8DA
(229,216,218)
#E8DDDE
(232,221,222)
#EBE2E2
(235,226,226)
#EEE7E6
(238,231,230)
#F1ECEA
(241,236,234)
#F4F1EE
(244,241,238)
#F7F6F2
(247,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9C4CA; }

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

This text font color is #D9C4CA.


Background Color

.myBgColor { background-color: #D9C4CA; }

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

This div background color is #D9C4CA.


Border color

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

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

This div border color is #D9C4CA.


Opacity

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

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

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

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

This text has shadow with #D9C4CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9C4CA on black background.


Color preview on white background

This text has color #D9C4CA on white background.



Black color preview on #D9C4CA background

This text has black color on #D9C4CA background.


White color preview on #D9C4CA background

This text has white color on #D9C4CA background.