COLOR #DFE1AD

HEX: #DFE1AD
RGB: (223,225,173)

Color info

#DFE1AD contains red, green and blue colors in about the same proportion. Web safe color of #DFE1AD is #CCCC99 (or #CC9).

RGB color model

#DFE1AD color RGB value is (223,225,173).

  • red value is 223;
  • green value is 225;
  • blue value is 173.
RGB:
(223,225,173)
(87%,88%,68%)

RGB channels and saturation

R 223 of 255 = 87%
G 225 of 255 = 88%
B 173 of 255 = 68%

223
225
173

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

Portions of RGB colors in percentages

R + G + B =
223 + 225 + 173 = 621 (100%)
R 223 of 621 ~ 35.91%
G 225 of 621 ~ 36.23%
B 173 of 621 ~ 27.86%

%35.91
%36.23
%27.86

CMYK color model

#DFE1AD color CMYK value is (1,0,23,12).

  • cyan value is 0.89%
  • magenta value is 0.00%
  • yellow value is 23.11%
  • key color value is 11.76%
CMYK:
(1,0,23,12)
C1M0Y23K12 
(1%,0%,23%,12%)
(0.01/0.00/0.23/0.12)	

CMYK percentages

%0.89
%0
%23.11
%11.76

Codes

Color #DFE1AD in popluar color models

DFE1AD
RGB223225173
HSL62°46.43%78.04%
HSB/HSV62°23.11%88.24%
CMYK0.89%0.00%23.11%
11.76%

Color #DFE1AD in popluar number systems.

HEXDFE1AD
Decimal223225173
Binary110111111110000110101101
Octal337341255

Shades and tints

Shades of #DFE1AD

#DFE1AD
(223,225,173)
#CBCD9E
(203,205,158)
#B7B98F
(183,185,143)
#A3A580
(163,165,128)
#8F9171
(143,145,113)
#7B7D62
(123,125,98)
#676953
(103,105,83)
#535544
(83,85,68)
#3F4135
(63,65,53)
#2B2D26
(43,45,38)
#171917
(23,25,23)
#000000
(0,0,0)

Tints of #DFE1AD

#DFE1AD
(223,225,173)
#E1E3B4
(225,227,180)
#E3E5BB
(227,229,187)
#E5E7C2
(229,231,194)
#E7E9C9
(231,233,201)
#E9EBD0
(233,235,208)
#EBEDD7
(235,237,215)
#EDEFDE
(237,239,222)
#EFF1E5
(239,241,229)
#F1F3EC
(241,243,236)
#F3F5F3
(243,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFE1AD color. Also use rgb(223,225,173) instead hex code.

Text Font Color

.myTextColor { color: #DFE1AD; }

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

This text font color is #DFE1AD.


Background Color

.myBgColor { background-color: #DFE1AD; }

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

This div background color is #DFE1AD.


Border color

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

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

This div border color is #DFE1AD.


Opacity

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

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

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

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

This text has shadow with #DFE1AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFE1AD on black background.


Color preview on white background

This text has color #DFE1AD on white background.



Black color preview on #DFE1AD background

This text has black color on #DFE1AD background.


White color preview on #DFE1AD background

This text has white color on #DFE1AD background.