COLOR #DDEBA9

HEX: #DDEBA9
RGB: (221,235,169)

Color info

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

RGB color model

#DDEBA9 color RGB value is (221,235,169).

  • red value is 221;
  • green value is 235;
  • blue value is 169.
RGB:
(221,235,169)
(87%,92%,66%)

RGB channels and saturation

R 221 of 255 = 87%
G 235 of 255 = 92%
B 169 of 255 = 66%

221
235
169

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

Portions of RGB colors in percentages

R + G + B =
221 + 235 + 169 = 625 (100%)
R 221 of 625 ~ 35.36%
G 235 of 625 ~ 37.6%
B 169 of 625 ~ 27.04%

%35.36
%37.6
%27.04

CMYK color model

#DDEBA9 color CMYK value is (6,0,28,8).

  • cyan value is 5.96%
  • magenta value is 0.00%
  • yellow value is 28.09%
  • key color value is 7.84%
CMYK:
(6,0,28,8)
C6M0Y28K8 
(6%,0%,28%,8%)
(0.06/0.00/0.28/0.08)	

CMYK percentages

%5.96
%0
%28.09
%7.84

Codes

Color #DDEBA9 in popluar color models

DDEBA9
RGB221235169
HSL73°62.26%79.22%
HSB/HSV73°28.09%92.16%
CMYK5.96%0.00%28.09%
7.84%

Color #DDEBA9 in popluar number systems.

HEXDDEBA9
Decimal221235169
Binary110111011110101110101001
Octal335353251

Shades and tints

Shades of #DDEBA9

#DDEBA9
(221,235,169)
#C9D69A
(201,214,154)
#B5C18B
(181,193,139)
#A1AC7C
(161,172,124)
#8D976D
(141,151,109)
#79825E
(121,130,94)
#656D4F
(101,109,79)
#515840
(81,88,64)
#3D4331
(61,67,49)
#292E22
(41,46,34)
#151913
(21,25,19)
#000000
(0,0,0)

Tints of #DDEBA9

#DDEBA9
(221,235,169)
#E0ECB0
(224,236,176)
#E3EDB7
(227,237,183)
#E6EEBE
(230,238,190)
#E9EFC5
(233,239,197)
#ECF0CC
(236,240,204)
#EFF1D3
(239,241,211)
#F2F2DA
(242,242,218)
#F5F3E1
(245,243,225)
#F8F4E8
(248,244,232)
#FBF5EF
(251,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDEBA9 color. Also use rgb(221,235,169) instead hex code.

Text Font Color

.myTextColor { color: #DDEBA9; }

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

This text font color is #DDEBA9.


Background Color

.myBgColor { background-color: #DDEBA9; }

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

This div background color is #DDEBA9.


Border color

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

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

This div border color is #DDEBA9.


Opacity

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

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

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

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

This text has shadow with #DDEBA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDEBA9 on black background.


Color preview on white background

This text has color #DDEBA9 on white background.



Black color preview on #DDEBA9 background

This text has black color on #DDEBA9 background.


White color preview on #DDEBA9 background

This text has white color on #DDEBA9 background.