COLOR #DCD9DF

HEX: #DCD9DF
RGB: (220,217,223)

Color info

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

RGB color model

#DCD9DF color RGB value is (220,217,223).

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

RGB channels and saturation

R 220 of 255 = 86%
G 217 of 255 = 85%
B 223 of 255 = 87%

220
217
223

R + G + B ~ 86%. #DCD9DF is light color.

Portions of RGB colors in percentages

R + G + B =
220 + 217 + 223 = 660 (100%)
R 220 of 660 ~ 33.33%
G 217 of 660 ~ 32.88%
B 223 of 660 ~ 33.79%

%33.33
%32.88
%33.79

CMYK color model

#DCD9DF color CMYK value is (1,3,0,13).

  • cyan value is 1.35%
  • magenta value is 2.69%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(1,3,0,13)
C1M3Y0K13 
(1%,3%,0%,13%)
(0.01/0.03/0.00/0.13)	

CMYK percentages

%1.35
%2.69
%0
%12.55

Codes

Color #DCD9DF in popluar color models

DCD9DF
RGB220217223
HSL270°8.57%86.27%
HSB/HSV270°2.69%87.45%
CMYK1.35%2.69%0.00%
12.55%

Color #DCD9DF in popluar number systems.

HEXDCD9DF
Decimal220217223
Binary110111001101100111011111
Octal334331337

Shades and tints

Shades of #DCD9DF

#DCD9DF
(220,217,223)
#C8C6CB
(200,198,203)
#B4B3B7
(180,179,183)
#A0A0A3
(160,160,163)
#8C8D8F
(140,141,143)
#787A7B
(120,122,123)
#646767
(100,103,103)
#505453
(80,84,83)
#3C413F
(60,65,63)
#282E2B
(40,46,43)
#141B17
(20,27,23)
#000000
(0,0,0)

Tints of #DCD9DF

#DCD9DF
(220,217,223)
#DFDCE1
(223,220,225)
#E2DFE3
(226,223,227)
#E5E2E5
(229,226,229)
#E8E5E7
(232,229,231)
#EBE8E9
(235,232,233)
#EEEBEB
(238,235,235)
#F1EEED
(241,238,237)
#F4F1EF
(244,241,239)
#F7F4F1
(247,244,241)
#FAF7F3
(250,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCD9DF; }

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

This text font color is #DCD9DF.


Background Color

.myBgColor { background-color: #DCD9DF; }

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

This div background color is #DCD9DF.


Border color

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

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

This div border color is #DCD9DF.


Opacity

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

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

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

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

This text has shadow with #DCD9DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCD9DF on black background.


Color preview on white background

This text has color #DCD9DF on white background.



Black color preview on #DCD9DF background

This text has black color on #DCD9DF background.


White color preview on #DCD9DF background

This text has white color on #DCD9DF background.