COLOR #DDE69E

HEX: #DDE69E
RGB: (221,230,158)

Color info

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

RGB color model

#DDE69E color RGB value is (221,230,158).

  • red value is 221;
  • green value is 230;
  • blue value is 158.
RGB:
(221,230,158)
(87%,90%,62%)

RGB channels and saturation

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

221
230
158

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

Portions of RGB colors in percentages

R + G + B =
221 + 230 + 158 = 609 (100%)
R 221 of 609 ~ 36.29%
G 230 of 609 ~ 37.77%
B 158 of 609 ~ 25.94%

%36.29
%37.77
%25.94

CMYK color model

#DDE69E color CMYK value is (4,0,31,10).

  • cyan value is 3.91%
  • magenta value is 0.00%
  • yellow value is 31.30%
  • key color value is 9.80%
CMYK:
(4,0,31,10)
C4M0Y31K10 
(4%,0%,31%,10%)
(0.04/0.00/0.31/0.10)	

CMYK percentages

%3.91
%0
%31.3
%9.8

Codes

Color #DDE69E in popluar color models

DDE69E
RGB221230158
HSL68°59.02%76.08%
HSB/HSV68°31.30%90.20%
CMYK3.91%0.00%31.30%
9.80%

Color #DDE69E in popluar number systems.

HEXDDE69E
Decimal221230158
Binary110111011110011010011110
Octal335346236

Shades and tints

Shades of #DDE69E

#DDE69E
(221,230,158)
#C9D290
(201,210,144)
#B5BE82
(181,190,130)
#A1AA74
(161,170,116)
#8D9666
(141,150,102)
#798258
(121,130,88)
#656E4A
(101,110,74)
#515A3C
(81,90,60)
#3D462E
(61,70,46)
#293220
(41,50,32)
#151E12
(21,30,18)
#000000
(0,0,0)

Tints of #DDE69E

#DDE69E
(221,230,158)
#E0E8A6
(224,232,166)
#E3EAAE
(227,234,174)
#E6ECB6
(230,236,182)
#E9EEBE
(233,238,190)
#ECF0C6
(236,240,198)
#EFF2CE
(239,242,206)
#F2F4D6
(242,244,214)
#F5F6DE
(245,246,222)
#F8F8E6
(248,248,230)
#FBFAEE
(251,250,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDE69E; }

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

This text font color is #DDE69E.


Background Color

.myBgColor { background-color: #DDE69E; }

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

This div background color is #DDE69E.


Border color

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

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

This div border color is #DDE69E.


Opacity

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

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

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

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

This text has shadow with #DDE69E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDE69E on black background.


Color preview on white background

This text has color #DDE69E on white background.



Black color preview on #DDE69E background

This text has black color on #DDE69E background.


White color preview on #DDE69E background

This text has white color on #DDE69E background.