COLOR #DDD4BB

HEX: #DDD4BB
RGB: (221,212,187)

Color info

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

RGB color model

#DDD4BB color RGB value is (221,212,187).

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

RGB channels and saturation

R 221 of 255 = 87%
G 212 of 255 = 83%
B 187 of 255 = 73%

221
212
187

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

Portions of RGB colors in percentages

R + G + B =
221 + 212 + 187 = 620 (100%)
R 221 of 620 ~ 35.65%
G 212 of 620 ~ 34.19%
B 187 of 620 ~ 30.16%

%35.65
%34.19
%30.16

CMYK color model

#DDD4BB color CMYK value is (0,4,15,13).

  • cyan value is 0.00%
  • magenta value is 4.07%
  • yellow value is 15.38%
  • key color value is 13.33%
CMYK:
(0,4,15,13)
C0M4Y15K13 
(0%,4%,15%,13%)
(0.00/0.04/0.15/0.13)	

CMYK percentages

%0
%4.07
%15.38
%13.33

Codes

Color #DDD4BB in popluar color models

DDD4BB
RGB221212187
HSL44°33.33%80.00%
HSB/HSV44°15.38%86.67%
CMYK0.00%4.07%15.38%
13.33%

Color #DDD4BB in popluar number systems.

HEXDDD4BB
Decimal221212187
Binary110111011101010010111011
Octal335324273

Shades and tints

Shades of #DDD4BB

#DDD4BB
(221,212,187)
#C9C1AA
(201,193,170)
#B5AE99
(181,174,153)
#A19B88
(161,155,136)
#8D8877
(141,136,119)
#797566
(121,117,102)
#656255
(101,98,85)
#514F44
(81,79,68)
#3D3C33
(61,60,51)
#292922
(41,41,34)
#151611
(21,22,17)
#000000
(0,0,0)

Tints of #DDD4BB

#DDD4BB
(221,212,187)
#E0D7C1
(224,215,193)
#E3DAC7
(227,218,199)
#E6DDCD
(230,221,205)
#E9E0D3
(233,224,211)
#ECE3D9
(236,227,217)
#EFE6DF
(239,230,223)
#F2E9E5
(242,233,229)
#F5ECEB
(245,236,235)
#F8EFF1
(248,239,241)
#FBF2F7
(251,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDD4BB; }

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

This text font color is #DDD4BB.


Background Color

.myBgColor { background-color: #DDD4BB; }

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

This div background color is #DDD4BB.


Border color

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

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

This div border color is #DDD4BB.


Opacity

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

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

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

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

This text has shadow with #DDD4BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDD4BB on black background.


Color preview on white background

This text has color #DDD4BB on white background.



Black color preview on #DDD4BB background

This text has black color on #DDD4BB background.


White color preview on #DDD4BB background

This text has white color on #DDD4BB background.