COLOR #DCDBC6

HEX: #DCDBC6
RGB: (220,219,198)

Color info

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

RGB color model

#DCDBC6 color RGB value is (220,219,198).

  • red value is 220;
  • green value is 219;
  • blue value is 198.
RGB:
(220,219,198)
(86%,86%,78%)

RGB channels and saturation

R 220 of 255 = 86%
G 219 of 255 = 86%
B 198 of 255 = 78%

220
219
198

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

Portions of RGB colors in percentages

R + G + B =
220 + 219 + 198 = 637 (100%)
R 220 of 637 ~ 34.54%
G 219 of 637 ~ 34.38%
B 198 of 637 ~ 31.08%

%34.54
%34.38
%31.08

CMYK color model

#DCDBC6 color CMYK value is (0,0,10,14).

  • cyan value is 0.00%
  • magenta value is 0.45%
  • yellow value is 10.00%
  • key color value is 13.73%
CMYK:
(0,0,10,14)
C0M0Y10K14 
(0%,0%,10%,14%)
(0.00/0.00/0.10/0.14)	

CMYK percentages

%0
%0.45
%10
%13.73

Codes

Color #DCDBC6 in popluar color models

DCDBC6
RGB220219198
HSL57°23.91%81.96%
HSB/HSV57°10.00%86.27%
CMYK0.00%0.45%10.00%
13.73%

Color #DCDBC6 in popluar number systems.

HEXDCDBC6
Decimal220219198
Binary110111001101101111000110
Octal334333306

Shades and tints

Shades of #DCDBC6

#DCDBC6
(220,219,198)
#C8C8B4
(200,200,180)
#B4B5A2
(180,181,162)
#A0A290
(160,162,144)
#8C8F7E
(140,143,126)
#787C6C
(120,124,108)
#64695A
(100,105,90)
#505648
(80,86,72)
#3C4336
(60,67,54)
#283024
(40,48,36)
#141D12
(20,29,18)
#000000
(0,0,0)

Tints of #DCDBC6

#DCDBC6
(220,219,198)
#DFDECB
(223,222,203)
#E2E1D0
(226,225,208)
#E5E4D5
(229,228,213)
#E8E7DA
(232,231,218)
#EBEADF
(235,234,223)
#EEEDE4
(238,237,228)
#F1F0E9
(241,240,233)
#F4F3EE
(244,243,238)
#F7F6F3
(247,246,243)
#FAF9F8
(250,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCDBC6 color. Also use rgb(220,219,198) instead hex code.

Text Font Color

.myTextColor { color: #DCDBC6; }

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

This text font color is #DCDBC6.


Background Color

.myBgColor { background-color: #DCDBC6; }

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

This div background color is #DCDBC6.


Border color

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

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

This div border color is #DCDBC6.


Opacity

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

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

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

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

This text has shadow with #DCDBC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCDBC6 on black background.


Color preview on white background

This text has color #DCDBC6 on white background.



Black color preview on #DCDBC6 background

This text has black color on #DCDBC6 background.


White color preview on #DCDBC6 background

This text has white color on #DCDBC6 background.