COLOR #D9CADF

HEX: #D9CADF
RGB: (217,202,223)

Color info

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

RGB color model

#D9CADF color RGB value is (217,202,223).

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

RGB channels and saturation

R 217 of 255 = 85%
G 202 of 255 = 79%
B 223 of 255 = 87%

217
202
223

R + G + B ~ 84%. #D9CADF is quite light color.

Portions of RGB colors in percentages

R + G + B =
217 + 202 + 223 = 642 (100%)
R 217 of 642 ~ 33.8%
G 202 of 642 ~ 31.46%
B 223 of 642 ~ 34.74%

%33.8
%31.46
%34.74

CMYK color model

#D9CADF color CMYK value is (3,9,0,13).

  • cyan value is 2.69%
  • magenta value is 9.42%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(3,9,0,13)
C3M9Y0K13 
(3%,9%,0%,13%)
(0.03/0.09/0.00/0.13)	

CMYK percentages

%2.69
%9.42
%0
%12.55

Codes

Color #D9CADF in popluar color models

D9CADF
RGB217202223
HSL283°24.71%83.33%
HSB/HSV283°9.42%87.45%
CMYK2.69%9.42%0.00%
12.55%

Color #D9CADF in popluar number systems.

HEXD9CADF
Decimal217202223
Binary110110011100101011011111
Octal331312337

Shades and tints

Shades of #D9CADF

#D9CADF
(217,202,223)
#C6B8CB
(198,184,203)
#B3A6B7
(179,166,183)
#A094A3
(160,148,163)
#8D828F
(141,130,143)
#7A707B
(122,112,123)
#675E67
(103,94,103)
#544C53
(84,76,83)
#413A3F
(65,58,63)
#2E282B
(46,40,43)
#1B1617
(27,22,23)
#000000
(0,0,0)

Tints of #D9CADF

#D9CADF
(217,202,223)
#DCCEE1
(220,206,225)
#DFD2E3
(223,210,227)
#E2D6E5
(226,214,229)
#E5DAE7
(229,218,231)
#E8DEE9
(232,222,233)
#EBE2EB
(235,226,235)
#EEE6ED
(238,230,237)
#F1EAEF
(241,234,239)
#F4EEF1
(244,238,241)
#F7F2F3
(247,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9CADF; }

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

This text font color is #D9CADF.


Background Color

.myBgColor { background-color: #D9CADF; }

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

This div background color is #D9CADF.


Border color

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

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

This div border color is #D9CADF.


Opacity

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

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

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

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

This text has shadow with #D9CADF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9CADF on black background.


Color preview on white background

This text has color #D9CADF on white background.



Black color preview on #D9CADF background

This text has black color on #D9CADF background.


White color preview on #D9CADF background

This text has white color on #D9CADF background.