COLOR #DFDFE3

HEX: #DFDFE3
RGB: (223,223,227)

Color info

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

RGB color model

#DFDFE3 color RGB value is (223,223,227).

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

RGB channels and saturation

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

223
223
227

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

Portions of RGB colors in percentages

R + G + B =
223 + 223 + 227 = 673 (100%)
R 223 of 673 ~ 33.14%
G 223 of 673 ~ 33.14%
B 227 of 673 ~ 33.73%

%33.14
%33.14
%33.73

CMYK color model

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

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

CMYK percentages

%1.76
%1.76
%0
%10.98

Codes

Color #DFDFE3 in popluar color models

DFDFE3
RGB223223227
HSL240°6.67%88.24%
HSB/HSV240°1.76%89.02%
CMYK1.76%1.76%0.00%
10.98%

Color #DFDFE3 in popluar number systems.

HEXDFDFE3
Decimal223223227
Binary110111111101111111100011
Octal337337343

Shades and tints

Shades of #DFDFE3

#DFDFE3
(223,223,227)
#CBCBCF
(203,203,207)
#B7B7BB
(183,183,187)
#A3A3A7
(163,163,167)
#8F8F93
(143,143,147)
#7B7B7F
(123,123,127)
#67676B
(103,103,107)
#535357
(83,83,87)
#3F3F43
(63,63,67)
#2B2B2F
(43,43,47)
#17171B
(23,23,27)
#000000
(0,0,0)

Tints of #DFDFE3

#DFDFE3
(223,223,227)
#E1E1E5
(225,225,229)
#E3E3E7
(227,227,231)
#E5E5E9
(229,229,233)
#E7E7EB
(231,231,235)
#E9E9ED
(233,233,237)
#EBEBEF
(235,235,239)
#EDEDF1
(237,237,241)
#EFEFF3
(239,239,243)
#F1F1F5
(241,241,245)
#F3F3F7
(243,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFDFE3; }

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

This text font color is #DFDFE3.


Background Color

.myBgColor { background-color: #DFDFE3; }

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

This div background color is #DFDFE3.


Border color

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

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

This div border color is #DFDFE3.


Opacity

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

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

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

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

This text has shadow with #DFDFE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFDFE3 on black background.


Color preview on white background

This text has color #DFDFE3 on white background.



Black color preview on #DFDFE3 background

This text has black color on #DFDFE3 background.


White color preview on #DFDFE3 background

This text has white color on #DFDFE3 background.