COLOR #DDD0BB

HEX: #DDD0BB
RGB: (221,208,187)

Color info

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

RGB color model

#DDD0BB color RGB value is (221,208,187).

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

RGB channels and saturation

R 221 of 255 = 87%
G 208 of 255 = 82%
B 187 of 255 = 73%

221
208
187

R + G + B ~ 81%. #DDD0BB is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 208 + 187 = 616 (100%)
R 221 of 616 ~ 35.88%
G 208 of 616 ~ 33.77%
B 187 of 616 ~ 30.36%

%35.88
%33.77
%30.36

CMYK color model

#DDD0BB color CMYK value is (0,6,15,13).

  • cyan value is 0.00%
  • magenta value is 5.88%
  • yellow value is 15.38%
  • key color value is 13.33%
CMYK:
(0,6,15,13)
C0M6Y15K13 
(0%,6%,15%,13%)
(0.00/0.06/0.15/0.13)	

CMYK percentages

%0
%5.88
%15.38
%13.33

Codes

Color #DDD0BB in popluar color models

DDD0BB
RGB221208187
HSL37°33.33%80.00%
HSB/HSV37°15.38%86.67%
CMYK0.00%5.88%15.38%
13.33%

Color #DDD0BB in popluar number systems.

HEXDDD0BB
Decimal221208187
Binary110111011101000010111011
Octal335320273

Shades and tints

Shades of #DDD0BB

#DDD0BB
(221,208,187)
#C9BEAA
(201,190,170)
#B5AC99
(181,172,153)
#A19A88
(161,154,136)
#8D8877
(141,136,119)
#797666
(121,118,102)
#656455
(101,100,85)
#515244
(81,82,68)
#3D4033
(61,64,51)
#292E22
(41,46,34)
#151C11
(21,28,17)
#000000
(0,0,0)

Tints of #DDD0BB

#DDD0BB
(221,208,187)
#E0D4C1
(224,212,193)
#E3D8C7
(227,216,199)
#E6DCCD
(230,220,205)
#E9E0D3
(233,224,211)
#ECE4D9
(236,228,217)
#EFE8DF
(239,232,223)
#F2ECE5
(242,236,229)
#F5F0EB
(245,240,235)
#F8F4F1
(248,244,241)
#FBF8F7
(251,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDD0BB; }

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

This text font color is #DDD0BB.


Background Color

.myBgColor { background-color: #DDD0BB; }

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

This div background color is #DDD0BB.


Border color

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

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

This div border color is #DDD0BB.


Opacity

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

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

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

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

This text has shadow with #DDD0BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDD0BB on black background.


Color preview on white background

This text has color #DDD0BB on white background.



Black color preview on #DDD0BB background

This text has black color on #DDD0BB background.


White color preview on #DDD0BB background

This text has white color on #DDD0BB background.