COLOR #D9CAD3

HEX: #D9CAD3
RGB: (217,202,211)

Color info

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

RGB color model

#D9CAD3 color RGB value is (217,202,211).

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

RGB channels and saturation

R 217 of 255 = 85%
G 202 of 255 = 79%
B 211 of 255 = 83%

217
202
211

R + G + B ~ 82%. #D9CAD3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
217 + 202 + 211 = 630 (100%)
R 217 of 630 ~ 34.44%
G 202 of 630 ~ 32.06%
B 211 of 630 ~ 33.49%

%34.44
%32.06
%33.49

CMYK color model

#D9CAD3 color CMYK value is (0,7,3,15).

  • cyan value is 0.00%
  • magenta value is 6.91%
  • yellow value is 2.76%
  • key color value is 14.90%
CMYK:
(0,7,3,15)
C0M7Y3K15 
(0%,7%,3%,15%)
(0.00/0.07/0.03/0.15)	

CMYK percentages

%0
%6.91
%2.76
%14.9

Codes

Color #D9CAD3 in popluar color models

D9CAD3
RGB217202211
HSL324°16.48%82.16%
HSB/HSV324°6.91%85.10%
CMYK0.00%6.91%2.76%
14.90%

Color #D9CAD3 in popluar number systems.

HEXD9CAD3
Decimal217202211
Binary110110011100101011010011
Octal331312323

Shades and tints

Shades of #D9CAD3

#D9CAD3
(217,202,211)
#C6B8C0
(198,184,192)
#B3A6AD
(179,166,173)
#A0949A
(160,148,154)
#8D8287
(141,130,135)
#7A7074
(122,112,116)
#675E61
(103,94,97)
#544C4E
(84,76,78)
#413A3B
(65,58,59)
#2E2828
(46,40,40)
#1B1615
(27,22,21)
#000000
(0,0,0)

Tints of #D9CAD3

#D9CAD3
(217,202,211)
#DCCED7
(220,206,215)
#DFD2DB
(223,210,219)
#E2D6DF
(226,214,223)
#E5DAE3
(229,218,227)
#E8DEE7
(232,222,231)
#EBE2EB
(235,226,235)
#EEE6EF
(238,230,239)
#F1EAF3
(241,234,243)
#F4EEF7
(244,238,247)
#F7F2FB
(247,242,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9CAD3; }

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

This text font color is #D9CAD3.


Background Color

.myBgColor { background-color: #D9CAD3; }

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

This div background color is #D9CAD3.


Border color

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

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

This div border color is #D9CAD3.


Opacity

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

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

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

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

This text has shadow with #D9CAD3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9CAD3 on black background.


Color preview on white background

This text has color #D9CAD3 on white background.



Black color preview on #D9CAD3 background

This text has black color on #D9CAD3 background.


White color preview on #D9CAD3 background

This text has white color on #D9CAD3 background.