COLOR #DFDFE6

HEX: #DFDFE6
RGB: (223,223,230)

Color info

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

RGB color model

#DFDFE6 color RGB value is (223,223,230).

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

RGB channels and saturation

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

223
223
230

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

Portions of RGB colors in percentages

R + G + B =
223 + 223 + 230 = 676 (100%)
R 223 of 676 ~ 32.99%
G 223 of 676 ~ 32.99%
B 230 of 676 ~ 34.02%

%32.99
%32.99
%34.02

CMYK color model

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

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

CMYK percentages

%3.04
%3.04
%0
%9.8

Codes

Color #DFDFE6 in popluar color models

DFDFE6
RGB223223230
HSL240°12.28%88.82%
HSB/HSV240°3.04%90.20%
CMYK3.04%3.04%0.00%
9.80%

Color #DFDFE6 in popluar number systems.

HEXDFDFE6
Decimal223223230
Binary110111111101111111100110
Octal337337346

Shades and tints

Shades of #DFDFE6

#DFDFE6
(223,223,230)
#CBCBD2
(203,203,210)
#B7B7BE
(183,183,190)
#A3A3AA
(163,163,170)
#8F8F96
(143,143,150)
#7B7B82
(123,123,130)
#67676E
(103,103,110)
#53535A
(83,83,90)
#3F3F46
(63,63,70)
#2B2B32
(43,43,50)
#17171E
(23,23,30)
#000000
(0,0,0)

Tints of #DFDFE6

#DFDFE6
(223,223,230)
#E1E1E8
(225,225,232)
#E3E3EA
(227,227,234)
#E5E5EC
(229,229,236)
#E7E7EE
(231,231,238)
#E9E9F0
(233,233,240)
#EBEBF2
(235,235,242)
#EDEDF4
(237,237,244)
#EFEFF6
(239,239,246)
#F1F1F8
(241,241,248)
#F3F3FA
(243,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFDFE6; }

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

This text font color is #DFDFE6.


Background Color

.myBgColor { background-color: #DFDFE6; }

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

This div background color is #DFDFE6.


Border color

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

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

This div border color is #DFDFE6.


Opacity

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

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

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

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

This text has shadow with #DFDFE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFDFE6 on black background.


Color preview on white background

This text has color #DFDFE6 on white background.



Black color preview on #DFDFE6 background

This text has black color on #DFDFE6 background.


White color preview on #DFDFE6 background

This text has white color on #DFDFE6 background.