COLOR #D9D6CA

HEX: #D9D6CA
RGB: (217,214,202)

Color info

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

RGB color model

#D9D6CA color RGB value is (217,214,202).

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

RGB channels and saturation

R 217 of 255 = 85%
G 214 of 255 = 84%
B 202 of 255 = 79%

217
214
202

R + G + B ~ 83%. #D9D6CA is quite light color.

Portions of RGB colors in percentages

R + G + B =
217 + 214 + 202 = 633 (100%)
R 217 of 633 ~ 34.28%
G 214 of 633 ~ 33.81%
B 202 of 633 ~ 31.91%

%34.28
%33.81
%31.91

CMYK color model

#D9D6CA color CMYK value is (0,1,7,15).

  • cyan value is 0.00%
  • magenta value is 1.38%
  • yellow value is 6.91%
  • key color value is 14.90%
CMYK:
(0,1,7,15)
C0M1Y7K15 
(0%,1%,7%,15%)
(0.00/0.01/0.07/0.15)	

CMYK percentages

%0
%1.38
%6.91
%14.9

Codes

Color #D9D6CA in popluar color models

D9D6CA
RGB217214202
HSL48°16.48%82.16%
HSB/HSV48°6.91%85.10%
CMYK0.00%1.38%6.91%
14.90%

Color #D9D6CA in popluar number systems.

HEXD9D6CA
Decimal217214202
Binary110110011101011011001010
Octal331326312

Shades and tints

Shades of #D9D6CA

#D9D6CA
(217,214,202)
#C6C3B8
(198,195,184)
#B3B0A6
(179,176,166)
#A09D94
(160,157,148)
#8D8A82
(141,138,130)
#7A7770
(122,119,112)
#67645E
(103,100,94)
#54514C
(84,81,76)
#413E3A
(65,62,58)
#2E2B28
(46,43,40)
#1B1816
(27,24,22)
#000000
(0,0,0)

Tints of #D9D6CA

#D9D6CA
(217,214,202)
#DCD9CE
(220,217,206)
#DFDCD2
(223,220,210)
#E2DFD6
(226,223,214)
#E5E2DA
(229,226,218)
#E8E5DE
(232,229,222)
#EBE8E2
(235,232,226)
#EEEBE6
(238,235,230)
#F1EEEA
(241,238,234)
#F4F1EE
(244,241,238)
#F7F4F2
(247,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9D6CA; }

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

This text font color is #D9D6CA.


Background Color

.myBgColor { background-color: #D9D6CA; }

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

This div background color is #D9D6CA.


Border color

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

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

This div border color is #D9D6CA.


Opacity

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

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

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

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

This text has shadow with #D9D6CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9D6CA on black background.


Color preview on white background

This text has color #D9D6CA on white background.



Black color preview on #D9D6CA background

This text has black color on #D9D6CA background.


White color preview on #D9D6CA background

This text has white color on #D9D6CA background.