COLOR #DFE3A7

HEX: #DFE3A7
RGB: (223,227,167)

Color info

#DFE3A7 contains mainly red and green colors. Web safe color of #DFE3A7 is #CCCC99 (or #CC9).

RGB color model

#DFE3A7 color RGB value is (223,227,167).

  • red value is 223;
  • green value is 227;
  • blue value is 167.
RGB:
(223,227,167)
(87%,89%,65%)

RGB channels and saturation

R 223 of 255 = 87%
G 227 of 255 = 89%
B 167 of 255 = 65%

223
227
167

R + G + B ~ 80%. #DFE3A7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
223 + 227 + 167 = 617 (100%)
R 223 of 617 ~ 36.14%
G 227 of 617 ~ 36.79%
B 167 of 617 ~ 27.07%

%36.14
%36.79
%27.07

CMYK color model

#DFE3A7 color CMYK value is (2,0,26,11).

  • cyan value is 1.76%
  • magenta value is 0.00%
  • yellow value is 26.43%
  • key color value is 10.98%
CMYK:
(2,0,26,11)
C2M0Y26K11 
(2%,0%,26%,11%)
(0.02/0.00/0.26/0.11)	

CMYK percentages

%1.76
%0
%26.43
%10.98

Codes

Color #DFE3A7 in popluar color models

DFE3A7
RGB223227167
HSL64°51.72%77.25%
HSB/HSV64°26.43%89.02%
CMYK1.76%0.00%26.43%
10.98%

Color #DFE3A7 in popluar number systems.

HEXDFE3A7
Decimal223227167
Binary110111111110001110100111
Octal337343247

Shades and tints

Shades of #DFE3A7

#DFE3A7
(223,227,167)
#CBCF98
(203,207,152)
#B7BB89
(183,187,137)
#A3A77A
(163,167,122)
#8F936B
(143,147,107)
#7B7F5C
(123,127,92)
#676B4D
(103,107,77)
#53573E
(83,87,62)
#3F432F
(63,67,47)
#2B2F20
(43,47,32)
#171B11
(23,27,17)
#000000
(0,0,0)

Tints of #DFE3A7

#DFE3A7
(223,227,167)
#E1E5AF
(225,229,175)
#E3E7B7
(227,231,183)
#E5E9BF
(229,233,191)
#E7EBC7
(231,235,199)
#E9EDCF
(233,237,207)
#EBEFD7
(235,239,215)
#EDF1DF
(237,241,223)
#EFF3E7
(239,243,231)
#F1F5EF
(241,245,239)
#F3F7F7
(243,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFE3A7; }

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

This text font color is #DFE3A7.


Background Color

.myBgColor { background-color: #DFE3A7; }

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

This div background color is #DFE3A7.


Border color

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

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

This div border color is #DFE3A7.


Opacity

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

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

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

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

This text has shadow with #DFE3A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFE3A7 on black background.


Color preview on white background

This text has color #DFE3A7 on white background.



Black color preview on #DFE3A7 background

This text has black color on #DFE3A7 background.


White color preview on #DFE3A7 background

This text has white color on #DFE3A7 background.