COLOR #DFE9A4

HEX: #DFE9A4
RGB: (223,233,164)

Color info

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

RGB color model

#DFE9A4 color RGB value is (223,233,164).

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

RGB channels and saturation

R 223 of 255 = 87%
G 233 of 255 = 91%
B 164 of 255 = 64%

223
233
164

R + G + B ~ 81%. #DFE9A4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
223 + 233 + 164 = 620 (100%)
R 223 of 620 ~ 35.97%
G 233 of 620 ~ 37.58%
B 164 of 620 ~ 26.45%

%35.97
%37.58
%26.45

CMYK color model

#DFE9A4 color CMYK value is (4,0,30,9).

  • cyan value is 4.29%
  • magenta value is 0.00%
  • yellow value is 29.61%
  • key color value is 8.63%
CMYK:
(4,0,30,9)
C4M0Y30K9 
(4%,0%,30%,9%)
(0.04/0.00/0.30/0.09)	

CMYK percentages

%4.29
%0
%29.61
%8.63

Codes

Color #DFE9A4 in popluar color models

DFE9A4
RGB223233164
HSL69°61.06%77.84%
HSB/HSV69°29.61%91.37%
CMYK4.29%0.00%29.61%
8.63%

Color #DFE9A4 in popluar number systems.

HEXDFE9A4
Decimal223233164
Binary110111111110100110100100
Octal337351244

Shades and tints

Shades of #DFE9A4

#DFE9A4
(223,233,164)
#CBD496
(203,212,150)
#B7BF88
(183,191,136)
#A3AA7A
(163,170,122)
#8F956C
(143,149,108)
#7B805E
(123,128,94)
#676B50
(103,107,80)
#535642
(83,86,66)
#3F4134
(63,65,52)
#2B2C26
(43,44,38)
#171718
(23,23,24)
#000000
(0,0,0)

Tints of #DFE9A4

#DFE9A4
(223,233,164)
#E1EBAC
(225,235,172)
#E3EDB4
(227,237,180)
#E5EFBC
(229,239,188)
#E7F1C4
(231,241,196)
#E9F3CC
(233,243,204)
#EBF5D4
(235,245,212)
#EDF7DC
(237,247,220)
#EFF9E4
(239,249,228)
#F1FBEC
(241,251,236)
#F3FDF4
(243,253,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFE9A4; }

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

This text font color is #DFE9A4.


Background Color

.myBgColor { background-color: #DFE9A4; }

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

This div background color is #DFE9A4.


Border color

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

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

This div border color is #DFE9A4.


Opacity

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

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

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

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

This text has shadow with #DFE9A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFE9A4 on black background.


Color preview on white background

This text has color #DFE9A4 on white background.



Black color preview on #DFE9A4 background

This text has black color on #DFE9A4 background.


White color preview on #DFE9A4 background

This text has white color on #DFE9A4 background.