COLOR #DFED9D

HEX: #DFED9D RGB: (223,237,157)

Color info

#DFED9D contains mainly red and green colors. Web safe color of #DFED9D is #CCFF99 (or #CF9).

RGB color model

#DFED9D color RGB value is (223,237,157).

RGB: (223,237,157) (87%, 93%, 62%)

RGB channels and saturation

R 223 of 255 = 87%
G 237 of 255 = 93%
B 157 of 255 = 62%

223
237
157

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

Portions of RGB colors in percentages

R + G + B = 223 + 237 + 157 = 617 (100%)
R 223 of 617 ~ 36.14%
G 237 of 617 ~ 38.41%
B 157 of 617 ~ 25.45'%

%36.14
%38.41
%25.45

CMYK color model

#DFED9D color CMYK value is (6,0,34,7).

  • cyan value is 5.91%
  • magenta value is 0.00%
  • yellow value is 33.76%
  • key color value is 7.06%

CMYK: (6,0,34,7)
C6M0Y34K7 (6%, 0%, 34%, 7%)
(0.06 / 0.00 / 0.34 / 0.07)

CMYK percentages

%5.91
%0
%33.76
%7.06

Codes

Color #DFED9D in popluar color models

DF ED 9D
RGB 223 237 157
HSL 71° 68.97% 77.25%
HSB/HSV 71° 33.76% 92.94%
CMYK 5.91% 0.00% 33.76%
7.06%

Color #DFED9D in popluar number systems.

HEX DF ED 9D
Decimal 223 237 157
Binary 11011111 11101101 10011101
Octal 337 355 235

Shades and tints

Shades of #DFED9D

#DFED9D
(223,237,157)
#CBD88F
(203,216,143)
#B7C381
(183,195,129)
#A3AE73
(163,174,115)
#8F9965
(143,153,101)
#7B8457
(123,132,87)
#676F49
(103,111,73)
#535A3B
(83,90,59)
#3F452D
(63,69,45)
#2B301F
(43,48,31)
#171B11
(23,27,17)
#000000
(0,0,0)

Tints of #DFED9D

#DFED9D
(223,237,157)
#E1EEA5
(225,238,165)
#E3EFAD
(227,239,173)
#E5F0B5
(229,240,181)
#E7F1BD
(231,241,189)
#E9F2C5
(233,242,197)
#EBF3CD
(235,243,205)
#EDF4D5
(237,244,213)
#EFF5DD
(239,245,221)
#F1F6E5
(241,246,229)
#F3F7ED
(243,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFED9D color. Also use rgb(223,237,157) instead hex code.

Text Font Color

.myTextColor { color: #DFED9D; }

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

This text font color is #DFED9D.

Background Color

.myBgColor { background-color: #DFED9D; }

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

This div background color is #DFED9D.

Border color

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

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

This div border color is #DFED9D.

Opacity

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

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

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

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

This text has shadow with #DFED9D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFED9D.

Preview

Color preview on black background

This text has color #DFED9D on black background.


Color preview on white background

This text has color #DFED9D on white background.


Black color preview on #DFED9D background

This text has black color on #DFED9D background.


White color preview on #DFED9D background

This text has white color on #DFED9D background.


Related colors

Complementary color

Complementary color for #hex is #201262.


I love getcolorcode.com

Triadic colors

1 #9DDFED and #ED9DDF with #DFED9D are triadic colors.

2 #9DEDDF and #EDDF9D with #DFED9D are triadic colors.