COLOR #DDE5B3

HEX: #DDE5B3
RGB: (221,229,179)

Color info

#DDE5B3 contains red, green and blue colors in about the same proportion. Web safe color of #DDE5B3 is #CCCC99 (or #CC9).

RGB color model

#DDE5B3 color RGB value is (221,229,179).

  • red value is 221;
  • green value is 229;
  • blue value is 179.
RGB:
(221,229,179)
(87%,90%,70%)

RGB channels and saturation

R 221 of 255 = 87%
G 229 of 255 = 90%
B 179 of 255 = 70%

221
229
179

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

Portions of RGB colors in percentages

R + G + B =
221 + 229 + 179 = 629 (100%)
R 221 of 629 ~ 35.14%
G 229 of 629 ~ 36.41%
B 179 of 629 ~ 28.46%

%35.14
%36.41
%28.46

CMYK color model

#DDE5B3 color CMYK value is (3,0,22,10).

  • cyan value is 3.49%
  • magenta value is 0.00%
  • yellow value is 21.83%
  • key color value is 10.20%
CMYK:
(3,0,22,10)
C3M0Y22K10 
(3%,0%,22%,10%)
(0.03/0.00/0.22/0.10)	

CMYK percentages

%3.49
%0
%21.83
%10.2

Codes

Color #DDE5B3 in popluar color models

DDE5B3
RGB221229179
HSL70°49.02%80.00%
HSB/HSV70°21.83%89.80%
CMYK3.49%0.00%21.83%
10.20%

Color #DDE5B3 in popluar number systems.

HEXDDE5B3
Decimal221229179
Binary110111011110010110110011
Octal335345263

Shades and tints

Shades of #DDE5B3

#DDE5B3
(221,229,179)
#C9D1A3
(201,209,163)
#B5BD93
(181,189,147)
#A1A983
(161,169,131)
#8D9573
(141,149,115)
#798163
(121,129,99)
#656D53
(101,109,83)
#515943
(81,89,67)
#3D4533
(61,69,51)
#293123
(41,49,35)
#151D13
(21,29,19)
#000000
(0,0,0)

Tints of #DDE5B3

#DDE5B3
(221,229,179)
#E0E7B9
(224,231,185)
#E3E9BF
(227,233,191)
#E6EBC5
(230,235,197)
#E9EDCB
(233,237,203)
#ECEFD1
(236,239,209)
#EFF1D7
(239,241,215)
#F2F3DD
(242,243,221)
#F5F5E3
(245,245,227)
#F8F7E9
(248,247,233)
#FBF9EF
(251,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDE5B3 color. Also use rgb(221,229,179) instead hex code.

Text Font Color

.myTextColor { color: #DDE5B3; }

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

This text font color is #DDE5B3.


Background Color

.myBgColor { background-color: #DDE5B3; }

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

This div background color is #DDE5B3.


Border color

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

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

This div border color is #DDE5B3.


Opacity

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

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

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

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

This text has shadow with #DDE5B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDE5B3 on black background.


Color preview on white background

This text has color #DDE5B3 on white background.



Black color preview on #DDE5B3 background

This text has black color on #DDE5B3 background.


White color preview on #DDE5B3 background

This text has white color on #DDE5B3 background.