COLOR #DDE7A4

HEX: #DDE7A4
RGB: (221,231,164)

Color info

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

RGB color model

#DDE7A4 color RGB value is (221,231,164).

  • red value is 221;
  • green value is 231;
  • blue value is 164.
RGB:
(221,231,164)
(87%,91%,64%)

RGB channels and saturation

R 221 of 255 = 87%
G 231 of 255 = 91%
B 164 of 255 = 64%

221
231
164

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

Portions of RGB colors in percentages

R + G + B =
221 + 231 + 164 = 616 (100%)
R 221 of 616 ~ 35.88%
G 231 of 616 ~ 37.5%
B 164 of 616 ~ 26.62%

%35.88
%37.5
%26.62

CMYK color model

#DDE7A4 color CMYK value is (4,0,29,9).

  • cyan value is 4.33%
  • magenta value is 0.00%
  • yellow value is 29.00%
  • key color value is 9.41%
CMYK:
(4,0,29,9)
C4M0Y29K9 
(4%,0%,29%,9%)
(0.04/0.00/0.29/0.09)	

CMYK percentages

%4.33
%0
%29
%9.41

Codes

Color #DDE7A4 in popluar color models

DDE7A4
RGB221231164
HSL69°58.26%77.45%
HSB/HSV69°29.00%90.59%
CMYK4.33%0.00%29.00%
9.41%

Color #DDE7A4 in popluar number systems.

HEXDDE7A4
Decimal221231164
Binary110111011110011110100100
Octal335347244

Shades and tints

Shades of #DDE7A4

#DDE7A4
(221,231,164)
#C9D296
(201,210,150)
#B5BD88
(181,189,136)
#A1A87A
(161,168,122)
#8D936C
(141,147,108)
#797E5E
(121,126,94)
#656950
(101,105,80)
#515442
(81,84,66)
#3D3F34
(61,63,52)
#292A26
(41,42,38)
#151518
(21,21,24)
#000000
(0,0,0)

Tints of #DDE7A4

#DDE7A4
(221,231,164)
#E0E9AC
(224,233,172)
#E3EBB4
(227,235,180)
#E6EDBC
(230,237,188)
#E9EFC4
(233,239,196)
#ECF1CC
(236,241,204)
#EFF3D4
(239,243,212)
#F2F5DC
(242,245,220)
#F5F7E4
(245,247,228)
#F8F9EC
(248,249,236)
#FBFBF4
(251,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDE7A4 color. Also use rgb(221,231,164) instead hex code.

Text Font Color

.myTextColor { color: #DDE7A4; }

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

This text font color is #DDE7A4.


Background Color

.myBgColor { background-color: #DDE7A4; }

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

This div background color is #DDE7A4.


Border color

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

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

This div border color is #DDE7A4.


Opacity

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

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

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

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

This text has shadow with #DDE7A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDE7A4 on black background.


Color preview on white background

This text has color #DDE7A4 on white background.



Black color preview on #DDE7A4 background

This text has black color on #DDE7A4 background.


White color preview on #DDE7A4 background

This text has white color on #DDE7A4 background.