COLOR #DCDFE6

HEX: #DCDFE6
RGB: (220,223,230)

Color info

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

RGB color model

#DCDFE6 color RGB value is (220,223,230).

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

RGB channels and saturation

R 220 of 255 = 86%
G 223 of 255 = 87%
B 230 of 255 = 90%

220
223
230

R + G + B ~ 88%. #DCDFE6 is light color.

Portions of RGB colors in percentages

R + G + B =
220 + 223 + 230 = 673 (100%)
R 220 of 673 ~ 32.69%
G 223 of 673 ~ 33.14%
B 230 of 673 ~ 34.18%

%32.69
%33.14
%34.18

CMYK color model

#DCDFE6 color CMYK value is (4,3,0,10).

  • cyan value is 4.35%
  • magenta value is 3.04%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(4,3,0,10)
C4M3Y0K10 
(4%,3%,0%,10%)
(0.04/0.03/0.00/0.10)	

CMYK percentages

%4.35
%3.04
%0
%9.8

Codes

Color #DCDFE6 in popluar color models

DCDFE6
RGB220223230
HSL222°16.67%88.24%
HSB/HSV222°4.35%90.20%
CMYK4.35%3.04%0.00%
9.80%

Color #DCDFE6 in popluar number systems.

HEXDCDFE6
Decimal220223230
Binary110111001101111111100110
Octal334337346

Shades and tints

Shades of #DCDFE6

#DCDFE6
(220,223,230)
#C8CBD2
(200,203,210)
#B4B7BE
(180,183,190)
#A0A3AA
(160,163,170)
#8C8F96
(140,143,150)
#787B82
(120,123,130)
#64676E
(100,103,110)
#50535A
(80,83,90)
#3C3F46
(60,63,70)
#282B32
(40,43,50)
#14171E
(20,23,30)
#000000
(0,0,0)

Tints of #DCDFE6

#DCDFE6
(220,223,230)
#DFE1E8
(223,225,232)
#E2E3EA
(226,227,234)
#E5E5EC
(229,229,236)
#E8E7EE
(232,231,238)
#EBE9F0
(235,233,240)
#EEEBF2
(238,235,242)
#F1EDF4
(241,237,244)
#F4EFF6
(244,239,246)
#F7F1F8
(247,241,248)
#FAF3FA
(250,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCDFE6; }

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

This text font color is #DCDFE6.


Background Color

.myBgColor { background-color: #DCDFE6; }

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

This div background color is #DCDFE6.


Border color

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

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

This div border color is #DCDFE6.


Opacity

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

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

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

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

This text has shadow with #DCDFE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCDFE6 on black background.


Color preview on white background

This text has color #DCDFE6 on white background.



Black color preview on #DCDFE6 background

This text has black color on #DCDFE6 background.


White color preview on #DCDFE6 background

This text has white color on #DCDFE6 background.