COLOR #DFE2A3

HEX: #DFE2A3
RGB: (223,226,163)

Color info

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

RGB color model

#DFE2A3 color RGB value is (223,226,163).

  • red value is 223;
  • green value is 226;
  • blue value is 163.
RGB:
(223,226,163)
(87%,89%,64%)

RGB channels and saturation

R 223 of 255 = 87%
G 226 of 255 = 89%
B 163 of 255 = 64%

223
226
163

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

Portions of RGB colors in percentages

R + G + B =
223 + 226 + 163 = 612 (100%)
R 223 of 612 ~ 36.44%
G 226 of 612 ~ 36.93%
B 163 of 612 ~ 26.63%

%36.44
%36.93
%26.63

CMYK color model

#DFE2A3 color CMYK value is (1,0,28,11).

  • cyan value is 1.33%
  • magenta value is 0.00%
  • yellow value is 27.88%
  • key color value is 11.37%
CMYK:
(1,0,28,11)
C1M0Y28K11 
(1%,0%,28%,11%)
(0.01/0.00/0.28/0.11)	

CMYK percentages

%1.33
%0
%27.88
%11.37

Codes

Color #DFE2A3 in popluar color models

DFE2A3
RGB223226163
HSL63°52.07%76.27%
HSB/HSV63°27.88%88.63%
CMYK1.33%0.00%27.88%
11.37%

Color #DFE2A3 in popluar number systems.

HEXDFE2A3
Decimal223226163
Binary110111111110001010100011
Octal337342243

Shades and tints

Shades of #DFE2A3

#DFE2A3
(223,226,163)
#CBCE95
(203,206,149)
#B7BA87
(183,186,135)
#A3A679
(163,166,121)
#8F926B
(143,146,107)
#7B7E5D
(123,126,93)
#676A4F
(103,106,79)
#535641
(83,86,65)
#3F4233
(63,66,51)
#2B2E25
(43,46,37)
#171A17
(23,26,23)
#000000
(0,0,0)

Tints of #DFE2A3

#DFE2A3
(223,226,163)
#E1E4AB
(225,228,171)
#E3E6B3
(227,230,179)
#E5E8BB
(229,232,187)
#E7EAC3
(231,234,195)
#E9ECCB
(233,236,203)
#EBEED3
(235,238,211)
#EDF0DB
(237,240,219)
#EFF2E3
(239,242,227)
#F1F4EB
(241,244,235)
#F3F6F3
(243,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFE2A3 color. Also use rgb(223,226,163) instead hex code.

Text Font Color

.myTextColor { color: #DFE2A3; }

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

This text font color is #DFE2A3.


Background Color

.myBgColor { background-color: #DFE2A3; }

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

This div background color is #DFE2A3.


Border color

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

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

This div border color is #DFE2A3.


Opacity

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

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

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

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

This text has shadow with #DFE2A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFE2A3 on black background.


Color preview on white background

This text has color #DFE2A3 on white background.



Black color preview on #DFE2A3 background

This text has black color on #DFE2A3 background.


White color preview on #DFE2A3 background

This text has white color on #DFE2A3 background.