COLOR #DFE69E

HEX: #DFE69E RGB: (223,230,158)

Color info

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

RGB color model

#DFE69E color RGB value is (223,230,158).

RGB: (223,230,158) (87%, 90%, 62%)

RGB channels and saturation

R 223 of 255 = 87%
G 230 of 255 = 90%
B 158 of 255 = 62%

223
230
158

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

Portions of RGB colors in percentages

R + G + B = 223 + 230 + 158 = 611 (100%)
R 223 of 611 ~ 36.5%
G 230 of 611 ~ 37.64%
B 158 of 611 ~ 25.86'%

%36.5
%37.64
%25.86

CMYK color model

#DFE69E color CMYK value is (3,0,31,10).

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

CMYK: (3,0,31,10)
C3M0Y31K10 (3%, 0%, 31%, 10%)
(0.03 / 0.00 / 0.31 / 0.10)

CMYK percentages

%3.04
%0
%31.3
%9.8

Codes

Color #DFE69E in popluar color models

DF E6 9E
RGB 223 230 158
HSL 66° 59.02% 76.08%
HSB/HSV 66° 31.30% 90.20%
CMYK 3.04% 0.00% 31.30%
9.80%

Color #DFE69E in popluar number systems.

HEX DF E6 9E
Decimal 223 230 158
Binary 11011111 11100110 10011110
Octal 337 346 236

Shades and tints

Shades of #DFE69E

#DFE69E
(223,230,158)
#CBD290
(203,210,144)
#B7BE82
(183,190,130)
#A3AA74
(163,170,116)
#8F9666
(143,150,102)
#7B8258
(123,130,88)
#676E4A
(103,110,74)
#535A3C
(83,90,60)
#3F462E
(63,70,46)
#2B3220
(43,50,32)
#171E12
(23,30,18)
#000000
(0,0,0)

Tints of #DFE69E

#DFE69E
(223,230,158)
#E1E8A6
(225,232,166)
#E3EAAE
(227,234,174)
#E5ECB6
(229,236,182)
#E7EEBE
(231,238,190)
#E9F0C6
(233,240,198)
#EBF2CE
(235,242,206)
#EDF4D6
(237,244,214)
#EFF6DE
(239,246,222)
#F1F8E6
(241,248,230)
#F3FAEE
(243,250,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFE69E; }

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

This text font color is #DFE69E.

Background Color

.myBgColor { background-color: #DFE69E; }

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

This div background color is #DFE69E.

Border color

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

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

This div border color is #DFE69E.

Opacity

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

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

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

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

This text has shadow with #DFE69E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFE69E.

Preview

Color preview on black background

This text has color #DFE69E on black background.


Color preview on white background

This text has color #DFE69E on white background.


Black color preview on #DFE69E background

This text has black color on #DFE69E background.


White color preview on #DFE69E background

This text has white color on #DFE69E background.


Related colors

Complementary color

Complementary color for #hex is #201961.


I love getcolorcode.com

Triadic colors

1 #9EDFE6 and #E69EDF with #DFE69E are triadic colors.

2 #9EE6DF and #E6DF9E with #DFE69E are triadic colors.