COLOR #DFE9A5

HEX: #DFE9A5
RGB: (223,233,165)

Color info

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

RGB color model

#DFE9A5 color RGB value is (223,233,165).

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

RGB channels and saturation

R 223 of 255 = 87%
G 233 of 255 = 91%
B 165 of 255 = 65%

223
233
165

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

Portions of RGB colors in percentages

R + G + B =
223 + 233 + 165 = 621 (100%)
R 223 of 621 ~ 35.91%
G 233 of 621 ~ 37.52%
B 165 of 621 ~ 26.57%

%35.91
%37.52
%26.57

CMYK color model

#DFE9A5 color CMYK value is (4,0,29,9).

  • cyan value is 4.29%
  • magenta value is 0.00%
  • yellow value is 29.18%
  • key color value is 8.63%
CMYK:
(4,0,29,9)
C4M0Y29K9 
(4%,0%,29%,9%)
(0.04/0.00/0.29/0.09)	

CMYK percentages

%4.29
%0
%29.18
%8.63

Codes

Color #DFE9A5 in popluar color models

DFE9A5
RGB223233165
HSL69°60.71%78.04%
HSB/HSV69°29.18%91.37%
CMYK4.29%0.00%29.18%
8.63%

Color #DFE9A5 in popluar number systems.

HEXDFE9A5
Decimal223233165
Binary110111111110100110100101
Octal337351245

Shades and tints

Shades of #DFE9A5

#DFE9A5
(223,233,165)
#CBD496
(203,212,150)
#B7BF87
(183,191,135)
#A3AA78
(163,170,120)
#8F9569
(143,149,105)
#7B805A
(123,128,90)
#676B4B
(103,107,75)
#53563C
(83,86,60)
#3F412D
(63,65,45)
#2B2C1E
(43,44,30)
#17170F
(23,23,15)
#000000
(0,0,0)

Tints of #DFE9A5

#DFE9A5
(223,233,165)
#E1EBAD
(225,235,173)
#E3EDB5
(227,237,181)
#E5EFBD
(229,239,189)
#E7F1C5
(231,241,197)
#E9F3CD
(233,243,205)
#EBF5D5
(235,245,213)
#EDF7DD
(237,247,221)
#EFF9E5
(239,249,229)
#F1FBED
(241,251,237)
#F3FDF5
(243,253,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFE9A5; }

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

This text font color is #DFE9A5.


Background Color

.myBgColor { background-color: #DFE9A5; }

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

This div background color is #DFE9A5.


Border color

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

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

This div border color is #DFE9A5.


Opacity

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

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

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

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

This text has shadow with #DFE9A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFE9A5 on black background.


Color preview on white background

This text has color #DFE9A5 on white background.



Black color preview on #DFE9A5 background

This text has black color on #DFE9A5 background.


White color preview on #DFE9A5 background

This text has white color on #DFE9A5 background.