COLOR #DFDFE7

HEX: #DFDFE7
RGB: (223,223,231)

Color info

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

RGB color model

#DFDFE7 color RGB value is (223,223,231).

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

RGB channels and saturation

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

223
223
231

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

Portions of RGB colors in percentages

R + G + B =
223 + 223 + 231 = 677 (100%)
R 223 of 677 ~ 32.94%
G 223 of 677 ~ 32.94%
B 231 of 677 ~ 34.12%

%32.94
%32.94
%34.12

CMYK color model

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

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

CMYK percentages

%3.46
%3.46
%0
%9.41

Codes

Color #DFDFE7 in popluar color models

DFDFE7
RGB223223231
HSL240°14.29%89.02%
HSB/HSV240°3.46%90.59%
CMYK3.46%3.46%0.00%
9.41%

Color #DFDFE7 in popluar number systems.

HEXDFDFE7
Decimal223223231
Binary110111111101111111100111
Octal337337347

Shades and tints

Shades of #DFDFE7

#DFDFE7
(223,223,231)
#CBCBD2
(203,203,210)
#B7B7BD
(183,183,189)
#A3A3A8
(163,163,168)
#8F8F93
(143,143,147)
#7B7B7E
(123,123,126)
#676769
(103,103,105)
#535354
(83,83,84)
#3F3F3F
(63,63,63)
#2B2B2A
(43,43,42)
#171715
(23,23,21)
#000000
(0,0,0)

Tints of #DFDFE7

#DFDFE7
(223,223,231)
#E1E1E9
(225,225,233)
#E3E3EB
(227,227,235)
#E5E5ED
(229,229,237)
#E7E7EF
(231,231,239)
#E9E9F1
(233,233,241)
#EBEBF3
(235,235,243)
#EDEDF5
(237,237,245)
#EFEFF7
(239,239,247)
#F1F1F9
(241,241,249)
#F3F3FB
(243,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFDFE7; }

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

This text font color is #DFDFE7.


Background Color

.myBgColor { background-color: #DFDFE7; }

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

This div background color is #DFDFE7.


Border color

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

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

This div border color is #DFDFE7.


Opacity

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

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

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

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

This text has shadow with #DFDFE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFDFE7 on black background.


Color preview on white background

This text has color #DFDFE7 on white background.



Black color preview on #DFDFE7 background

This text has black color on #DFDFE7 background.


White color preview on #DFDFE7 background

This text has white color on #DFDFE7 background.