COLOR #DCD9DA

HEX: #DCD9DA RGB: (220,217,218)

Color info

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

RGB color model

#DCD9DA color RGB value is (220,217,218).

RGB: (220,217,218) (86%, 85%, 85%)

RGB channels and saturation

R 220 of 255 = 86%
G 217 of 255 = 85%
B 218 of 255 = 85%

220
217
218

R + G + B ~ 85%. #DCD9DA is quite light color.

Portions of RGB colors in percentages

R + G + B = 220 + 217 + 218 = 655 (100%)
R 220 of 655 ~ 33.59%
G 217 of 655 ~ 33.13%
B 218 of 655 ~ 33.28'%

%33.59
%33.13
%33.28

CMYK color model

#DCD9DA color CMYK value is (0,1,1,14).

  • cyan value is 0.00%
  • magenta value is 1.36%
  • yellow value is 0.91%
  • key color value is 13.73%
CMYK: (0,1,1,14) C0M1Y1K14 (0%,1%,1%,14%) (0.00/0.01/0.01/0.14) 

CMYK percentages

%0
%1.36
%0.91
%13.73

Codes

Color #DCD9DA in popluar color models

DC D9 DA
RGB 220 217 218
HSL 340° 4.11% 85.69%
HSB/HSV 340° 1.36% 86.27%
CMYK 0.00% 1.36% 0.91%
13.73%

Color #DCD9DA in popluar number systems.

HEX DC D9 DA
Decimal 220 217 218
Binary 11011100 11011001 11011010
Octal 334 331 332

Shades and tints

Shades of #DCD9DA

#DCD9DA
(220,217,218)
#C8C6C7
(200,198,199)
#B4B3B4
(180,179,180)
#A0A0A1
(160,160,161)
#8C8D8E
(140,141,142)
#787A7B
(120,122,123)
#646768
(100,103,104)
#505455
(80,84,85)
#3C4142
(60,65,66)
#282E2F
(40,46,47)
#141B1C
(20,27,28)
#000000
(0,0,0)

Tints of #DCD9DA

#DCD9DA
(220,217,218)
#DFDCDD
(223,220,221)
#E2DFE0
(226,223,224)
#E5E2E3
(229,226,227)
#E8E5E6
(232,229,230)
#EBE8E9
(235,232,233)
#EEEBEC
(238,235,236)
#F1EEEF
(241,238,239)
#F4F1F2
(244,241,242)
#F7F4F5
(247,244,245)
#FAF7F8
(250,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCD9DA; }

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

This text font color is #DCD9DA.

Background Color

.myBgColor { background-color: #DCD9DA; }

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

This div background color is #DCD9DA.

Border color

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

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

This div border color is #DCD9DA.

Opacity

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

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

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

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

This text has shadow with #DCD9DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCD9DA.

Preview

Color preview on black background

This text has color #DCD9DA on black background.


Color preview on white background

This text has color #DCD9DA on white background.


Black color preview on #DCD9DA background

This text has black color on #DCD9DA background.


White color preview on #DCD9DA background

This text has white color on #DCD9DA background.


Related colors

Complementary color

Complementary color for #hex is #232625.


I love getcolorcode.com

Triadic colors

1 #DADCD9 and #D9DADC with #DCD9DA are triadic colors.

2 #DAD9DC and #D9DCDA with #DCD9DA are triadic colors.