COLOR #DFE7CF

HEX: #DFE7CF RGB: (223,231,207)

Color info

#DFE7CF contains red, green and blue colors in about the same proportion. Web safe color of #DFE7CF is #CCFFCC (or #CFC).

RGB color model

#DFE7CF color RGB value is (223,231,207).

RGB: (223,231,207) (87%, 91%, 81%)

RGB channels and saturation

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

223
231
207

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

Portions of RGB colors in percentages

R + G + B = 223 + 231 + 207 = 661 (100%)
R 223 of 661 ~ 33.74%
G 231 of 661 ~ 34.95%
B 207 of 661 ~ 31.32'%

%33.74
%34.95
%31.32

CMYK color model

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

  • cyan value is 3.46%
  • magenta value is 0.00%
  • yellow value is 10.39%
  • key color value is 9.41%

CMYK: (3,0,10,9)
C3M0Y10K9 (3%, 0%, 10%, 9%)
(0.03 / 0.00 / 0.10 / 0.09)

CMYK percentages

%3.46
%0
%10.39
%9.41

Codes

Color #DFE7CF in popluar color models

DF E7 CF
RGB 223 231 207
HSL 80° 33.33% 85.88%
HSB/HSV 80° 10.39% 90.59%
CMYK 3.46% 0.00% 10.39%
9.41%

Color #DFE7CF in popluar number systems.

HEX DF E7 CF
Decimal 223 231 207
Binary 11011111 11100111 11001111
Octal 337 347 317

Shades and tints

Shades of #DFE7CF

#DFE7CF
(223,231,207)
#CBD2BD
(203,210,189)
#B7BDAB
(183,189,171)
#A3A899
(163,168,153)
#8F9387
(143,147,135)
#7B7E75
(123,126,117)
#676963
(103,105,99)
#535451
(83,84,81)
#3F3F3F
(63,63,63)
#2B2A2D
(43,42,45)
#17151B
(23,21,27)
#000000
(0,0,0)

Tints of #DFE7CF

#DFE7CF
(223,231,207)
#E1E9D3
(225,233,211)
#E3EBD7
(227,235,215)
#E5EDDB
(229,237,219)
#E7EFDF
(231,239,223)
#E9F1E3
(233,241,227)
#EBF3E7
(235,243,231)
#EDF5EB
(237,245,235)
#EFF7EF
(239,247,239)
#F1F9F3
(241,249,243)
#F3FBF7
(243,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFE7CF; }

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

This text font color is #DFE7CF.

Background Color

.myBgColor { background-color: #DFE7CF; }

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

This div background color is #DFE7CF.

Border color

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

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

This div border color is #DFE7CF.

Opacity

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

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

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

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

This text has shadow with #DFE7CF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFE7CF.

Preview

Color preview on black background

This text has color #DFE7CF on black background.


Color preview on white background

This text has color #DFE7CF on white background.


Black color preview on #DFE7CF background

This text has black color on #DFE7CF background.


White color preview on #DFE7CF background

This text has white color on #DFE7CF background.


Related colors

Complementary color

Complementary color for #hex is #201830.


I love getcolorcode.com

Triadic colors

1 #CFDFE7 and #E7CFDF with #DFE7CF are triadic colors.

2 #CFE7DF and #E7DFCF with #DFE7CF are triadic colors.