COLOR #DCDFE7

HEX: #DCDFE7
RGB: (220,223,231)

Color info

#DCDFE7 contains red, green and blue colors in about the same proportion. Web safe color of #DCDFE7 is #CCCCFF (or #CCF).

RGB color model

#DCDFE7 color RGB value is (220,223,231).

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

RGB channels and saturation

R 220 of 255 = 86%
G 223 of 255 = 87%
B 231 of 255 = 91%

220
223
231

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

Portions of RGB colors in percentages

R + G + B =
220 + 223 + 231 = 674 (100%)
R 220 of 674 ~ 32.64%
G 223 of 674 ~ 33.09%
B 231 of 674 ~ 34.27%

%32.64
%33.09
%34.27

CMYK color model

#DCDFE7 color CMYK value is (5,3,0,9).

  • cyan value is 4.76%
  • magenta value is 3.46%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(5,3,0,9)
C5M3Y0K9 
(5%,3%,0%,9%)
(0.05/0.03/0.00/0.09)	

CMYK percentages

%4.76
%3.46
%0
%9.41

Codes

Color #DCDFE7 in popluar color models

DCDFE7
RGB220223231
HSL224°18.64%88.43%
HSB/HSV224°4.76%90.59%
CMYK4.76%3.46%0.00%
9.41%

Color #DCDFE7 in popluar number systems.

HEXDCDFE7
Decimal220223231
Binary110111001101111111100111
Octal334337347

Shades and tints

Shades of #DCDFE7

#DCDFE7
(220,223,231)
#C8CBD2
(200,203,210)
#B4B7BD
(180,183,189)
#A0A3A8
(160,163,168)
#8C8F93
(140,143,147)
#787B7E
(120,123,126)
#646769
(100,103,105)
#505354
(80,83,84)
#3C3F3F
(60,63,63)
#282B2A
(40,43,42)
#141715
(20,23,21)
#000000
(0,0,0)

Tints of #DCDFE7

#DCDFE7
(220,223,231)
#DFE1E9
(223,225,233)
#E2E3EB
(226,227,235)
#E5E5ED
(229,229,237)
#E8E7EF
(232,231,239)
#EBE9F1
(235,233,241)
#EEEBF3
(238,235,243)
#F1EDF5
(241,237,245)
#F4EFF7
(244,239,247)
#F7F1F9
(247,241,249)
#FAF3FB
(250,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCDFE7; }

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

This text font color is #DCDFE7.


Background Color

.myBgColor { background-color: #DCDFE7; }

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

This div background color is #DCDFE7.


Border color

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

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

This div border color is #DCDFE7.


Opacity

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

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

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

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

This text has shadow with #DCDFE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCDFE7 on black background.


Color preview on white background

This text has color #DCDFE7 on white background.



Black color preview on #DCDFE7 background

This text has black color on #DCDFE7 background.


White color preview on #DCDFE7 background

This text has white color on #DCDFE7 background.