COLOR #DFE3D3

HEX: #DFE3D3 RGB: (223,227,211)

Color info

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

RGB color model

#DFE3D3 color RGB value is (223,227,211).

RGB: (223,227,211) (87%, 89%, 83%)

RGB channels and saturation

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

223
227
211

R + G + B ~ 86%. #DFE3D3 is light color.

Portions of RGB colors in percentages

R + G + B = 223 + 227 + 211 = 661 (100%)
R 223 of 661 ~ 33.74%
G 227 of 661 ~ 34.34%
B 211 of 661 ~ 31.92'%

%33.74
%34.34
%31.92

CMYK color model

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

  • cyan value is 1.76%
  • magenta value is 0.00%
  • yellow value is 7.05%
  • key color value is 10.98%

CMYK: (2,0,7,11)
C2M0Y7K11 (2%, 0%, 7%, 11%)
(0.02 / 0.00 / 0.07 / 0.11)

CMYK percentages

%1.76
%0
%7.05
%10.98

Codes

Color #DFE3D3 in popluar color models

DF E3 D3
RGB 223 227 211
HSL 75° 22.22% 85.88%
HSB/HSV 75° 7.05% 89.02%
CMYK 1.76% 0.00% 7.05%
10.98%

Color #DFE3D3 in popluar number systems.

HEX DF E3 D3
Decimal 223 227 211
Binary 11011111 11100011 11010011
Octal 337 343 323

Shades and tints

Shades of #DFE3D3

#DFE3D3
(223,227,211)
#CBCFC0
(203,207,192)
#B7BBAD
(183,187,173)
#A3A79A
(163,167,154)
#8F9387
(143,147,135)
#7B7F74
(123,127,116)
#676B61
(103,107,97)
#53574E
(83,87,78)
#3F433B
(63,67,59)
#2B2F28
(43,47,40)
#171B15
(23,27,21)
#000000
(0,0,0)

Tints of #DFE3D3

#DFE3D3
(223,227,211)
#E1E5D7
(225,229,215)
#E3E7DB
(227,231,219)
#E5E9DF
(229,233,223)
#E7EBE3
(231,235,227)
#E9EDE7
(233,237,231)
#EBEFEB
(235,239,235)
#EDF1EF
(237,241,239)
#EFF3F3
(239,243,243)
#F1F5F7
(241,245,247)
#F3F7FB
(243,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFE3D3; }

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

This text font color is #DFE3D3.

Background Color

.myBgColor { background-color: #DFE3D3; }

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

This div background color is #DFE3D3.

Border color

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

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

This div border color is #DFE3D3.

Opacity

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

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

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

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

This text has shadow with #DFE3D3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFE3D3.

Preview

Color preview on black background

This text has color #DFE3D3 on black background.


Color preview on white background

This text has color #DFE3D3 on white background.


Black color preview on #DFE3D3 background

This text has black color on #DFE3D3 background.


White color preview on #DFE3D3 background

This text has white color on #DFE3D3 background.


Related colors

Complementary color

Complementary color for #hex is #201C2C.


I love getcolorcode.com

Triadic colors

1 #D3DFE3 and #E3D3DF with #DFE3D3 are triadic colors.

2 #D3E3DF and #E3DFD3 with #DFE3D3 are triadic colors.