COLOR #DCDFC6

HEX: #DCDFC6
RGB: (220,223,198)

Color info

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

RGB color model

#DCDFC6 color RGB value is (220,223,198).

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

RGB channels and saturation

R 220 of 255 = 86%
G 223 of 255 = 87%
B 198 of 255 = 78%

220
223
198

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

Portions of RGB colors in percentages

R + G + B =
220 + 223 + 198 = 641 (100%)
R 220 of 641 ~ 34.32%
G 223 of 641 ~ 34.79%
B 198 of 641 ~ 30.89%

%34.32
%34.79
%30.89

CMYK color model

#DCDFC6 color CMYK value is (1,0,11,13).

  • cyan value is 1.35%
  • magenta value is 0.00%
  • yellow value is 11.21%
  • key color value is 12.55%
CMYK:
(1,0,11,13)
C1M0Y11K13 
(1%,0%,11%,13%)
(0.01/0.00/0.11/0.13)	

CMYK percentages

%1.35
%0
%11.21
%12.55

Codes

Color #DCDFC6 in popluar color models

DCDFC6
RGB220223198
HSL67°28.09%82.55%
HSB/HSV67°11.21%87.45%
CMYK1.35%0.00%11.21%
12.55%

Color #DCDFC6 in popluar number systems.

HEXDCDFC6
Decimal220223198
Binary110111001101111111000110
Octal334337306

Shades and tints

Shades of #DCDFC6

#DCDFC6
(220,223,198)
#C8CBB4
(200,203,180)
#B4B7A2
(180,183,162)
#A0A390
(160,163,144)
#8C8F7E
(140,143,126)
#787B6C
(120,123,108)
#64675A
(100,103,90)
#505348
(80,83,72)
#3C3F36
(60,63,54)
#282B24
(40,43,36)
#141712
(20,23,18)
#000000
(0,0,0)

Tints of #DCDFC6

#DCDFC6
(220,223,198)
#DFE1CB
(223,225,203)
#E2E3D0
(226,227,208)
#E5E5D5
(229,229,213)
#E8E7DA
(232,231,218)
#EBE9DF
(235,233,223)
#EEEBE4
(238,235,228)
#F1EDE9
(241,237,233)
#F4EFEE
(244,239,238)
#F7F1F3
(247,241,243)
#FAF3F8
(250,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCDFC6; }

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

This text font color is #DCDFC6.


Background Color

.myBgColor { background-color: #DCDFC6; }

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

This div background color is #DCDFC6.


Border color

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

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

This div border color is #DCDFC6.


Opacity

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

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

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

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

This text has shadow with #DCDFC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCDFC6 on black background.


Color preview on white background

This text has color #DCDFC6 on white background.



Black color preview on #DCDFC6 background

This text has black color on #DCDFC6 background.


White color preview on #DCDFC6 background

This text has white color on #DCDFC6 background.