COLOR #DDD1BB

HEX: #DDD1BB
RGB: (221,209,187)

Color info

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

RGB color model

#DDD1BB color RGB value is (221,209,187).

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

RGB channels and saturation

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

221
209
187

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

Portions of RGB colors in percentages

R + G + B =
221 + 209 + 187 = 617 (100%)
R 221 of 617 ~ 35.82%
G 209 of 617 ~ 33.87%
B 187 of 617 ~ 30.31%

%35.82
%33.87
%30.31

CMYK color model

#DDD1BB color CMYK value is (0,5,15,13).

  • cyan value is 0.00%
  • magenta value is 5.43%
  • yellow value is 15.38%
  • key color value is 13.33%
CMYK:
(0,5,15,13)
C0M5Y15K13 
(0%,5%,15%,13%)
(0.00/0.05/0.15/0.13)	

CMYK percentages

%0
%5.43
%15.38
%13.33

Codes

Color #DDD1BB in popluar color models

DDD1BB
RGB221209187
HSL39°33.33%80.00%
HSB/HSV39°15.38%86.67%
CMYK0.00%5.43%15.38%
13.33%

Color #DDD1BB in popluar number systems.

HEXDDD1BB
Decimal221209187
Binary110111011101000110111011
Octal335321273

Shades and tints

Shades of #DDD1BB

#DDD1BB
(221,209,187)
#C9BEAA
(201,190,170)
#B5AB99
(181,171,153)
#A19888
(161,152,136)
#8D8577
(141,133,119)
#797266
(121,114,102)
#655F55
(101,95,85)
#514C44
(81,76,68)
#3D3933
(61,57,51)
#292622
(41,38,34)
#151311
(21,19,17)
#000000
(0,0,0)

Tints of #DDD1BB

#DDD1BB
(221,209,187)
#E0D5C1
(224,213,193)
#E3D9C7
(227,217,199)
#E6DDCD
(230,221,205)
#E9E1D3
(233,225,211)
#ECE5D9
(236,229,217)
#EFE9DF
(239,233,223)
#F2EDE5
(242,237,229)
#F5F1EB
(245,241,235)
#F8F5F1
(248,245,241)
#FBF9F7
(251,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDD1BB; }

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

This text font color is #DDD1BB.


Background Color

.myBgColor { background-color: #DDD1BB; }

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

This div background color is #DDD1BB.


Border color

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

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

This div border color is #DDD1BB.


Opacity

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

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

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

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

This text has shadow with #DDD1BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDD1BB on black background.


Color preview on white background

This text has color #DDD1BB on white background.



Black color preview on #DDD1BB background

This text has black color on #DDD1BB background.


White color preview on #DDD1BB background

This text has white color on #DDD1BB background.