COLOR #DFE9AF

HEX: #DFE9AF RGB: (223,233,175)

Color info

#DFE9AF contains red, green and blue colors in about the same proportion. Web safe color of #DFE9AF is #CCFF99 (or #CF9).

RGB color model

#DFE9AF color RGB value is (223,233,175).

RGB: (223,233,175) (87%, 91%, 69%)

RGB channels and saturation

R 223 of 255 = 87%
G 233 of 255 = 91%
B 175 of 255 = 69%

223
233
175

R + G + B ~ 82%. #DFE9AF is quite light color.

Portions of RGB colors in percentages

R + G + B = 223 + 233 + 175 = 631 (100%)
R 223 of 631 ~ 35.34%
G 233 of 631 ~ 36.93%
B 175 of 631 ~ 27.73'%

%35.34
%36.93
%27.73

CMYK color model

#DFE9AF color CMYK value is (4,0,25,9).

  • cyan value is 4.29%
  • magenta value is 0.00%
  • yellow value is 24.89%
  • key color value is 8.63%

CMYK: (4,0,25,9)
C4M0Y25K9 (4%, 0%, 25%, 9%)
(0.04 / 0.00 / 0.25 / 0.09)

CMYK percentages

%4.29
%0
%24.89
%8.63

Codes

Color #DFE9AF in popluar color models

DF E9 AF
RGB 223 233 175
HSL 70° 56.86% 80.00%
HSB/HSV 70° 24.89% 91.37%
CMYK 4.29% 0.00% 24.89%
8.63%

Color #DFE9AF in popluar number systems.

HEX DF E9 AF
Decimal 223 233 175
Binary 11011111 11101001 10101111
Octal 337 351 257

Shades and tints

Shades of #DFE9AF

#DFE9AF
(223,233,175)
#CBD4A0
(203,212,160)
#B7BF91
(183,191,145)
#A3AA82
(163,170,130)
#8F9573
(143,149,115)
#7B8064
(123,128,100)
#676B55
(103,107,85)
#535646
(83,86,70)
#3F4137
(63,65,55)
#2B2C28
(43,44,40)
#171719
(23,23,25)
#000000
(0,0,0)

Tints of #DFE9AF

#DFE9AF
(223,233,175)
#E1EBB6
(225,235,182)
#E3EDBD
(227,237,189)
#E5EFC4
(229,239,196)
#E7F1CB
(231,241,203)
#E9F3D2
(233,243,210)
#EBF5D9
(235,245,217)
#EDF7E0
(237,247,224)
#EFF9E7
(239,249,231)
#F1FBEE
(241,251,238)
#F3FDF5
(243,253,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFE9AF; }

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

This text font color is #DFE9AF.

Background Color

.myBgColor { background-color: #DFE9AF; }

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

This div background color is #DFE9AF.

Border color

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

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

This div border color is #DFE9AF.

Opacity

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

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

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

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

This text has shadow with #DFE9AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFE9AF.

Preview

Color preview on black background

This text has color #DFE9AF on black background.


Color preview on white background

This text has color #DFE9AF on white background.


Black color preview on #DFE9AF background

This text has black color on #DFE9AF background.


White color preview on #DFE9AF background

This text has white color on #DFE9AF background.


Related colors

Complementary color

Complementary color for #hex is #201650.


I love getcolorcode.com

Triadic colors

1 #AFDFE9 and #E9AFDF with #DFE9AF are triadic colors.

2 #AFE9DF and #E9DFAF with #DFE9AF are triadic colors.