COLOR #DFE9AC

HEX: #DFE9AC
RGB: (223,233,172)

Color info

#DFE9AC contains mainly red and green colors. Web safe color of #DFE9AC is #CCFF99 (or #CF9).

RGB color model

#DFE9AC color RGB value is (223,233,172).

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

RGB channels and saturation

R 223 of 255 = 87%
G 233 of 255 = 91%
B 172 of 255 = 67%

223
233
172

R + G + B ~ 82%. #DFE9AC is quite light color.

Portions of RGB colors in percentages

R + G + B =
223 + 233 + 172 = 628 (100%)
R 223 of 628 ~ 35.51%
G 233 of 628 ~ 37.1%
B 172 of 628 ~ 27.39%

%35.51
%37.1
%27.39

CMYK color model

#DFE9AC color CMYK value is (4,0,26,9).

  • cyan value is 4.29%
  • magenta value is 0.00%
  • yellow value is 26.18%
  • key color value is 8.63%
CMYK:
(4,0,26,9)
C4M0Y26K9 
(4%,0%,26%,9%)
(0.04/0.00/0.26/0.09)	

CMYK percentages

%4.29
%0
%26.18
%8.63

Codes

Color #DFE9AC in popluar color models

DFE9AC
RGB223233172
HSL70°58.10%79.41%
HSB/HSV70°26.18%91.37%
CMYK4.29%0.00%26.18%
8.63%

Color #DFE9AC in popluar number systems.

HEXDFE9AC
Decimal223233172
Binary110111111110100110101100
Octal337351254

Shades and tints

Shades of #DFE9AC

#DFE9AC
(223,233,172)
#CBD49D
(203,212,157)
#B7BF8E
(183,191,142)
#A3AA7F
(163,170,127)
#8F9570
(143,149,112)
#7B8061
(123,128,97)
#676B52
(103,107,82)
#535643
(83,86,67)
#3F4134
(63,65,52)
#2B2C25
(43,44,37)
#171716
(23,23,22)
#000000
(0,0,0)

Tints of #DFE9AC

#DFE9AC
(223,233,172)
#E1EBB3
(225,235,179)
#E3EDBA
(227,237,186)
#E5EFC1
(229,239,193)
#E7F1C8
(231,241,200)
#E9F3CF
(233,243,207)
#EBF5D6
(235,245,214)
#EDF7DD
(237,247,221)
#EFF9E4
(239,249,228)
#F1FBEB
(241,251,235)
#F3FDF2
(243,253,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFE9AC; }

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

This text font color is #DFE9AC.


Background Color

.myBgColor { background-color: #DFE9AC; }

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

This div background color is #DFE9AC.


Border color

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

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

This div border color is #DFE9AC.


Opacity

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

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

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

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

This text has shadow with #DFE9AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFE9AC on black background.


Color preview on white background

This text has color #DFE9AC on white background.



Black color preview on #DFE9AC background

This text has black color on #DFE9AC background.


White color preview on #DFE9AC background

This text has white color on #DFE9AC background.