COLOR #DDD1B5

HEX: #DDD1B5
RGB: (221,209,181)

Color info

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

RGB color model

#DDD1B5 color RGB value is (221,209,181).

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

RGB channels and saturation

R 221 of 255 = 87%
G 209 of 255 = 82%
B 181 of 255 = 71%

221
209
181

R + G + B ~ 80%. #DDD1B5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 209 + 181 = 611 (100%)
R 221 of 611 ~ 36.17%
G 209 of 611 ~ 34.21%
B 181 of 611 ~ 29.62%

%36.17
%34.21
%29.62

CMYK color model

#DDD1B5 color CMYK value is (0,5,18,13).

  • cyan value is 0.00%
  • magenta value is 5.43%
  • yellow value is 18.10%
  • key color value is 13.33%
CMYK:
(0,5,18,13)
C0M5Y18K13 
(0%,5%,18%,13%)
(0.00/0.05/0.18/0.13)	

CMYK percentages

%0
%5.43
%18.1
%13.33

Codes

Color #DDD1B5 in popluar color models

DDD1B5
RGB221209181
HSL42°37.04%78.82%
HSB/HSV42°18.10%86.67%
CMYK0.00%5.43%18.10%
13.33%

Color #DDD1B5 in popluar number systems.

HEXDDD1B5
Decimal221209181
Binary110111011101000110110101
Octal335321265

Shades and tints

Shades of #DDD1B5

#DDD1B5
(221,209,181)
#C9BEA5
(201,190,165)
#B5AB95
(181,171,149)
#A19885
(161,152,133)
#8D8575
(141,133,117)
#797265
(121,114,101)
#655F55
(101,95,85)
#514C45
(81,76,69)
#3D3935
(61,57,53)
#292625
(41,38,37)
#151315
(21,19,21)
#000000
(0,0,0)

Tints of #DDD1B5

#DDD1B5
(221,209,181)
#E0D5BB
(224,213,187)
#E3D9C1
(227,217,193)
#E6DDC7
(230,221,199)
#E9E1CD
(233,225,205)
#ECE5D3
(236,229,211)
#EFE9D9
(239,233,217)
#F2EDDF
(242,237,223)
#F5F1E5
(245,241,229)
#F8F5EB
(248,245,235)
#FBF9F1
(251,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDD1B5; }

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

This text font color is #DDD1B5.


Background Color

.myBgColor { background-color: #DDD1B5; }

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

This div background color is #DDD1B5.


Border color

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

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

This div border color is #DDD1B5.


Opacity

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

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

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

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

This text has shadow with #DDD1B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDD1B5 on black background.


Color preview on white background

This text has color #DDD1B5 on white background.



Black color preview on #DDD1B5 background

This text has black color on #DDD1B5 background.


White color preview on #DDD1B5 background

This text has white color on #DDD1B5 background.