COLOR #DFE6AF

HEX: #DFE6AF RGB: (223,230,175)

Color info

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

RGB color model

#DFE6AF color RGB value is (223,230,175).

RGB: (223,230,175) (87%, 90%, 69%)

RGB channels and saturation

R 223 of 255 = 87%
G 230 of 255 = 90%
B 175 of 255 = 69%

223
230
175

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

Portions of RGB colors in percentages

R + G + B = 223 + 230 + 175 = 628 (100%)
R 223 of 628 ~ 35.51%
G 230 of 628 ~ 36.62%
B 175 of 628 ~ 27.87'%

%35.51
%36.62
%27.87

CMYK color model

#DFE6AF color CMYK value is (3,0,24,10).

  • cyan value is 3.04%
  • magenta value is 0.00%
  • yellow value is 23.91%
  • key color value is 9.80%

CMYK: (3,0,24,10)
C3M0Y24K10 (3%, 0%, 24%, 10%)
(0.03 / 0.00 / 0.24 / 0.10)

CMYK percentages

%3.04
%0
%23.91
%9.8

Codes

Color #DFE6AF in popluar color models

DF E6 AF
RGB 223 230 175
HSL 68° 52.38% 79.41%
HSB/HSV 68° 23.91% 90.20%
CMYK 3.04% 0.00% 23.91%
9.80%

Color #DFE6AF in popluar number systems.

HEX DF E6 AF
Decimal 223 230 175
Binary 11011111 11100110 10101111
Octal 337 346 257

Shades and tints

Shades of #DFE6AF

#DFE6AF
(223,230,175)
#CBD2A0
(203,210,160)
#B7BE91
(183,190,145)
#A3AA82
(163,170,130)
#8F9673
(143,150,115)
#7B8264
(123,130,100)
#676E55
(103,110,85)
#535A46
(83,90,70)
#3F4637
(63,70,55)
#2B3228
(43,50,40)
#171E19
(23,30,25)
#000000
(0,0,0)

Tints of #DFE6AF

#DFE6AF
(223,230,175)
#E1E8B6
(225,232,182)
#E3EABD
(227,234,189)
#E5ECC4
(229,236,196)
#E7EECB
(231,238,203)
#E9F0D2
(233,240,210)
#EBF2D9
(235,242,217)
#EDF4E0
(237,244,224)
#EFF6E7
(239,246,231)
#F1F8EE
(241,248,238)
#F3FAF5
(243,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFE6AF; }

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

This text font color is #DFE6AF.

Background Color

.myBgColor { background-color: #DFE6AF; }

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

This div background color is #DFE6AF.

Border color

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

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

This div border color is #DFE6AF.

Opacity

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

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

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

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

This text has shadow with #DFE6AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFE6AF.

Preview

Color preview on black background

This text has color #DFE6AF on black background.


Color preview on white background

This text has color #DFE6AF on white background.


Black color preview on #DFE6AF background

This text has black color on #DFE6AF background.


White color preview on #DFE6AF background

This text has white color on #DFE6AF background.


Related colors

Complementary color

Complementary color for #hex is #201950.


I love getcolorcode.com

Triadic colors

1 #AFDFE6 and #E6AFDF with #DFE6AF are triadic colors.

2 #AFE6DF and #E6DFAF with #DFE6AF are triadic colors.