COLOR #DDE7B6

HEX: #DDE7B6
RGB: (221,231,182)

Color info

#DDE7B6 contains red, green and blue colors in about the same proportion. Web safe color of #DDE7B6 is #CCFFCC (or #CFC).

RGB color model

#DDE7B6 color RGB value is (221,231,182).

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

RGB channels and saturation

R 221 of 255 = 87%
G 231 of 255 = 91%
B 182 of 255 = 71%

221
231
182

R + G + B ~ 83%. #DDE7B6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 231 + 182 = 634 (100%)
R 221 of 634 ~ 34.86%
G 231 of 634 ~ 36.44%
B 182 of 634 ~ 28.71%

%34.86
%36.44
%28.71

CMYK color model

#DDE7B6 color CMYK value is (4,0,21,9).

  • cyan value is 4.33%
  • magenta value is 0.00%
  • yellow value is 21.21%
  • key color value is 9.41%
CMYK:
(4,0,21,9)
C4M0Y21K9 
(4%,0%,21%,9%)
(0.04/0.00/0.21/0.09)	

CMYK percentages

%4.33
%0
%21.21
%9.41

Codes

Color #DDE7B6 in popluar color models

DDE7B6
RGB221231182
HSL72°50.52%80.98%
HSB/HSV72°21.21%90.59%
CMYK4.33%0.00%21.21%
9.41%

Color #DDE7B6 in popluar number systems.

HEXDDE7B6
Decimal221231182
Binary110111011110011110110110
Octal335347266

Shades and tints

Shades of #DDE7B6

#DDE7B6
(221,231,182)
#C9D2A6
(201,210,166)
#B5BD96
(181,189,150)
#A1A886
(161,168,134)
#8D9376
(141,147,118)
#797E66
(121,126,102)
#656956
(101,105,86)
#515446
(81,84,70)
#3D3F36
(61,63,54)
#292A26
(41,42,38)
#151516
(21,21,22)
#000000
(0,0,0)

Tints of #DDE7B6

#DDE7B6
(221,231,182)
#E0E9BC
(224,233,188)
#E3EBC2
(227,235,194)
#E6EDC8
(230,237,200)
#E9EFCE
(233,239,206)
#ECF1D4
(236,241,212)
#EFF3DA
(239,243,218)
#F2F5E0
(242,245,224)
#F5F7E6
(245,247,230)
#F8F9EC
(248,249,236)
#FBFBF2
(251,251,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDE7B6; }

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

This text font color is #DDE7B6.


Background Color

.myBgColor { background-color: #DDE7B6; }

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

This div background color is #DDE7B6.


Border color

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

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

This div border color is #DDE7B6.


Opacity

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

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

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

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

This text has shadow with #DDE7B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDE7B6 on black background.


Color preview on white background

This text has color #DDE7B6 on white background.



Black color preview on #DDE7B6 background

This text has black color on #DDE7B6 background.


White color preview on #DDE7B6 background

This text has white color on #DDE7B6 background.