COLOR #DDE2BB

HEX: #DDE2BB
RGB: (221,226,187)

Color info

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

RGB color model

#DDE2BB color RGB value is (221,226,187).

  • red value is 221;
  • green value is 226;
  • blue value is 187.
RGB:
(221,226,187)
(87%,89%,73%)

RGB channels and saturation

R 221 of 255 = 87%
G 226 of 255 = 89%
B 187 of 255 = 73%

221
226
187

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

Portions of RGB colors in percentages

R + G + B =
221 + 226 + 187 = 634 (100%)
R 221 of 634 ~ 34.86%
G 226 of 634 ~ 35.65%
B 187 of 634 ~ 29.5%

%34.86
%35.65
%29.5

CMYK color model

#DDE2BB color CMYK value is (2,0,17,11).

  • cyan value is 2.21%
  • magenta value is 0.00%
  • yellow value is 17.26%
  • key color value is 11.37%
CMYK:
(2,0,17,11)
C2M0Y17K11 
(2%,0%,17%,11%)
(0.02/0.00/0.17/0.11)	

CMYK percentages

%2.21
%0
%17.26
%11.37

Codes

Color #DDE2BB in popluar color models

DDE2BB
RGB221226187
HSL68°40.21%80.98%
HSB/HSV68°17.26%88.63%
CMYK2.21%0.00%17.26%
11.37%

Color #DDE2BB in popluar number systems.

HEXDDE2BB
Decimal221226187
Binary110111011110001010111011
Octal335342273

Shades and tints

Shades of #DDE2BB

#DDE2BB
(221,226,187)
#C9CEAA
(201,206,170)
#B5BA99
(181,186,153)
#A1A688
(161,166,136)
#8D9277
(141,146,119)
#797E66
(121,126,102)
#656A55
(101,106,85)
#515644
(81,86,68)
#3D4233
(61,66,51)
#292E22
(41,46,34)
#151A11
(21,26,17)
#000000
(0,0,0)

Tints of #DDE2BB

#DDE2BB
(221,226,187)
#E0E4C1
(224,228,193)
#E3E6C7
(227,230,199)
#E6E8CD
(230,232,205)
#E9EAD3
(233,234,211)
#ECECD9
(236,236,217)
#EFEEDF
(239,238,223)
#F2F0E5
(242,240,229)
#F5F2EB
(245,242,235)
#F8F4F1
(248,244,241)
#FBF6F7
(251,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDE2BB color. Also use rgb(221,226,187) instead hex code.

Text Font Color

.myTextColor { color: #DDE2BB; }

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

This text font color is #DDE2BB.


Background Color

.myBgColor { background-color: #DDE2BB; }

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

This div background color is #DDE2BB.


Border color

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

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

This div border color is #DDE2BB.


Opacity

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

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

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

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

This text has shadow with #DDE2BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDE2BB on black background.


Color preview on white background

This text has color #DDE2BB on white background.



Black color preview on #DDE2BB background

This text has black color on #DDE2BB background.


White color preview on #DDE2BB background

This text has white color on #DDE2BB background.