COLOR #DFDCE3

HEX: #DFDCE3
RGB: (223,220,227)

Color info

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

RGB color model

#DFDCE3 color RGB value is (223,220,227).

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

RGB channels and saturation

R 223 of 255 = 87%
G 220 of 255 = 86%
B 227 of 255 = 89%

223
220
227

R + G + B ~ 87%. #DFDCE3 is light color.

Portions of RGB colors in percentages

R + G + B =
223 + 220 + 227 = 670 (100%)
R 223 of 670 ~ 33.28%
G 220 of 670 ~ 32.84%
B 227 of 670 ~ 33.88%

%33.28
%32.84
%33.88

CMYK color model

#DFDCE3 color CMYK value is (2,3,0,11).

  • cyan value is 1.76%
  • magenta value is 3.08%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(2,3,0,11)
C2M3Y0K11 
(2%,3%,0%,11%)
(0.02/0.03/0.00/0.11)	

CMYK percentages

%1.76
%3.08
%0
%10.98

Codes

Color #DFDCE3 in popluar color models

DFDCE3
RGB223220227
HSL266°11.11%87.65%
HSB/HSV266°3.08%89.02%
CMYK1.76%3.08%0.00%
10.98%

Color #DFDCE3 in popluar number systems.

HEXDFDCE3
Decimal223220227
Binary110111111101110011100011
Octal337334343

Shades and tints

Shades of #DFDCE3

#DFDCE3
(223,220,227)
#CBC8CF
(203,200,207)
#B7B4BB
(183,180,187)
#A3A0A7
(163,160,167)
#8F8C93
(143,140,147)
#7B787F
(123,120,127)
#67646B
(103,100,107)
#535057
(83,80,87)
#3F3C43
(63,60,67)
#2B282F
(43,40,47)
#17141B
(23,20,27)
#000000
(0,0,0)

Tints of #DFDCE3

#DFDCE3
(223,220,227)
#E1DFE5
(225,223,229)
#E3E2E7
(227,226,231)
#E5E5E9
(229,229,233)
#E7E8EB
(231,232,235)
#E9EBED
(233,235,237)
#EBEEEF
(235,238,239)
#EDF1F1
(237,241,241)
#EFF4F3
(239,244,243)
#F1F7F5
(241,247,245)
#F3FAF7
(243,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFDCE3; }

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

This text font color is #DFDCE3.


Background Color

.myBgColor { background-color: #DFDCE3; }

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

This div background color is #DFDCE3.


Border color

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

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

This div border color is #DFDCE3.


Opacity

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

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

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

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

This text has shadow with #DFDCE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFDCE3 on black background.


Color preview on white background

This text has color #DFDCE3 on white background.



Black color preview on #DFDCE3 background

This text has black color on #DFDCE3 background.


White color preview on #DFDCE3 background

This text has white color on #DFDCE3 background.