COLOR #DDE6BD

HEX: #DDE6BD
RGB: (221,230,189)

Color info

#DDE6BD contains red, green and blue colors in about the same proportion. Web safe color of #DDE6BD is #CCCCCC (or #CCC).

RGB color model

#DDE6BD color RGB value is (221,230,189).

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

RGB channels and saturation

R 221 of 255 = 87%
G 230 of 255 = 90%
B 189 of 255 = 74%

221
230
189

R + G + B ~ 84%. #DDE6BD is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 230 + 189 = 640 (100%)
R 221 of 640 ~ 34.53%
G 230 of 640 ~ 35.94%
B 189 of 640 ~ 29.53%

%34.53
%35.94
%29.53

CMYK color model

#DDE6BD color CMYK value is (4,0,18,10).

  • cyan value is 3.91%
  • magenta value is 0.00%
  • yellow value is 17.83%
  • key color value is 9.80%
CMYK:
(4,0,18,10)
C4M0Y18K10 
(4%,0%,18%,10%)
(0.04/0.00/0.18/0.10)	

CMYK percentages

%3.91
%0
%17.83
%9.8

Codes

Color #DDE6BD in popluar color models

DDE6BD
RGB221230189
HSL73°45.05%82.16%
HSB/HSV73°17.83%90.20%
CMYK3.91%0.00%17.83%
9.80%

Color #DDE6BD in popluar number systems.

HEXDDE6BD
Decimal221230189
Binary110111011110011010111101
Octal335346275

Shades and tints

Shades of #DDE6BD

#DDE6BD
(221,230,189)
#C9D2AC
(201,210,172)
#B5BE9B
(181,190,155)
#A1AA8A
(161,170,138)
#8D9679
(141,150,121)
#798268
(121,130,104)
#656E57
(101,110,87)
#515A46
(81,90,70)
#3D4635
(61,70,53)
#293224
(41,50,36)
#151E13
(21,30,19)
#000000
(0,0,0)

Tints of #DDE6BD

#DDE6BD
(221,230,189)
#E0E8C3
(224,232,195)
#E3EAC9
(227,234,201)
#E6ECCF
(230,236,207)
#E9EED5
(233,238,213)
#ECF0DB
(236,240,219)
#EFF2E1
(239,242,225)
#F2F4E7
(242,244,231)
#F5F6ED
(245,246,237)
#F8F8F3
(248,248,243)
#FBFAF9
(251,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDE6BD; }

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

This text font color is #DDE6BD.


Background Color

.myBgColor { background-color: #DDE6BD; }

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

This div background color is #DDE6BD.


Border color

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

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

This div border color is #DDE6BD.


Opacity

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

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

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

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

This text has shadow with #DDE6BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDE6BD on black background.


Color preview on white background

This text has color #DDE6BD on white background.



Black color preview on #DDE6BD background

This text has black color on #DDE6BD background.


White color preview on #DDE6BD background

This text has white color on #DDE6BD background.